在Centos下用yum install xxx


yum和apt-get的区别

一般来说著名的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包

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-30
  • 2021-07-29
  • 2021-10-08
  • 2022-12-23
  • 2021-07-29
猜你喜欢
  • 2022-12-23
  • 2022-02-15
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案