Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Gitkraken don't update in Ubuntu

My GitKraken does not complete the upgrade process, it gets caught on the download screen.

  • A few weeks ago it worked normally

  • Ubuntu Mate 18.04

enter image description here

like image 680
gugoan Avatar asked Mar 26 '19 18:03

gugoan


People also ask

How do I start GitKraken on Ubuntu?

Run GitKraken Client Upon installation, some Linux distros do not automatically create shortcuts to the app. To run GitKraken Client manually, open the terminal and type gitkraken to start the app.

How do I download GitKraken from Ubuntu?

Method 2: Install Gitkraken using the Ubuntu Software Center And GitKraken appears in it so we can do the installation without problems from a comfortable graphic interface. So, open the Ubuntu Software Center from the main menu and in the search field type GitKraken.

What is the latest version of GitKraken?

Version 8.7. 7 has been released!

How do I run GitKraken client on Linux?

GitKraken Client data is stored in /home/ {user}/.gitkraken == ~/.gitkraken. Upon installation, some Linux distros do not automatically create shortcuts to the app. To run GitKraken Client manually, open the terminal and type gitkraken to start the app.

How do I update my GitKraken self-hosted license?

Users of GitKraken Self-Hosted should now start receiving the latest client. If you need to update your GitKraken Self-Hosted license, you will first need to copy the license.dat file over to your GitKraken Self-Hosted server. Then, select the new license by going to the License tab on your Enterprise site.

What is the use of GitHub Kraken?

GitKraken is a graphic interface for Git that allows us to manage our repositories from a comfortable and modern graphic interface. Integrations with GitHub, GitLab, Bitbucket, and Azure DevOps make it swift and simple to clone, fork, and add remotes.


1 Answers

I had a similar problem, so I installed GitKraken using command line:

  • Download the Linux debpackage from https://www.gitkraken.com/download.
  • Open the Ubuntu's Terminal app
  • Type the command line: sudo dpkg -i /path/to/your/GitKraken-vx.y.z.deb
like image 141
Danijel Avatar answered Oct 19 '22 02:10

Danijel