PDA

View Full Version : Uninstalling/Removing Adobe Air Applications.



bhishan
March 25th, 2009, 02:26 AM
How do I uninstall/remove Adobe Air applications?

Partyboi2
March 25th, 2009, 01:04 PM
Open a terminal and

dpkg --list | grep -i <program>then to remove

sudo dpkg -r <program>So for example if the program called bee is installed you would

dpkg --list | grep -i beewhich shows something like

ii com.adobe.air.samples.bee.419d633a757e8b26dd2bdb30 1927ba7ba7490f38.1 1.2 so to uninstall

sudo dpkg -r com.adobe.air.samples.bee.419d633a757e8b26dd2bdb30 1927ba7ba7490f38.1

bhishan
March 26th, 2009, 04:39 AM
Open a terminal and

dpkg --list | grep -i <program>then to remove

sudo dpkg -r <program>So for example if the program called bee is installed you would

dpkg --list | grep -i beewhich shows something like

ii com.adobe.air.samples.bee.419d633a757e8b26dd2bdb30 1927ba7ba7490f38.1 1.2 so to uninstall

sudo dpkg -r com.adobe.air.samples.bee.419d633a757e8b26dd2bdb30 1927ba7ba7490f38.1

thanks

Regenerate
April 19th, 2009, 09:23 PM
when I try this (with dpkg --list | grep -i skimmer) nothing happens. What is going wrong?

Partyboi2
April 20th, 2009, 04:52 AM
Skimmer is installed as fallon

dpkg --list | grep -i fallon

budhajeewa
September 7th, 2009, 05:06 AM
Thanks, the tip is working !

gaylapdancer
September 15th, 2009, 02:13 PM
I would have picked that Adobe would have provided a control panel or something to remove these apps, but obviously we will never need to uninstall any AIR app.

Thanks very much for the tip.

Bernard Opic
March 3rd, 2010, 11:31 PM
I wrote Uninstaller for Adobe AIR (http://blogs.media-tips.com/bernard.opic/uninstaller-for-adobe-air/) to automate this.

dddw
May 20th, 2010, 12:27 AM
I wrote Uninstaller for Adobe AIR (http://blogs.media-tips.com/bernard.opic/uninstaller-for-adobe-air/) to automate this.

awesome tool, thanks!

buddhaflow
June 28th, 2010, 11:23 AM
This is inexcusably retarded on Adobe's part. What is this nonsense? What if I don't know the name of the program? Absolute Rubbish. Very disappointed in Adobe.

Mr. Opic's package seems to only uninstall AIR itself, not specific AIR programs. Am I using it wrong?

gfe
September 4th, 2010, 06:41 PM
It worked fine for me. When I opened it, it listed not only Adobe Air, but the two AA applications I had installed. I clicked on one of them, and it was deleted fine. I should note that I'm using Adobe Air 2.

casbahdk
December 26th, 2010, 12:10 PM
I wrote Uninstaller for Adobe AIR (http://blogs.media-tips.com/bernard.opic/uninstaller-for-adobe-air/) to automate this.

I am using LXDE. The app refuses to work if it can't find GNOME or KDE as window manager. Any chance of a work around?

I have also tried dpkg --list | grep -i prezi, but it only lists the desktop shortcut, despite that htop lists PreziDesktop3 as residing in /opt Grepping PreziDesktop3 doesn't return anything.

Bernard Opic
January 15th, 2011, 12:22 AM
This is inexcusably retarded on Adobe's part. What is this nonsense? What if I don't know the name of the program? Absolute Rubbish. Very disappointed in Adobe.

Mr. Opic's package seems to only uninstall AIR itself, not specific AIR programs. Am I using it wrong?
The new Uninstaller for Adobe AIR (http://blogs.media-tips.com/bernard.opic/uninstaller-for-adobe-air/) version 1.1.0 improves installed AIR Applications detection.

casbahdk
January 26th, 2011, 04:32 PM
I discovered that at least in my case, it was possible just to search for the application in Synaptic and uninstall it.

Bernard Opic
January 26th, 2011, 05:02 PM
I discovered that at least in my case, it was possible just to search for the application in Synaptic and uninstall it.
I installed Linux Mint 10, first with Gnome. The application launched but the Adobe AIR runtime was not detected.

I changed the Adobe AIR runtime detection as it is slightly different on Linux Mint.

I added LXDE, and configured it as me default window manager on startup.

I can use the application on Linux Mint.

Here are the download URLs for the 32-bit and 64-bit Debian package files for testing.

32-bit version (http://blogs.media-tips.com/bernard.opic/downloads/uninstaller-for-adobe-air_1.1.1_i386.deb)
64-bit version (http://blogs.media-tips.com/bernard.opic/downloads/uninstaller-for-adobe-air_1.1.1_amd64.deb)

Please let me know if that works also for some of you. If not, I will be interested by a dump of your environment variables.

Best regards,
Bernard Opic

Bernard Opic
February 10th, 2011, 11:21 AM
Hello,

For your information, I published yesterday the version 1.1.1 which adds support for LXDE.

Best Regards,
Bernard Opic

syed.rakib.al.hasan
May 6th, 2011, 03:21 PM
i wrote uninstaller for adobe air (http://blogs.media-tips.com/bernard.opic/uninstaller-for-adobe-air/) to automate this.

great stuff!!!!

balta
May 20th, 2011, 06:54 PM
Open a terminal and

dpkg --list | grep -i <program>then to remove

sudo dpkg -r <program>So for example if the program called bee is installed you would

dpkg --list | grep -i beewhich shows something like

ii com.adobe.air.samples.bee.419d633a757e8b26dd2bdb30 1927ba7ba7490f38.1 1.2 so to uninstall

sudo dpkg -r com.adobe.air.samples.bee.419d633a757e8b26dd2bdb30 1927ba7ba7490f38.1

worked perfectly for grooveshark desktop app, adobe is totally retard on this.

thanks

iamxeph
June 5th, 2011, 08:11 AM
I installed Linux Mint 10, first with Gnome. The application launched but the Adobe AIR runtime was not detected.

I changed the Adobe AIR runtime detection as it is slightly different on Linux Mint.

I added LXDE, and configured it as me default window manager on startup.

I can use the application on Linux Mint.

Here are the download URLs for the 32-bit and 64-bit Debian package files for testing.

32-bit version (http://blogs.media-tips.com/bernard.opic/downloads/uninstaller-for-adobe-air_1.1.1_i386.deb)
64-bit version (http://blogs.media-tips.com/bernard.opic/downloads/uninstaller-for-adobe-air_1.1.1_amd64.deb)

Please let me know if that works also for some of you. If not, I will be interested by a dump of your environment variables.

Best regards,
Bernard Opic

I tried 64-bit of this and worked great! thank you.

Is there any official ppa or website for the app?

bsulzen
June 8th, 2011, 06:09 PM
Maybe I am missing something here. I went into Ubuntu Software Center (running Natty Narwhal) and then searched for the Adobe Air App I wanted to remove, "geemail" in my situation. Clicked the remove button and the app was removed. Probably does the exact same thing as the command line method in this thread, but this is probably easier for most people

Psimon
June 25th, 2011, 04:00 PM
I tried using the uninstaller but get the following message: "Your desktop environment must be GNOME, KDE or LXDE"

I am using Gnome - any ideas?