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

Last updated: May 17,2024

1. Install "pypy-dulwich" package

Here is a brief guide to show you how to install pypy-dulwich on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pypy-dulwich

2. Uninstall "pypy-dulwich" package

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

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

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

Package: pypy-dulwich
Priority: optional
Section: universe/python
Installed-Size: 1249
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: amd64
Source: dulwich
Version: 0.12.0-1build2
Depends: pypy, pypy-abi-41, libc6 (>= 2.14)
Filename: pool/universe/d/dulwich/pypy-dulwich_0.12.0-1build2_amd64.deb
Size: 201102
MD5sum: b1b99bb47c0f76770dbffe75c960ede9
SHA1: d0eb6bfca4dbb1726a468594cbd826f3400c0ab2
SHA256: daf0849986b87d61438c30a490efcfa7ddd54737f5aacf081cdb6ebbeba2c90d
Description-en: Python Git library - pypy 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 pypy.
Description-md5: 05737562bcd0ac34479590411b5f54d0
Homepage: http://samba.org/~jelmer/dulwich
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu