Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

How to download git for linux and unix

Debian/Ubuntu
For the latest stable version for your release of Debian/Ubuntu

$ apt-get install git

For Ubuntu, this PPA provides the latest stable upstream Git version

$ add-apt-repository ppa:git-core/ppa
$ apt update; apt install git

Fedora

(up to Fedora 21)
$ yum install git
(Fedora 22 and later)
$ dnf install git

Gentoo

$ emerge --ask --verbose dev-vcs/git

Arch Linux

$ pacman -S git

openSUSE

$ zypper install git

Mageia

$ urpmi git

Nix/NixOS

$ nix-env -i git

FreeBSD

$ pkg install git

Solaris 9/10/11 (OpenCSW)

$ pkgutil -i git

Solaris 11 Express

$ pkg install developer/versioning/git

OpenBSD

$ pkg_add git

Alpine

$ apk add git

Slitaz

$ tazpkg get-install git
Comment

PREVIOUS NEXT
Code Example
Shell :: linux remove all files same extension in directory 
Shell :: grep windows 
Shell :: poetry install 
Shell :: how to install ssh in windows 10 
Shell :: git how to reset only one file 
Shell :: access wine directory mac os 
Shell :: bash single line if-else condition 
Shell :: Shell CLI Argument Default Value 
Shell :: linux temp file 
Shell :: how to install limma in r 
Shell :: powershell alias 
Shell :: adb push image to gallery 
Shell :: wlan code cmd 
Shell :: git remove added file 
Shell :: duplicate line intellij mac 
Shell :: create cert from pem 
Shell :: find image size terminal 
Shell :: install php 8 debian 
Shell :: how to upgrade react in cra 
Shell :: git add submodule branch 
Shell :: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? 
Shell :: gzip version check 
Shell :: convert increase size linux command line 
Shell :: download the Laravel installer using Compose 
Shell :: run rust book on terminal 
Shell :: how to tar and gzip a file in linux 
Shell :: how to unmerge branch in git 
Shell :: aws connect to eks cluster 
Shell :: sed add line after match 
Shell :: install deb file in manjaro 
ADD CONTENT
Topic
Content
Source link
Name
1+9 =