From 76fa9cfc230ac8d7445209ebdcae369a63c0749b Mon Sep 17 00:00:00 2001 From: Klaatu Date: Thu, 1 Sep 2016 22:01:01 +1200 Subject: [PATCH] urpm* mageia open mandriva --- cheat/cheatsheets/urpm | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 cheat/cheatsheets/urpm diff --git a/cheat/cheatsheets/urpm b/cheat/cheatsheets/urpm new file mode 100644 index 0000000..3cb93f2 --- /dev/null +++ b/cheat/cheatsheets/urpm @@ -0,0 +1,14 @@ +# search (fuzzy) for package foo +urpmq -Y foo + +# check if foo is installed +rpm -q foo + +# install package foo +urpmi foo + +# download but don't install foo +urpmi --no-install foo + +# uninstall package foo +urpme foo