- notify with a new update
apt-watch
you can get above using 'apt-get install apt-watch'
- install
apt-get install package_name
- re-setting after installation
dpkg-reconfigure package_name
- uninstall
apt-get remove package_name
- uninstall with settings
apt-get --purge remove package_name
- update
apt-get update package_name
- upgrade
apt-get upgrade package_name
- 'update' and 'upgrade' are operated simultaneously
apt-get update; apt-get upgrade
- upgrade with resolving dependencies and competitions
apt-get dist-upgrade
- display installed package list
dpkg -l
- search packages available by keyword
apt-cache search keyword
- remove downloaded files
apt-get clean
Setting up apt-mirror behind http proxy