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

Last updated: October 05,2024

1. Install "python3-ldif3" package

This guide covers the steps necessary to install python3-ldif3 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-ldif3

2. Uninstall "python3-ldif3" package

This guide let you learn how to uninstall python3-ldif3 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-ldif3
Priority: extra
Section: universe/python
Installed-Size: 35
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: ldif3
Version: 3.1.1-1
Depends: python3:any (>= 3.4~)
Filename: pool/universe/l/ldif3/python3-ldif3_3.1.1-1_all.deb
Size: 6886
MD5sum: 98dab438dcd5554505c5bf0dd5e3f776
SHA1: ea17b42368302df482e85510821816485e00aad1
SHA256: 61ab489a70cb2128ff60c7966e1cfd2a750af3594df6a1d2cefc5b1064b27f54
Description-en: generate and parse LDIF data (Python3 version)
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.
.
This package contains the Python 3 version of the library.
Description-md5: 127b372f617628457030d4219c79e4c6
Homepage: https://github.com/xi/ldif3
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu