Skip to content

Instantly share code, notes, and snippets.

@manualbashing
Created October 30, 2019 15:03
Show Gist options
  • Select an option

  • Save manualbashing/cc01229a98508a2b96df02560f40c2d9 to your computer and use it in GitHub Desktop.

Select an option

Save manualbashing/cc01229a98508a2b96df02560f40c2d9 to your computer and use it in GitHub Desktop.
Installing Software on #Linux systems

Ubuntu

sudo apt-get install <package>

CentOS

sudo yum install <package>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment