dnf command cheat sheet

# dnf –version (Check version of dnf) # dnf repolist (List enabled repositories) # dnf repolist all (List enabled and disabled repositories) # dnf install httpd (Install a package named httpd) # dnf install httpd (It will install directly install will not ask for yes or no) # dnf remove httpd (It will remove package) […]