Published
- 1 min read
purge a software linux
The solution for this is noted below
purge a software linux
Solution
# List out all software installed on the machine
dpkg --list
# remove the software you want using the following command
sudo apt-get --purge remove NAME_SOFTWARE
# e.g.
sudo apt-get --purge remove gimp
Try other methods by searching on the site. That is if this doesn’t work