xyb930826

为了在Centos上使用dnf copr命令,需要安装dnf-plugins-core,找了很长时间,包括试了源码编译安装都不行,最后找到了方法,执行下面的命令就可以了。

需要root权限

wget -P /etc/yum.repos.d/ https://copr.fedoraproject.org/coprs/jkastner/dnf-plugins-core/repo/epel-7/jkastner-dnf-plugins-core-epel-7.repo && yum install dnf-plugins-core

然后就能愉快的使用dnf copr了。

分类:

技术点:

相关文章:

  • 2018-03-29
  • 2019-09-18
  • 2019-09-18
  • 2018-10-30
  • 2021-07-10
  • 2021-07-19
  • 2021-04-05
  • 2021-12-17
猜你喜欢
  • 2021-11-11
  • 2021-09-01
  • 2021-09-01
  • 2021-09-27
  • 2021-04-12
  • 2021-10-17
  • 2021-12-23
相关资源
相似解决方案