Commands Help : dnf

  •  Package manager for RPM

[SYNOPSIS] dnf OPTION COMMAND PACKAGE
command
installInstall a package or packages on your system
# dnf install package
reinstallreinstall a package
upgradeUpgrade a package or packages on your system
# dnf upgrade package
upgrade-toUpgrade a package on your system to the specified version
removeRemove a package or packages from your system
# dnf remove package
groupDisplay, or use, the groups information
listList a package or groups of packages
check-updateCheck for available package upgrades
infoDisplay details about a package or group of packages
providesFind what package provides the given value
searchSearch package details for the given string
# dnf search keyword
historyDisplay, or use, the transaction history
updateinfoDisplay advisories about packages

option
-yanswer yes for all questions
# dnf -y install package
--enablerepo=repoenable one or more repositories (wildcards allowed)
# dnf --enablerepo=repo install package
--disablerepo=repodisable one or more repositories (wildcards allowed)
# dnf --disablerepo=repo install package
--installroot [path]set install root
--exclude=packageexclude packages by name or glob
# dnf --exclude=package update
--releasever RELEASEVERoverride the value of $releasever in config and repo files
--nopluginsdisable all plugins
# dnf --noplugins update

Comments

Post a Comment

Popular posts from this blog

LINUX Move and copy files using SSH

Java : Variables Declaring

SQL Self JOIN