Last active
May 22, 2018 10:49
-
-
Save githubfoam/205bf4eb9b49b2aa432fb67c9dbcef8a to your computer and use it in GitHub Desktop.
opensuse experience
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| zypper se --installed-only -> list all packages | |
| zypper se -si virtualbox vbox kernel | |
| sudo zypper pa -i --installed-only | grep nginx ->#check whether or not nginx is installed | |
| zypper search mpv | |
| zypper remove mpv -> remove package | |
| zypper info cdcat | |
| zypper info --requires cdcat | |
| zypper up ->update, up Update installed packages with newer versions. | |
| #Install Oravle VirtualBox VM | |
| zypper ar -f http://download.virtualbox.org/virtualbox/rpm/opensuse/42.1/ Virtualbox -> Oracle repository | |
| zypper in VirtualBox-5.2 | |
| zypper lr -d - repo detais | |
| zypper dup -> dist-upgrade, dup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment