yum与apt-get的区别以及两者更新源(阿里/网易【163】)

本文介绍Linux系统的两大主流分支RedHat与Debian系列,并详细讲解了它们各自的包管理工具,如RedHat系列的rpm与yum,Debian系列的deb与apt-get。此外,还提供了如何更换软件源的具体步骤,帮助解决实际操作中遇到的问题。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

 一般来说著名的linux系统基本上分两大类:

 

1.RedHat系列:Redhat、Centos、Fedora等

2.Debian系列:Debian、Ubuntu等

 

RedHat 系列

1 常见的安装包格式 rpm包,安装rpm包的命令是“rpm -参数”

2 包管理工具 yum

3 支持tar

 

Debian系列

1 常见的安装包格式 deb包,安装deb包的命令是“dpkg -参数”

2 包管理工具 apt-get

3 支持tar

 

apt-get更新源

在使用apt-get update的时候,出现如下错误时:

E: Some index files failed to download, they havebeen ignored, or old ones used instead.

可以将目录下/var/lib/apt/lists/partial/所有的文件清掉,再次运行apt-get update即可!

 

1、复制原文件备份

sudo cp /etc/apt/source.list/etc/apt/source.list.bak

2、编辑源列表文件

sudo vim /etc/apt/source.list

3、将原来的列表删除,添加如下内容

 

阿里

deb http://mirrors.aliyun.com/ubuntu/ vivid mainrestricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ vivid-security main restricted universemultiverse
deb http://mirrors.aliyun.com/ubuntu/ vivid-updates main restricted universemultiverse
deb http://mirrors.aliyun.com/ubuntu/ vivid-proposed main restricted universemultiverse
deb http://mirrors.aliyun.com/ubuntu/ vivid-backports main restricted universemultiverse
deb-src http://mirrors.aliyun.com/ubuntu/ vivid main restricted universemultiverse
deb-src http://mirrors.aliyun.com/ubuntu/ vivid-security main restricteduniverse multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ vivid-updates main restricteduniverse multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ vivid-proposed main restricteduniverse multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ vivid-backports main restricteduniverse multiverse

 

网易

deb http://mirrors.163.com/ubuntu/lucid main universe restricted multiverse
deb-src
http://mirrors.163.com/ubuntu/lucid main universe restricted multiverse
deb
http://mirrors.163.com/ubuntu/lucid-security universe main multiverse restricted
deb-src
http://mirrors.163.com/ubuntu/lucid-security universe main multiverse restricted
deb
http://mirrors.163.com/ubuntu/lucid-updates universe main multiverse restricted
deb
http://mirrors.163.com/ubuntu/lucid-proposed universe main multiverse restricted
deb-src
http://mirrors.163.com/ubuntu/lucid-proposed universe main multiverse restricted
deb
http://mirrors.163.com/ubuntu/lucid-backports universe main multiverse restricted
deb-src
http://mirrors.163.com/ubuntu/lucid-backports universe main multiverse restricted
deb-src
http://mirrors.163.com/ubuntu/lucid-updates universe main multiverse restricted

 

4、运行sudo apt-get update

5、运行sudo apt-get upgrade

 

yum更新源

1、复制原文件备份

mv /etc/yum.repos.d/CentOS-Base.repo/etc/yum.repos.d/CentOS-Base.repo.backup

 

2、下载新的CentOS-Base.repo 到/etc/yum.repos.d/

CentOS 5

wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-5.repo

 

CentOS 6

 

wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo

 

CentOS 7

 

wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

 

3、之后运行yum makecache生成缓存

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值