Done palying with that app? Application misbehaving? It’s time to get rid of old air and get some fresh air.
If you are like me, you would delete the installation file after a successfull install. What do you do now?
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 …
That’s it. Your application is now uninstalled
Tags: adobe, air, uninstall

WHAT TO DO NOW?