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

Last updated: May 21,2024

1. Install "python3-semver" package

Please follow the steps below to install python3-semver on Kali Linux

$ sudo apt update $ sudo apt install python3-semver

2. Uninstall "python3-semver" package

Here is a brief guide to show you how to uninstall python3-semver on Kali Linux:

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

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

Package: python3-semver
Source: python-semver
Version: 2.10.2-3
Installed-Size: 64
Maintainer: Debian OpenStack
Architecture: all
Depends: python3:any
Size: 17004
SHA256: d0b718ca4be02412472bf29ab68bf0cc85c466ee8e5df50134b2d305ad4c74a0
SHA1: 28e6fe13372e3ef03d1f2f38cf83fe358262b09f
MD5sum: 408326269a13197208af726693a1b6a2
Description: helps to compare semantic versioning - Python 3.x
This Python module helps to compare versions as noted at http://semver.org/.
The system is like this: given a version number MAJOR.MINOR.PATCH, increment
the:
* MAJOR version when you make incompatible API changes,
* MINOR version when you add functionality in a backwards-compatible
manner,
* PATCH version when you make backwards-compatible bug fixes.
.
Additional labels for pre-release and build metadata are available as
extensions to the MAJOR.MINOR.PATCH format.
.
This package contains the Python 3.x module.
Description-md5:
Homepage: https://github.com/python-semver/python-semver
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/p/python-semver/python3-semver_2.10.2-3_all.deb