Avatar of chalie001
chalie001
 asked on

how to install github in linux

hi i what to install github in linux ubuntu how can i do that
LinuxInstallationLinux NetworkingUbuntuLinux Distributions

Avatar of undefined
Last Comment
Yujin Boby

8/22/2022 - Mon
rindi

Most Linux Distro's include this in their Repositories. How you install Software from the Repo's depends on the Distro.

On Debian based Distro's (Debian, Ubuntu etc.), you can open a terminal and enter:

sudo apt update
sudo apt install git-hub

If you are using a GUI in your Distro, there is probably also a package Manager installed, like Synaptic, and then you can open that & search for git-hub, select it & install it...
ASKER CERTIFIED SOLUTION
David Favor

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Yujin Boby

GitHub is a git repository hosting service provider. You can't install it on your computer.

git is open-source version control software. You can install git on Ubuntu computer with the command

apt install git git-gui

Open in new window


Once git is installed, you can use it for working with any Git Repository including GitHub. There are other Git Hosting providers like Bitbucket, Gitlab, etc...
All of life is about relationships, and EE has made a viirtual community a real community. It lifts everyone's boat
William Peck