mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-16 00:48:36 +01:00
14 lines
211 B
Text
14 lines
211 B
Text
# 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
|