Skip to content

Instantly share code, notes, and snippets.

@MEGApixel23
Created May 13, 2016 07:51
Show Gist options
  • Save MEGApixel23/730ac9be26547121ef94dfc66f6d1686 to your computer and use it in GitHub Desktop.
Save MEGApixel23/730ac9be26547121ef94dfc66f6d1686 to your computer and use it in GitHub Desktop.
Install Upwork TeamApp on Ubuntu
1. Download TeamApp from Upwork site.
2. Download one of the folowing libraries
32bit: https://launchpad.net/ubuntu/+archive/primary/+files/libgcrypt11_1.5.3-2ubuntu4.2_i386.deb
64bit: https://launchpad.net/ubuntu/+archive/primary/+files/libgcrypt11_1.5.3-2ubuntu4.2_amd64.deb
3. > sudo dpkg -i libgcrypt11_1.5.3-2ubuntu4.2_i386.deb
4. > sudo dpgk -i upwork_amd64.deb
@AdamMzkr
Copy link

AdamMzkr commented Feb 8, 2023

in the last command is mistake need to be dpkg not dpgk :) but thanx anyway

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment