From Fedora Project Wiki
mNo edit summary |
|||
Line 10: | Line 10: | ||
|} | |} | ||
== | == Yum Utils == | ||
All tools in DNF added by plugins ([http://rpm-software-management.github.io/dnf-plugins-core/index.html core], [http://rpm-software-management.github.io/dnf-plugins-extras/index.html extras]) | All tools in DNF added by plugins ([http://rpm-software-management.github.io/dnf-plugins-core/index.html core], [http://rpm-software-management.github.io/dnf-plugins-extras/index.html extras]) | ||
Line 17: | Line 17: | ||
!Yum Tool!!DNF Tool!!Notes | !Yum Tool!!DNF Tool!!Notes | ||
|- | |- | ||
| | | debuginfo-install || [http://rpm-software-management.github.io/dnf-plugins-core/debuginfo-install.html dnf debuginfo-install] || | ||
|- | |||
| find-repos-of-install | |||
|- | |||
| || [http://rpm-software-management.github.io/dnf-plugins-core/kickstart.html dnf kickstart] || | |||
|- | |||
| needs-restarting | |||
|- | |- | ||
| | | package-cleanup | ||
|- | |- | ||
| | | repoclosure | ||
|- | |- | ||
| | | repodiff | ||
|- | |- | ||
| | | repo-graph | ||
|- | |- | ||
| || [http://rpm-software-management.github.io/dnf-plugins- | | repomanage || [http://rpm-software-management.github.io/dnf-plugins-extras/repomanage.html dnf repomanage] || | ||
|- | |- | ||
| repoquery || [http://rpm-software-management.github.io/dnf-plugins-core/repoquery.html dnf repoquery] || | | repoquery || [http://rpm-software-management.github.io/dnf-plugins-core/repoquery.html dnf repoquery] || | ||
|- | |||
| repo-rss | |||
|- | |- | ||
| reposync || [http://rpm-software-management.github.io/dnf-plugins-core/reposync.html dnf reposync] || | | reposync || [http://rpm-software-management.github.io/dnf-plugins-core/reposync.html dnf reposync] || | ||
|- | |- | ||
| | | repotrack | ||
|- | |||
| show-changed-rco | |||
|- | |||
| show-installed | |||
|- | |||
| verifytree | |||
|- | |||
| yum-builddep || [http://rpm-software-management.github.io/dnf-plugins-core/builddep.html dnf builddep] || | |||
|- | |||
| yum-config-manager | |||
|- | |||
| yum-debug-dump | |||
|- | |||
| yum-debug-restore | |||
|- | |||
| yumdownloader | [http://rpm-software-management.github.io/dnf-plugins-core/download.html dnf download] || | |||
|- | |||
| yum-groups-manager | |||
|- | |- | ||
|} | |} |
Revision as of 08:18, 27 January 2015
Commands
Yum Command | DNF Command | Notes |
---|---|---|
yum install | dnf install | Install packages |
Yum Utils
All tools in DNF added by plugins (core, extras)
Yum Tool | DNF Tool | Notes |
---|---|---|
debuginfo-install | dnf debuginfo-install | |
find-repos-of-install | ||
dnf kickstart | ||
needs-restarting | ||
package-cleanup | ||
repoclosure | ||
repodiff | ||
repo-graph | ||
repomanage | dnf repomanage | |
repoquery | dnf repoquery | |
repo-rss | ||
reposync | dnf reposync | |
repotrack | ||
show-changed-rco | ||
show-installed | ||
verifytree | ||
yum-builddep | dnf builddep | |
yum-config-manager | ||
yum-debug-dump | ||
yum-debug-restore | ||
dnf download | ||
yum-groups-manager |
Plugins
Yum Plugin | DNF Plugin | Notes |
---|---|---|
yum-plugin-aliases | ||
yum-plugin-auto-update-debug-info | ||
yum-plugin-changelog | ||
yum-plugin-copr | dnf-plugins-core | |
yum-plugin-fastestmirror | ||
yum-plugin-filter-data | ||
yum-plugin-fs-snapshot | dnf-plugins-extras-snapper | |
yum-plugin-keys | ||
yum-plugin-list-data | ||
yum-plugin-local | dnf-plugins-extras-local | WIP |
yum-plugin-merge-conf | dnf-plugins-extras-rpmconf | DNF plugin works via external tool 'rpmconf' |
yum-plugin-post-transaction-actions | ||
yum-plugin-priorities | ||
yum-plugin-protectbase | ||
yum-plugin-ps | dnf-plugins-extras-tracer dnf-plugins-core | Not fully equal. tracer runs after transaction and have command to run manually. needs_restarting runs only after transaction. |
yum-plugin-puppetverify | ||
yum-plugin-refresh-updatesd | ||
yum-plugin-remove-with-leaves | ||
yum-plugin-rpm-warm-cache | ||
yum-plugin-show-leaves | ||
yum-plugin-tmprepo | ||
yum-plugin-tsflags | ||
yum-plugin-upgrade-helper | ||
yum-plugin-verify | ||
yum-plugin-versionlock |