How to fix Adobe AIR’s installation on Ubuntu 9.04

Sunday, August 16th 2009, 23:24

I just want to start this article by emphasizing that I am not a fan of Adobe’s new products like Adobe AIR or Flex. They eat two buckets of RAM for some shiny effects that really don’t deserve this kind of resources. The explanation is rather simple: being new products, they are still full of bugs or their features aren’t quite implemented in the most intelligent possible way. Maybe after they mature a bit I will change my opinion.

Since I am on Twitter, I decided to use a client for updating my twits very easy and the best client for me proved to be TweetDeck, which is available for both Linux and iPod Touch (iPhone too). TweetDeck runs, unfortunately, on Adobe AIR. Trying to clean my system today of orphaned packages, somehow I have succeeded in messing Adobe AIR. No problem, let’s reinstall it. Only that the f*cker constantly failed serving me the lamest excuse ever (for running on Linux).

An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator.

I have tried to remove all the packages that belong to Adobe AIR (adobeair1.0 and adobe-certs) and then to reinstall but all of this with no luck. Until I have found these lines on a site that I forgot:

rm -rf ~/.adobe
sudo rm -rf /root/.adobe/ /root/.macromedia/ /root/.appdata/ ~/.macromedia/ ~/.appdata
sudo rm -rf /var/opt/Adobe\ AIR/
sudo rm -rf /etc/opt/Adobe/
sudo dpkg -P $(dpkg -l | grep adobeair | awk -F" " '{print $2}')
sudo dpkg -P $(dpkg -l | grep adobe-cert | awk -F" " '{print $2}')

Afterwards the installer worked okay. Be careful not to have your browser opened when performing the install. In some cases it apparently generated the same error regarding AIR.

You might also like:

8 Comments

Leave a comment

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>


CODE EXAMPLES: When you want to include source code or terminal output, please use the the following tags like in the next example:

    [language]
    code lines
    [/language]
	

where you substitute language with the programming laguage used throught the code example (for terminal output that would be bash), e.g:

    [bash]
    /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    [/bash]
	

To see a list of all the supported languages, please check this page.

If you want to include code bits inline, please use the code tags like in the following example:

    The <code>$USER</code> variable holds the current logged in username.
	

Projects that I support

Recent Comments

  • nope said:
    yeah that was my first thought too, but: mount: warning: seems to be mounted read-write. too bad, would have been just perfect. more»
  • Klaus Deiss said:
    Dear Radu, I tried it on Ubuntu 10.0.4.2 and 10.0.4.3 with different kernel versions (amd64 server 2.6.32 kernel). No... more»
  • scompo said:
    Nope.. Now it’s not working again.. This printer it’s a real pain in the butt.. The other hp printer I had... more»
  • Dmitrij said:
    Thank you Peter and Patrice. Could you please post the updated script? more»
  • hd_flash_pains said:
    didn’t work for me more»

Recent Tweets

Bear