How to Install and Uninstall python3-formencode Package on Kali Linux

Last updated: May 04,2024

1. Install "python3-formencode" package

This is a short guide on how to install python3-formencode on Kali Linux

$ sudo apt update $ sudo apt install python3-formencode

2. Uninstall "python3-formencode" package

This tutorial shows how to uninstall python3-formencode on Kali Linux:

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

3. Information about the python3-formencode package on Kali Linux

Package: python3-formencode
Source: python-formencode
Version: 2.0.1-2
Installed-Size: 795
Maintainer: Fabio Tranchitella
Architecture: all
Replaces: python-formencode (<< 1.3.0-4)
Depends: python3-dnspython, python3-pkg-resources, python3-six, python3:any
Breaks: python-formencode (<< 1.3.0-4)
Size: 129244
SHA256: 6680338b99e9dfe98912378eae77c11f9f79f79c625c13355d92fb9d4de4f51c
SHA1: 4a64f3ad4336949b7e89122b3cf80482f8056954
MD5sum: 5050bd3863b625de8ab89fb0a4568338
Description: validation and form generation Python 3 package
FormEncode is a validation and form generation package. The validation can
be used separately from the form generation. The validation works on compound
data structures, with all parts being nestable. It is separate from HTTP or
any other input mechanism.
.
This package contains the Python 3 version of FormEncode.
Description-md5:
Homepage: http://formencode.org
Section: python
Priority: optional
Filename: pool/main/p/python-formencode/python3-formencode_2.0.1-2_all.deb