Uninstalling using the method:
dpkg --list
sudo apt-get remove “package-name”
sudo apt-get purge “package-name”
sudo apt-get autoremove
is a beautiful way, but the problem is in searching for the package which I really need to uninstall inside all of this long dpkg --list
, and this is not the fatigue, you will get enough fatigue when looking for the true name of the true package which you want to remove.
-are there any way much easier than this? -are there any software like Iobit uninstaller which is on Windows? mean: software for uninstalling programs on Ubuntu? -are there any way to get the true name of the package which we want to remove?