2 Ways To Install GitKraken on Ubuntu 18.04.2 LTS
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
GitKraken is a popular leading graphic user interface for Git which was built using NodeGit.
Offcial Website: https://www.gitkraken.com/
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Our Server Specification- [ Os: Ubuntu 18.04.2 LTS Bionic Beaver 64Bit ]
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
lsb_release -cd ; getconf LONG_BIT ; whoami ; apt update -y ; apt install -y build-essential software-properties-common curl gdebi vim wget aptitude leafpad nano git net-tools lsb-release apt-transport-https
Method:1
apt update ; apt install snapd -y
snap install gitkraken
Method:2
wget https://release.gitkraken.com/linux/gitkraken-amd64.deb
gdebi gitkraken-amd64.deb
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
No comments:
Post a Comment