urpm* mageia open mandriva

This commit is contained in:
Klaatu 2016-09-01 22:01:01 +12:00
parent 0a54b2a2ff
commit 76fa9cfc23
1 changed files with 14 additions and 0 deletions

14
cheat/cheatsheets/urpm Normal file
View File

@ -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