Skip to content

Instantly share code, notes, and snippets.

@JLiu1272
Last active March 28, 2022 03:35
Show Gist options
  • Save JLiu1272/7b73ff9d2a98249d9e524559cd506cef to your computer and use it in GitHub Desktop.
Save JLiu1272/7b73ff9d2a98249d9e524559cd506cef to your computer and use it in GitHub Desktop.
Note: These commands only apply to Debian
Resource: https://opensource.com/article/18/8/how-install-software-linux-command-line
Installing Apps on Linux:
`sudo apt install <app-name>`
Uninstalling an app via apt is also super easy:
`sudo apt remove app_name`
Resource: https://opensource.com/article/18/6/linux-version
Find Linux Kernel Version
`uname -srm`
Find Ubuntu version
`lsb_release -a`
Check the installed kernels on your system
`find /boot/vmli*`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment