zypper Flashcards

1
Q

zypper

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

zypper install

zypper source-install

A

install, Installs a package.

source-install, Installs source package from a repository.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

zypper update

zypper list-updates

zypper dup

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

zypper remove

A

remove, Removes a specific package.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

zypper search

zypper info

A

search, Searches for a package using provided text.

info, Displays info about a specific package.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly