How to: Uninstall Acrobat Reader 9

Write tutorials for Linux Mint here
More tutorials on https://github.com/orgs/linuxmint/discu ... /tutorials and (archive) on https://community.linuxmint.com/tutorial
Forum rules
Don't add support questions to tutorials; start your own topic in the appropriate sub-forum instead. Before you post read forum rules
Locked
Icekimo

How to: Uninstall Acrobat Reader 9

Post by Icekimo »

If you obtained Adobes Acrobat Reader 9 directly from their website as Reader_9.*_English_for_Linux_.bin and installed it by terminal, it might won't show up in your software center also in the Synaptics Packet Manager. Also sudo apt-get remove acroread won't work ;).
Luckily Adobe built in an uninstall script. Do following:

Code: Select all

cd <name_of_install_directory>/Reader9/bin && sudo sh UNINSTALL


I think by default it's located somewhere in /etc/Adobe*or*something/


The reason i am writing this is because i spent 2 days trying to remove the reader :). This shall never happen again to anybody. Hope it helps.
gene_wood

Re: How to: Uninstall Acrobat Reader 9

Post by gene_wood »

Icekimo, thanks very much for this. It solved the problem.

For what it's worth, my default install directory resulted in this command :

Code: Select all

cd /opt/Adobe/Reader9/bin && sudo ./UNINSTALL
I'd wanted to uninstall it because amazingly, it installs a /etc/bash_complete.d/ file which breaks bash autocompletion on a bunch of stuff in Adobe's attempt to deal with filenames with spaces in it. For example, normally when typing something like :

Code: Select all

ls ~/Docu
and then hitting tab to complete the directory name you'd get :

Code: Select all

ls ~/Documents/
After installing Adobe Reader 9, the autocomplete changed to :

Code: Select all

ls ~/Documents 
with a trailing space.

Lame. Anyhow, fixed by uninstalling adobe.
prabhatjn

Re: How to: Uninstall Acrobat Reader 9

Post by prabhatjn »

In my mint 16 there was no UNINSTALL file but this helped:
sudo apt-get purge adobereader-enu
and
sudo apt-get autoremove

P.
thanosfrag

Re: How to: Uninstall Acrobat Reader 9

Post by thanosfrag »

Thanks prabhatjn. It worked like a charm in my Linux Mint 16. :wink:
Locked

Return to “Tutorials”