GitKraken is a strong Git shopper that may make it easier to take management of your programming code. On this information, we’ll go over how to install it on Linux programs.

Word: apart from Linux, the GitKraken Git shopper additionally helps Mac OS and Home windows. For extra data, head here.

Ubuntu set up directions

9k=

The GitKraken Git shopper is obtainable for all Ubuntu Linux customers, model 16.04 and above, by way of a downloadable DEB package deal. Should you’re utilizing Ubuntu and wish to get the shopper working, begin out by opening up a terminal window on the desktop. You possibly can open a terminal by urgent Ctrl + Alt + T or Ctrl + Shift + T on the keyboard.

As soon as the terminal window is open,  use the wget command to obtain the most recent DEB model of GitKraken. Alternatively, for those who choose, head over to this hyperlink here and obtain the most recent model that manner.

wget  -O ~/Downloads/gitkraken-amd64.deb

After downloading the DEB package deal file, use the CD command to transfer into the “Downloads” listing the place the package deal file is situated.

cd ~/Downloads

Within the “Downloads” folder, the set up of GitKraken can start on Ubuntu. Utilizing the Apt package deal supervisor, arrange the DEB package deal on your system.

sudo apt install ./gitkraken-amd64.deb -y

Debian set up directions

The GitKraken Git shopper is supported by Debian variations 9.0, 10.0 and better. Should you’re trying to get the app working on your system, begin by launching a terminal window. To launch a terminal press Ctrl + Alt + T or Ctrl + Shift + T on the keyboard.

When the terminal window is open and prepared to go, use the wget command to obtain the DEB package deal immediately from the web. Alternatively, click on on this hyperlink here.

wget  -O ~/Downloads/gitkraken-amd64.deb

As soon as the obtain is full, use the CD command to transfer into the “Downloads” listing.

cd ~/Downloads

Subsequent, use the Dpkg command to begin the set up course of. Needless to say throughout this set up, chances are you’ll discover errors pop up on the display screen. These are dependency errors and might be mounted by following this information.

sudo dpkg -i gitkraken-amd64.deb

Arch Linux set up directions

Arch Linux doesn’t get pleasure from official assist like different Linux distributions. Nonetheless, it doesn’t matter, because the Arch neighborhood has an AUR package deal that will get it working anyhow. To install it on your system, begin by launching a terminal and use the Pacman command to arrange the “Git” and “Base-devel” packages.

sudo pacman -S git base-devel

With the 2 packages arrange on your Linux PC, use the git clone command to obtain the Trizen AUR helper.

git clone 

Arrange the Trizen app with the makepkg command.

cd trizen
makepkg -sri

Lastly, use the trizen command to arrange the most recent model of GitKraken.

trizen -S gitkraken

Fedora set up directions

Fedora Linux has an RPM package deal file out there for many who need to arrange GitKraken. To install the app, open up a terminal window by urgent Ctrl + Alt + T or Ctrl + Shift + T on the keyboard. After that, use the wget command to obtain the file. Or obtain it here.

wget  -O ~/Downloads/gitkraken-amd64.rpm

Utilizing the CD command, transfer the terminal window into the “Downloads” listing.

cd ~/Downloads

Lastly, install GitKraken on Fedora Linux with the dnf command.

sudo dnf install gitkraken-amd64.rpm

OpenSUSE set up directions

Thanks to the RPM package deal file out there on GitKraken’s web site, you will get the app working on any OpenSUSE Linux distribution. To begin the set up, launch a terminal window by urgent Ctrl + Alt + T or Ctrl + Shift + T on the keyboard.

When the terminal window is open, use the wget command to seize the most recent RPM package deal. Alternatively, obtain it here.

wget  -O ~/Downloads/gitkraken-amd64.rpm

After downloading the RPM package deal, transfer into the “Downloads” listing with the CD command.

cd ~/Downloads

Lastly, install the RPM package deal to get GitKraken working.

sudo zypper install gitkraken-amd64.rpm

Generic Linux set up directions

Should you’re utilizing a lesser-known Linux working system, you possibly can nonetheless use GitKraken by downloading the GZip archive. To obtain it, open up a terminal window and use the wget command beneath.

wget  -O ~/Downloads/gitkraken-amd64.tar.gz

As soon as the GZip file is completed downloading, use the CD command to transfer into the “Downloads” listing.

cd ~/Downloads

Within the “Downloads” folder, use the tar command to extract the contents of the archive.

tar xvf gitkraken-amd64.tar.gz

Lastly, run the app with:

cd gitkraken

./gitkraken

Snap package deal set up directions

There’s a Snap model of GitKraken, and it’s one of many best methods to get the app working on Linux. To begin the set up, you should have the Snapd runtime arrange on your laptop. To arrange Snapd, comply with this information right here.

While you’ve completed organising the Snapd runtime, use the snap install command beneath to get GitKraken put in.

sudo snap install gitkraken



Source link

Share.
Leave A Reply

Exit mobile version