Linux系统软件包的国内镜像网站
开源镜像站
- http://mirrors.aliyun.com 阿里云镜像网站
- http://mirrors.sohu.com 搜狐镜像网站
- http://mirrors.163.com 163镜像网站
epel 提供众多的CentOS(centos7)第三方包
- http://mirrors.aliyun.com/epel/7/x86_64/Packages/m/ 阿里云
- http://mirrors.sohu.com/fedora-epel/7/x86_64/Packages/
一 rpm 安装
- 缺点:不能解决安装包的依赖关系】
命令:
rpm -i(安装) -e(卸载) -v(显示安装过程) -h(显示进度条,一个#代表2%)
yum安装
- yum其实也是一个rpm软件,但是它可以主动解决依赖关系
命令:
yum install package
yum remove package