How to Install and Uninstall pyconfigure Package on Kali Linux

Last updated: May 17,2024

1. Install "pyconfigure" package

Please follow the instructions below to install pyconfigure on Kali Linux

$ sudo apt update $ sudo apt install pyconfigure

2. Uninstall "pyconfigure" package

Please follow the guidance below to uninstall pyconfigure on Kali Linux:

$ sudo apt remove pyconfigure $ sudo apt autoclean && sudo apt autoremove

3. Information about the pyconfigure package on Kali Linux

Package: pyconfigure
Version: 0.2.3-2.1
Installed-Size: 130
Maintainer: Afif Elghraoui
Architecture: all
Depends: python3, autoconf
Recommends: python3-setuptools
Size: 48516
SHA256: 819b392dfa3fa5d728d65aa3fd7e759ec136a7da3340e083b7f9c46595ec72f2
SHA1: 1f263494d6f3e4d064f3073e5c944807e71737fc
MD5sum: 4599f98217d2137759e25b0fe14578d7
Description: automatic configure script builder for Python software
GNU pyconfigure provides developers with file templates for implementing
standard `configure' scripts and `Makefile' recipes for their Python packages.
pyconfigure supports different project needs, allowing you to write your
build/install logic in Python or in Make. Developers with existing packages
need not worry, as pyconfigure integrates well with what you have already
written.
.
While the goal is to make it easier for Python packages to provide the
standard configuration and installation procedure, pyconfigure also offers
other advantages over the traditional Python-based methods. Because much of
pyconfigure is based upon the powerful GNU Autoconf, packages that use
additional languages such as C or Fortran automatically benefit from existing
support without having to hack it in oneself, as in other Python-based
solutions. Opting to use Make to write your installation logic provides you
with a powerful, robust and flexible system that has been designed
specifically with such processes in mind.
Description-md5:
Homepage: https://www.gnu.org/software/pyconfigure/
Section: devel
Priority: optional
Filename: pool/main/p/pyconfigure/pyconfigure_0.2.3-2.1_all.deb