dnf.rst
changeset 2557 688949d16063
parent 2529 5656ce3673e9
child 2558 8ddc7e78cd41
--- a/dnf.rst	Wed Feb 08 22:38:17 2023 +0200
+++ b/dnf.rst	Thu Feb 09 13:57:48 2023 +0200
@@ -5,8 +5,26 @@
 .. contents::
    :local:
 
-List package files
-==================
+List packages
+=============
+
+List all installed packages::
+
+  dnf repoquery --installed
+
+Check package details
+=====================
+
+Check if a package is installed::
+
+  dnf list $PKG
+
+Check a package version::
+
+  dnf info $PKG
+
+List package's files
+====================
 ::
 
   dnf repoquery -l $PKG