Kali Linux - app install & uninstall
sudo apt-get upgrade linux pakage info upgrade
sudo apt-get dist-upgrade linux pakage info upgrade
suod apt-get update linux pakage info update
sudo apt-get install libreoffice install libreoffice
sudo apt-get install gimp install gimp
sudo apt --purge remove gimp command is used to uninstall gimp and deletes all the
configuaration files
sudo apt remove gimp onlye install gimp will retain all the config files
suod apt -autoremove when you uninstall a program, there may be packages that the
uninstalled program depended upon that no longer used
to remove any unused packages, use the autoremove command
suod apt purge --autoremove gimp this command removing a program and removing
dependencies that are no longer being used into one
sudo apt clear to remove downloaded archive files
dpkg --list used to see a list of all installed packages on your computer
dpkg-query -l gimp installed application status with version details for gimp application
dpkg-query -l libreoffice installed application status with version details for libreoffice application
No comments:
Post a Comment