mirror of https://github.com/cheat/cheat.git
urpm* mageia open mandriva
This commit is contained in:
parent
0a54b2a2ff
commit
76fa9cfc23
|
@ -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
|
Loading…
Reference in New Issue