feixiablog

想在自己的笔记本CentOS7上安装dnf玩玩儿,但是根据百度出来的方法没有成功。

yum install epel-release -y

yum install dnf

 

现在将解决办法转载过来,如下:

wget http://springdale.math.ias.edu/data/puias/unsupported/7/x86_64/dnf-conf-0.6.4-2.sdl7.noarch.rpm

wget http://springdale.math.ias.edu/data/puias/unsupported/7/x86_64//dnf-0.6.4-2.sdl7.noarch.rpm

wget http://springdale.math.ias.edu/data/puias/unsupported/7/x86_64/python-dnf-0.6.4-2.sdl7.noarch.rpm

yum install python-dnf-0.6.4-2.sdl7.noarch.rpm dnf-0.6.4-2.sdl7.noarch.rpm dnf-conf-0.6.4-2.sdl7.noarch.rpm

 

 

测试有效:

cat /etc/redhat-release

dnf update

 

分类:

技术点:

相关文章:

  • 2021-11-04
  • 2021-04-05
  • 2021-10-03
  • 2021-09-01
  • 2021-11-06
  • 2021-09-09
  • 2021-04-10
猜你喜欢
  • 2021-11-11
  • 2021-11-11
  • 2021-07-30
  • 2021-11-07
  • 2017-11-26
  • 2021-10-26
相关资源
相似解决方案