How to Install and Uninstall python-dulwich Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "python-dulwich" package

Learn how to install python-dulwich on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-dulwich

2. Uninstall "python-dulwich" package

Please follow the steps below to uninstall python-dulwich on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-dulwich package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-dulwich
Priority: optional
Section: universe/python
Installed-Size: 1245
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: amd64
Source: dulwich
Version: 0.12.0-1build2
Depends: python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), libc6 (>= 2.14)
Recommends: python-fastimport
Suggests: python-dulwich-dbg
Breaks: bzr-git (<< 0.6.2)
Filename: pool/universe/d/dulwich/python-dulwich_0.12.0-1build2_amd64.deb
Size: 200928
MD5sum: e428334801aec9011a0181bdec256293
SHA1: cd05cfd615500a8151e44fefc27a46a51ada9e58
SHA256: 55fb148d226f0e2d16236e614255f7d5e8e6979806552919922cbd867fe9f49f
Description-en: Python Git library
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 2.x.
Description-md5: bf5bd2a99cc5ac1f1bc7b63c9fef364e
Homepage: http://samba.org/~jelmer/dulwich
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu