Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pedrolopez/a488106f3fa59818f2e2 to your computer and use it in GitHub Desktop.
Save pedrolopez/a488106f3fa59818f2e2 to your computer and use it in GitHub Desktop.
UBUNTU : Install Elance Tracker
Install Elance Tracker
------------------------
1. Download elance tracker from the elance for ubuntu.
2. Download Adobe Air
wget http://airdownload.adobe.com/air/lin/download/latest/AdobeAIRInstaller.bin
3. Provide proper permission
chmod +X AdobeAIRInstaller.bin
4. Install Adobe Air
sudo ./AdobeAIRInstaller.bin
5. It will give error and ask you to install gnome keys. Run following commands. Ignore this step if no errors.
sudo ln -s /usr/lib/i386-linux-gnu/libgnome-keyring.so.0 /usr/lib/libgnome-keyring.so.0
sudo ln -s /usr/lib/i386-linux-gnu/libgnome-keyring.so.0.2.0 /usr/lib/libgnome-keyring.so.0.2.0
6. Doble click on elance tracker file [TrackerSetup.deb] downloaded from the elance or run following command
sudo dpkg -i TrackerSetup.deb
7. It should open your tracker.
8. Install java if necessary.
9. Restart your PC.
Enjoy!!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment