How to completely remove application from command line in Debian system
Posted on February 01, 2022
Using the below command to remove the application completely from any Debian based operating systems
sudo apt-get purge [packagename]
sudo apt-get autoclean
sudo apt-get autoremove
Note: remove the package name with application name going to remove
to join this conversation on Samprix.Already have an account? Sign in to comment