Last active
July 12, 2018 04:08
-
-
Save dev-ext/93d534ce3dc8442be16a990abd678f10 to your computer and use it in GitHub Desktop.
ubuntu gitkraken install from terminal
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
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 |
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
Thanks it Woks in my Ubuntu 16.04.