From c2327211195e60a33106f0c53db934f10b9a8790 Mon Sep 17 00:00:00 2001 From: Amit Saha Date: Thu, 22 Jan 2015 16:30:49 +1000 Subject: [PATCH] Add cheatsheet for dnf --- cheat/cheatsheets/dnf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 cheat/cheatsheets/dnf diff --git a/cheat/cheatsheets/dnf b/cheat/cheatsheets/dnf new file mode 100644 index 0000000..99b6548 --- /dev/null +++ b/cheat/cheatsheets/dnf @@ -0,0 +1,16 @@ +# To install the latest version of a package: +dnf install + +# To search package details for the given string +dnf search + +# To find which package provides a binary +dnf provides + +# The following are available after installing "dnf-plugins-core" + +# Download a package +dnf download + +# install the build dependencies for a SRPM or from a .spec file +dnf builddep \ No newline at end of file