1. 程式人生 > >There are no enabled repos.

There are no enabled repos.

今天要記錄一下自己懵逼的一天,原來自己是Ubuntu系統,還以為是centos,導致命令錯了

There are no enabled repos.
Run "yum repolist all" to see the repos you have.
You can enable repos with yum-config-manager --enable <repo>

 

一般來說著名的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包
所以你Ubuntu不該用yum 該用apt-get
---------------------
作者:兵哥LOVE坤
來源:CSDN
原文:https://blog.csdn.net/zdb292034/article/details/82424220
版權宣告:本文為博主原創文章,轉載請附上博文連結!