Skip to content

Instantly share code, notes, and snippets.

@dev-ext
Last active July 12, 2018 04:08
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dev-ext/93d534ce3dc8442be16a990abd678f10 to your computer and use it in GitHub Desktop.
Save dev-ext/93d534ce3dc8442be16a990abd678f10 to your computer and use it in GitHub Desktop.
ubuntu gitkraken install from terminal
wget https://release.gitkraken.com/linux/gitkraken-amd64.deb
sudo dpkg -i --force-depends gitkraken-amd64.deb
sudo apt-get install -f
rm -f gitkraken-amd64.deb
@kulbhushansinghs
Copy link

Thanks. This was very helpful

@MuhammadFariMadyan
Copy link

Thanks it Woks in my Ubuntu 16.04.

@benzntech
Copy link

benzntech commented Jul 12, 2018

GitKraken - installs but doesn't run

Fix it by installing the libraries with sudo apt install libgnome-keyring-common libgnome-keyring-dev

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