Last active
March 28, 2022 03:35
-
-
Save JLiu1272/7b73ff9d2a98249d9e524559cd506cef to your computer and use it in GitHub Desktop.
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
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