Skip to content

Instantly share code, notes, and snippets.

@lohenyumnam
Created February 24, 2018 04:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lohenyumnam/2c5145e3ccbdc67600875a41bd6c85e5 to your computer and use it in GitHub Desktop.
Save lohenyumnam/2c5145e3ccbdc67600875a41bd6c85e5 to your computer and use it in GitHub Desktop.
Name Arch Ubuntu
Package Manager Pacman Apt-Get
Command to Refresh and Upgrade pacman -Syy apt-get update
Command to Refresh and Upgrade pacman -Syu apt-get update && apt-get dist-upgrade
Command to install wget pacman -S wget apt-get install wget
Command to install sublime-text pacaur -S sublime-text sudo add-apt-repository ppa:webupd8team/sublime-text-3 && sudo apt-get update && sudo apt-get install sublime-text-installer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment