Linux Cheat Sheet Basic Console Commands
Linux Cheat Sheet Basic Console Commands
installs specific software list all files in a current diectory (included hidden)
$ sudo apt install package_name $ ls -al
removes software but keeps configuration files change current directory to home
$ sudo apt remove package_name $ cd