CentOS安裝yum4, dnf, neofetch

CentOS7安裝yum4, dnf, neofetch

在安裝neofetch之前,是需要使用dnf,以下是一些步驟。

neofetch是一個系統訊息的命令,它可以簡單地把系統的訊息和使用圖案表示。

1, yum install centos-release-yum4
2, yum --enablerepo=centos-yum4-testing install yum4
3, yum4 --enablerepo=centos-yum4-testing install dnf-plugins-core
4, yum --enablerepo=centos-yum4-testing update
----------------------------------------------------------------
5, yum4 -y copr enable konimex/neofetch
  or
 dnf -y copr enable konimex/neofetch

----------------------------------------------------------------

6, dnf install neofetch
  or
yum4 install neofetch

猜你喜欢

转载自www.cnblogs.com/mycoffee/p/9943571.html