322 B
322 B
| tags | ||
|---|---|---|
|
Debian package management
Update and install package
sudo apt-get install <package_name>
Update packages
sudo apt-get update
Remove package and all deps it installed that are not used by another program
sudo apt autoremove <package_name>