如何卸载Adobe Acroread?


9

我想卸载从adobe网站下载并安装的acroread。我怎样才能做到这一点?


您是如何安装的?您遵循什么指南?
dadexix86 2012年

@ dadexix86我是通过Adobe网站上的安装程序安装的。
sawa 2012年

Answers:


10

在安装脚本的同一文件夹中有一个UNINSTALL脚本。

$ locate UNINSTALL
/usr/local/Adobe/Reader9/bin/UNINSTALL

$ cd /usr/local/Adobe/Reader9/bin
$ sudo ./UNINSTALL

做完了!


1
我还必须从GNOME中的应用程序列表中删除Adobe Reader图标。图标位于中~/.local/share/applications/。也可能位于/usr/share/applications/
Maksim Dmitriev


6

我还尝试了多种方法来卸载adobe reader 9,该方法对我有用

sudo apt-get purge acroread-bin
sudo apt-get autoremove

1
这似乎是14.04上唯一可行的解​​决方案。
路易·德·索萨

3

如果您已手动安装,则可以运行

locate adobereader 

然后从那里删除它并删除文件夹。


0
sudo apt-get remove acroread

或者,如果您安装了Synaptic,也可以使用它。

如果您要搜索,它也应该显示在软件中心中,但是我对软件中心并不精通。


By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.