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

Last updated: May 06,2024

1. Install "python-ldif3" package

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

$ sudo apt update $ sudo apt install python-ldif3

2. Uninstall "python-ldif3" package

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

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

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

Package: python-ldif3
Priority: extra
Section: universe/python
Installed-Size: 36
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: ldif3
Version: 3.1.1-1
Depends: python (>= 2.7), python (<< 2.8)
Filename: pool/universe/l/ldif3/python-ldif3_3.1.1-1_all.deb
Size: 6896
MD5sum: 4c2a2b04d6cf76cd9f53e8730a6ed94c
SHA1: 47b116450664960fb22078c86f39c093fb89f466
SHA256: d0ad7b6bdf6075520fd660f11feda87f3efff12655c14998b3d493539e7ed46c
Description-en: generate and parse LDIF data
This module parses and generates LDAP data in the format LDIF. It is
implemented in pure Python and does not rely on any non-standard modules. The
codebase is a fork of the ldif module from python-ldap with additional
python3/unicode support.
Description-md5: 6dd3c4b6aa554baa499629f88554f287
Homepage: https://github.com/xi/ldif3
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu