How to Install and Uninstall python3-dulwich Package on Kali Linux

Last updated: May 17,2024

1. Install "python3-dulwich" package

Please follow the step by step instructions below to install python3-dulwich on Kali Linux

$ sudo apt update $ sudo apt install python3-dulwich

2. Uninstall "python3-dulwich" package

In this section, we are going to explain the necessary steps to uninstall python3-dulwich on Kali Linux:

$ sudo apt remove python3-dulwich $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-dulwich package on Kali Linux

Package: python3-dulwich
Source: dulwich (0.21.6-1)
Version: 0.21.6-1+b1
Installed-Size: 1971
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3-urllib3 (>= 1.25), python3 (<< 3.13), python3 (>= 3.11~), python3-typing-extensions | python3-supported-min (>> 3.7), python3:any, libc6 (>= 2.14)
Recommends: python3-fastimport
Suggests: python3-gpg
Breaks: python3-breezy (<< 3.0.0~bzr7268)
Size: 327744
SHA256: 3c246a61abd723f0093ed5e7815de7f1e9ef38695d82d0ed5ae2672ee1999f95
SHA1: 1865c3ed21fa197bc15a075b62c5ea656d902a25
MD5sum: 173d21b9831e9ad099ba0e862fffe67d
Description: Python Git library - Python3 module
Dulwich is a Python implementation of the file formats and protocols
used by the Git version control system. It can currently read from and write
to existing Git repositories and implements the protocol for pushing and
receiving packs from remote servers.
.
All functionality is available in pure Python, but for improved performance
replacements of some modules written in C are also available. This package
includes the high performance versions.
.
This package contains the module built for Python version 3.x.
Description-md5:
Homepage: https://www.dulwich.io/
Section: python
Priority: optional
Filename: pool/main/d/dulwich/python3-dulwich_0.21.6-1+b1_amd64.deb