diff --git a/src/rhcsa.md b/src/rhcsa.md index d56e880..5ab9fb3 100644 --- a/src/rhcsa.md +++ b/src/rhcsa.md @@ -688,5 +688,8 @@ sudo dnf list # List all packages sudo dnf search httpd # Search for the httpd package sudo dnf info httpd # Display information about the httpd package + +sudo dnf provides /bin/bash # Display the package that provides the /bin/bash command +sudo dnf deplist httpd # Display the dependencies of the httpd package ```