How to Install and Uninstall git-email Package on Kali Linux

Last updated: May 21,2024

1. Install "git-email" package

In this section, we are going to explain the necessary steps to install git-email on Kali Linux

$ sudo apt update $ sudo apt install git-email

2. Uninstall "git-email" package

This is a short guide on how to uninstall git-email on Kali Linux:

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

3. Information about the git-email package on Kali Linux

Package: git-email
Source: git
Version: 1:2.43.0-1
Installed-Size: 1087
Maintainer: Jonathan Nieder
Architecture: all
Depends: git (>> 1:2.43.0), git (<< 1:2.43.0-.)
Recommends: libemail-valid-perl, libmailtools-perl, perl (>> 5.21.5) | libnet-smtp-ssl-perl, libauthen-sasl-perl, libio-socket-ssl-perl (>= 1.951)
Suggests: git-doc
Size: 1044328
SHA256: 1d6cb3b7a879ad0115a4fc2900f0dff63f5afdaed65bfb6b15819f95346292a7
SHA1: 2658bdf697bb392b3c3c09666389f9fe24aab11a
MD5sum: 3261bdab1d9d39f518ef7067700e0bca
Description: fast, scalable, distributed revision control system (email add-on)
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-send-email program for sending series of
patch emails.
Description-md5:
Multi-Arch: foreign
Homepage: https://git-scm.com/
Tag: implemented-in::perl, interface::commandline, role::program,
scope::utility, use::transmission, works-with::mail, works-with::vcs
Section: vcs
Priority: optional
Filename: pool/main/g/git/git-email_2.43.0-1_all.deb