How to Install and Uninstall git Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 07,2024

1. Install "git" package

Here is a brief guide to show you how to install git on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install git

2. Uninstall "git" package

Please follow the guidelines below to uninstall git on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove git $ sudo apt autoclean && sudo apt autoremove

3. Information about the git package on Ubuntu 21.10 (Impish Indri)

Package: git
Architecture: amd64
Version: 1:2.32.0-1ubuntu1
Multi-Arch: foreign
Priority: optional
Section: vcs
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Jonathan Nieder
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 17880
Provides: git-completion, git-core
Depends: libc6 (>= 2.33), libcurl3-gnutls (>= 7.56.1), libexpat1 (>= 2.0.1), libpcre2-8-0 (>= 10.34), zlib1g (>= 1:1.2.0), perl, liberror-perl, git-man (>> 1:2.32.0), git-man (<< 1:2.32.0-.)
Recommends: ca-certificates, patch, less, ssh-client
Suggests: gettext-base, git-daemon-run | git-daemon-sysvinit, git-doc, git-email, git-gui, gitk, gitweb, git-cvs, git-mediawiki, git-svn
Breaks: bash-completion (<< 1:1.90-1), cogito (<= 0.18.2+), dgit (<< 5.1~), git-buildpackage (<< 0.6.5), git-el (<< 1:2.32.0~rc2-1~), gitosis (<< 0.2+20090917-7), gitpkg (<< 0.15), guilt (<< 0.33), openssh-client (<< 1:6.8), stgit (<< 0.15), stgit-contrib (<< 0.15)
Filename: pool/main/g/git/git_2.32.0-1ubuntu1_amd64.deb
Size: 3035596
MD5sum: 5c5af6b68d1add57c9d7926f9bc3b65e
SHA1: 94e145bc27c62d9d2858735948b4ac4b7ec13c4a
SHA256: 1e6bf374b9ae660e6b45e9f579b235f56b4b3ab94f50abfd17c1f33876e726f8
SHA512: 37756bcc53e7c05c6e835532bc45d7de70cba1f02411532a3d30750b405aa421d4f5d2ef04cfe1cb0ae9871e4836f8b856e35e07dfd3b05b71432942ba22a73a
Homepage: https://git-scm.com/
Description-en: fast, scalable, distributed revision control system
Git is popular version control system designed to handle very large
projects with speed and efficiency; it is used for many high profile
open source projects, most notably the Linux kernel.
.
Git falls in the category of distributed source code management tools.
Every Git working directory is a full-fledged repository with full
revision tracking capabilities, not dependent on network access or a
central server.
.
This package provides the git main components with minimal dependencies.
Additional functionality, e.g. a graphical user interface and revision
tree visualizer, tools for interoperating with other VCS's, or a web
interface, is provided as separate git* packages.
Description-md5: c1f968556452a190fe359bffd151c012
Task: cloud-image, server, ubuntu-server-raspi, lubuntu-desktop