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

Last updated: April 27,2024

1. Install "python3-subnettree" package

Please follow the guidelines below to install python3-subnettree on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-subnettree

2. Uninstall "python3-subnettree" package

In this section, we are going to explain the necessary steps to uninstall python3-subnettree on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-subnettree
Priority: optional
Section: universe/python
Installed-Size: 88
Maintainer: Ubuntu Developers
Original-Maintainer: Scott Kitterman
Architecture: amd64
Source: pysubnettree
Version: 0.24-1build1
Depends: python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.1.1)
Filename: pool/universe/p/pysubnettree/python3-subnettree_0.24-1build1_amd64.deb
Size: 26246
MD5sum: c58822208ece493ffa4d434645a20b35
SHA1: 598af45f26449f08b849ce3998be837a505911af
SHA256: a3ec882417ec72eebf40a925289066e65c20da3e94bcf59da422cd8f03859f77
Description-en: Python 3 Module for CIDR Lookups
The PySubnetTree package provides a Python data structure SubnetTree which
maps subnets given in CIDR (Classless Inter-Domain Routing) notation to
Python 3 objects. Lookups are performed by longest-prefix matching. It
supports IPv6 addresses.
Description-md5: 38e7be0779198c5515f11b15a9d1975b
Homepage: https://www.bro.org/sphinx/components/pysubnettree/README.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu