Install and Update Software Packages with DNF Flashcards
What command searches for packages?
dnf search <name></name>
What command obtains information about a package?
dnf info <package></package>
What command installs a package?
dnf install <package></package>
What command removes packages?
dnf remove <package></package>
What command lists all available component groups?
dnf group list
What command provides information about a component group such as included packages?
dnf group info “Component Group”
What command is used to install a Component Group?
dnf group install “Component group”
What command is used to explore history and undo options of the dnf command?
dnf history
What command confimrs the transaction of a group installation?
dnf history info <Transaction></Transaction>
What command is used to undo previous transactions in history?
dnf history undo <transaction id #>
What command checks for rpm packages?
rpm -q -p <rpm> -i</rpm>
What command installs rpm packages?
dnf install <rpm></rpm>
What command verifies rpm package is installed?
rpm -q <specified-script></specified-script>