I want to uninstall acroread that I downloaded from adobe's website and installed. How can I do that?
27 Answers
Or if that still doesn't work and returns Package acroread is not installed, so not removed you can try sudo apt-get purge adobereader-enu && sudo apt-get autoremove.
(Taken from )
3There is an UNINSTALL script in the same folder where you installed it.
$ locate UNINSTALL
/usr/local/Adobe/Reader9/bin/UNINSTALL
$ cd /usr/local/Adobe/Reader9/bin
$ sudo ./UNINSTALLDone!
2I also tried many ways to uninstall adobe reader 9 and this method worked for me
sudo apt-get purge acroread-bin
sudo apt-get autoremove 1 If you have installed it manually, then you have can run
locate adobereader Then remove it from there and delete the folder.
sudo apt-get remove acroreador if you have Synaptic installed you can use that as well.
It should also show up in Software Center if your search for it, but I'm not well-versed in Software Center.
sudo rm -Rf /opt/Adobe
Ubuntu 18.04
Try this command, it worked for me.
I installed Adobe Reader based on video here: Then, I saw the software only allows me to see pdf files, but not to sign them; for uninstall Adobe Reader,it worked for me this:
sudo apt-get purge adobereader-enu && sudo apt-get autoremove