How to resolve the Error: Dependency is not satisfiable: adobeair (>= 1:2.6.0.0) in Ubuntu 12.04 while installing Elance tracker

| | 1 min read

Elance tracker helps individuals to track the time they have worked and this is automatically populates to work time sheet in elance. And this time sheet is automatically submitted to the client. So if you are working on elance projects some times it is necessary to track time through elance tracker. If incase you came up an error "Error: Dependency is not satisfiable: adobeair (>= 1:2.6.0.0) in Ubuntu 12.04" while installing Elance tracker, you may follow the below steps to resolve it.

Install AdobeAIRInstaller in the system through the site http://helpx.adobe.com/air/kb/archived-air-sdk-version.html. From this page select the file Adobe AIR 2.6.0 Linux (15.4 MB) and download it.

Copy the downloaded file to your favourite folder then execute following commands from there

chmod +x AdobeAIRInstaller.bin    - Change permission of the file to be executed
sudo ./AdobeAIRInstaller.bin      - run command as root

It will install Adobe AIR on your computer. Now try installing tracker again with

sudo dpkg -i TrackerSetup.deb

Hope this article helps you to resolve the error "Error: Dependency is not satisfiable: adobeair (>= 1:2.6.0.0) in Ubuntu 12.04".