
Linux软件包
Linux软件安装及管理
muzlei
万事皆可度,我这条咸鱼都快臭了
展开
-
yum update异常
[root@localhost yum.repos.d]# yum install docker-ce-18.06.3.ce-3.el7 docker-ce-cli containerd.io已加载插件:fastestmirror, langpacksLoading mirror speeds from cached hostfile * CentOS-Base: mirrors.tuna.tsinghua.edu.cn软件包 1:docker-ce-cli-20.10.7-3.el7.x86_.原创 2021-06-30 15:55:38 · 353 阅读 · 0 评论 -
yum仓库管理 yum-config-manager
命令的安装yum-config-manager命令是对资源库(/etc/yum.repos.d/下的文件)进行增删改查,推荐使用yum-config-manager命令进行改动系统默认没有安装这个命令,这个命令在yum-utils包里,可以通过yum install -y yum-utils安装简介# yum 主要功能是更方便的添加/删除/更新RPM 包,自动解决包的倚赖性问题,便于管理大量系统的更新问题。# yum 可以同时配置多个资源库(Repository),简洁的配置文件(/etc/yum原创 2021-06-30 10:36:47 · 7070 阅读 · 0 评论 -
yum缓存命令:yum makecache fast 和yum clean all
yum makecache fast 和yum clean all我们在更新yum源或者出现配置yum源之后,通常都会使用yum makecache 生成缓存提供搜索安装速度,缓存存储位置;/var/cache/yum/`yum makecache fast这个命令是将软件包信息提前在本地缓存一份,用来提高搜索安装软件的速度,建议执行这个命令可以提升yum安装的速度。yum clean allyum 会把下载的软件包和header存储在cache中而不自动删除。如果觉得占用磁盘空间,可以使用yum原创 2021-06-29 17:48:25 · 35668 阅读 · 3 评论 -
yum源 报错:[Errno 14] HTTP Error 404 - Not Found
正在尝试其它镜像。To address this issue please refer to the below knowledge base article https://access.redhat.com/articles/1320623If above article doesn't help to resolve this issue please create a bug on https://bugs.centos.org/ One of the configured rep原创 2021-06-29 17:39:05 · 4842 阅读 · 0 评论 -
deepin 20 apt软件源
系统版本:deepin 20.2内核版本:5.10.18-amd64-desktopdeepin 20 软件源说明更换源主要是为了解决下载慢的问题,deepin服务器本身在国内,一般没有必要去更换,机器部署完deepin系统后软件安装不了,需要更新下软件源,更换前你需要了解以下内容:deepin20官方仓库源中对存在部分第三方商业应用及重分发授权问题应用进行了清理、迁移等操作。目前官方软件源链接主要有三部分:1. 官方软件源商店部分:文件路径` /etc/apt/sources.list原创 2021-05-14 17:51:55 · 2184 阅读 · 0 评论 -
Linux查看命令属于哪个安装包
1.yum查询软件属于哪个包yum whatprovides ifconfig[root@cloudecker ~]#yum whatprovides ifconfigLoaded plugins: fastestmirrorLoading mirror speeds from cached hostfilebase: mirrors.aliyun.comextras: mirrors.aliyun.comupdates: mirrors.aliyun.comnet-tools-2.0-0原创 2020-12-17 20:19:17 · 1183 阅读 · 0 评论