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

Last updated: May 18,2024

1. Install "python-reconfigure" package

In this section, we are going to explain the necessary steps to install python-reconfigure on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-reconfigure

2. Uninstall "python-reconfigure" package

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

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

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

Package: python-reconfigure
Priority: optional
Section: universe/python
Installed-Size: 144
Maintainer: Ubuntu Developers
Original-Maintainer: Andrew Shadura
Architecture: all
Version: 0.1.74+git49a20890-3
Provides: python2.7-reconfigure
Depends: python-chardet, python-six, python:any (<< 2.8), python:any (>= 2.7.5-5~), python-iniparse
Filename: pool/universe/p/python-reconfigure/python-reconfigure_0.1.74+git49a20890-3_all.deb
Size: 21330
MD5sum: a2ec7a3ca527713aef4ff0a76c4aad00
SHA1: 68fc35573495655607f0d40101337fb96158bafd
SHA256: 3b3f042efa15ce5ce2067632a26f7ce7d57667bb1dc28974529bcf87018c0589
Description-en: simple config file management library (Python 2)
python-reconfigure provides easy and uniform access to various
kinds of configuration files, easily extendable with custom
parsers.
.
Supported configuration files:
* Ajenti (ajenti)
* BIND9 DNS (bind9)
* Crontabs (crontab)
* Samba CTDB (ctdb)
* ISC DHCPD / uDHCPD (dhcpd)
* NFS /etc/exports (exports)
* /etc/fstab (fstab)
* /etc/group (group)
* /etc/hosts (hosts)
* iptables-save dump (iptables)
* Netatalk afp.conf (netatalk)
* NSD DNS (nsd)
* /etc/passwd (passwd)
* /etc/resolv.conf (resolv)
* Samba (samba)
* Squid 3 (squid)
* Supervisord (supervisor)
.
Included parsers:
* BIND9 config (bind9)
* Crontab (crontab)
* NFS Exports (exports)
* .ini (ini)
* iptables-save (iptables)
* nginx-like (nginx)
* squid (squid)
* nsd (nsd)
* CSV-like space-separated values (ssv)
* JSON (jsonparser)
Description-md5: 8b26bcba05a97bf871fd2563b13b849b
Homepage: http://eugeny.github.io/reconfigure
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu