zypper Flashcards
zypper
zypper is a command-line interface to ZYpp system management library (libzypp). It can be used to install, update, remove software, manage repositories, perform various queries, and more.
zypper install
zypper source-install
install, Installs a package.
source-install, Installs source package from a repository.
zypper update
zypper list-updates
zypper dup
update, When used with a package name it will only update that package, however, when used alone it will update all of the packages in a system.
list-updates, Is used to list all available updates.
dup, Performs a full distrobution upgrade.
zypper remove
remove, Removes a specific package.
zypper search
zypper info
search, Searches for a package using provided text.
info, Displays info about a specific package.