- Git Essentials(Second Edition)
- Ferdinando Santacroce
- 60字
- 2021-07-02 15:27:03
Installing Git on GNU-Linux
If you are a Linux user, you may have Git out of the box.
If not, you can use the distribution package manager to download and install it; an apt-get install git command or equivalent will provide you Git and all the necessary dependencies in seconds, as shown in the following image:

Installing Git on Kubuntu