Skip to content

Instantly share code, notes, and snippets.

@githubfoam
Last active May 22, 2018 10:49
Show Gist options
  • Select an option

  • Save githubfoam/205bf4eb9b49b2aa432fb67c9dbcef8a to your computer and use it in GitHub Desktop.

Select an option

Save githubfoam/205bf4eb9b49b2aa432fb67c9dbcef8a to your computer and use it in GitHub Desktop.
opensuse experience
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