11

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

sawa
  • 1,403

7 Answers7

26

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 http://ubuntuforums.org/showthread.php?t=1453166#5)

onse
  • 1,099
10

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!

6

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
Eric Carvalho
  • 55,573
pareekrachit
  • 61
  • 1
  • 2
3

If you have installed it manually, then you have can run

locate adobereader 

Then remove it from there and delete the folder.

green
  • 14,406
lawal
  • 180
1

I installed Adobe Reader based on video here: https://youtu.be/04-J55bnTLQ 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
tinlyx
  • 3,328
0
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.

green
  • 14,406
Chuck R
  • 5,038
0

sudo rm -Rf /opt/Adobe


Ubuntu 18.04

Try this command, it worked for me.