updated notes

This commit is contained in:
Hugh Ratsch
2025-02-18 16:36:36 -06:00
parent 990c6e55bd
commit 9f29df069c
+3
View File
@@ -688,5 +688,8 @@ sudo dnf list # List all packages
sudo dnf search httpd # Search for the httpd package sudo dnf search httpd # Search for the httpd package
sudo dnf info httpd # Display information about 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
``` ```