Dnf

来自linux中国网wiki
跳到导航 跳到搜索


基本知识



DNF or Dandified Yum is the next generation version of the Yellowdog Updater, Modified (yum), a package manager for RPM-based distributions. DNF was introduced in Fedora 18,[2] and it has been the default package manager for Fedora since version 22.[3] Perceived deficiencies of yum which DNF is intended to address include poor performance, high memory usage, and the slowness of its iterative dependency resolution.[4] DNF uses libsolv, an external dependency resolver.[4]


install 

DNF 并未默认安装在 RHEL 或 CentOS 7系统中,但是 
yum install epel-release -y
yum install dnf
 
 
 dnf --version


查看系统中可用的 DNF 软件库
用处:该命令用于显示系统中可用的 DNF 软件库
命令:# dnf repolist

参考

YUM已死,DNF万岁 https://www.linuxdashen.com/yum%E5%B7%B2%E6%AD%BB%EF%BC%8Cdnf%E4%B8%87%E5%B2%81

DNF的命令使用教学 good https://linuxstory.org/dnf-commands-for-fedora-rpm-package-management/

官网 http://dnf.baseurl.org/ https://fedoraproject.org/wiki/DNF?rd=Dnf#Language_Support_Using_Dnf https://github.com/rpm-software-management/dnf

https://en.wikipedia.org/wiki/DNF_(software)

Package Management Basics: apt, yum, dnf, pkg https://www.digitalocean.com/community/tutorials/package-management-basics-apt-yum-dnf-pkg