Created
March 24, 2014 09:33
-
-
Save vrushank-snippets/9737149 to your computer and use it in GitHub Desktop.
UBUNTU : Install Elance Tracker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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