如何在Ubuntu平台下卸载Adobe Air应用
By Minidxer | October 13, 2008
卸载Adobe Air应用并不是一件困难的事情–对于有相关经验的人来说的确是这样的。不过记得第一次卸载Adobe Air应用,折腾了我很久才发现原来可以直接在安装删除里面进行,汗。在Ubuntu平台下呢?假如你还保留着当初的*.air文件,那么恭喜你,只需要双击该文件并选择Uninstall就可以了。那要是很不巧的你也是喜欢安装完了就删除的,那应该如何呢?wanfahmi给出了具体的步骤:
You need to drop to a terminal. Most probably, you have installed the application to /opt folder. Type these commands.
sudo dpkg -S /opt/*
You’ll get an output like this
adobeair1.0: /opt/Adobe AIR
com.adobe.hoyt.mapcache.419d633a757e8b26dd2bdb301927ba7ba7490f38.1: /opt/AIR Examples
jp.clockmaker.airicongenerator.785adfa7d3f9cf50a24cbff5b86ab182b877b02c.1: /opt/ClockMaker
cxchromium: /opt/cxchromium
dpkg: /opt/lampp not found.For example, to remove the Air Icon Generator application, enter this.(Copy and paste would be good now.)
sudo dpkg -P jp.clockmaker.airicongenerator.785adfa7d3f9cf50a24cbff5b86ab182b877b02c.1
and get an output some thing like this
(Reading database … 132489 files and directories currently installed.)
Removing jp.clockmaker.airicongenerator.785adfa7d3f9cf50a24cbff5b86ab182b877b02c.1 …
你可以在这里参考原文:
http://wanfahmi.com/2008/10/how-to-remove-adobe-air-application/
Topics:
Adobe其他 |
No Comments » |
197 views
Tags: Adobe, AIR, Ubuntu