1

A lot of people are coming back to ICQ because it was updated and now can compete with WhatsApp.

I'm trying to install the newest ICQ on Ubuntu but I having trouble with that. I access the following adress: http://www.icq.com/download/linux/en ,so I try to click on "Download ICQ" button, however anything happens.

enter image description here

I didn't found any other link to download ICQ in the official website. Someone can help me?

Edit to Louis Matthijssen answer:

Well, I follow what you said. I downloaded Chromium and go to ICQ For Linux download page. The installation almost works, the page tells me to download and install Adobe Air, I clicked in "Yes" and wait while the Adobe Air was installed. After that I receive the following error:

enter image description here

1 Answers1

1

I have got it working in Firefox too:

  1. Open a terminal
  2. Download the latest Adobe AIR:

    wget http://airdownload.adobe.com/air/lin/download/2.6/AdobeAIRInstaller.bin
    
  3. Set the executable bit:

    chmod +x AdobeAirInstaller.bin
    
  4. Install Adobe AIR:

    • For 32-bit:

      LD_LIBRARY_PATH=/usr/lib/i386-linux-gnu ./AdobeAIRInstaller.bin
      
    • For 64-bit:

      LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu ./AdobeAIRInstaller.bin
      

    More information about this here

  5. Important! Change your system time, back to the year 2011. Otherwise it'll fail (probably because the installer file is from 2011 and is only valid for a year or something like that)!

  6. Go to the ICQ for Linux page

  7. Click on Download ICQ

  8. Click on Open

  9. Install ICQ

  10. Don't forget to change your system time back!

Please note that this all indicates that this application is just very old. I've tested it to be working, but I haven't tested if it's still able to connect to the ICQ servers (their protocol may have changed). Also I don't know the security risk of installing all this old software.

System requirements from their website:

Adobe Air 2.5
Fedora Core 13, Ubuntu 10.10, or openSUSE® 11.3
Release date: 22.5.2011
Louis Matthijssen
  • 11,885
  • 6
  • 44
  • 50