How can I uninstall adobe acroread?

I want to uninstall acroread that I downloaded from adobe's website and installed. How can I do that?

2

7 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 )

3

There 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 ./UNINSTALL

Done!

2

I 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 acroread

or 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

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like