cheat-fork-echo/cheat/cheatsheets/urpm

15 lines
211 B
Plaintext
Raw Permalink Normal View History

2016-09-01 12:01:01 +02:00
# 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