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

Last updated: May 17,2024

1. Install "python3-semver" package

Please follow the step by step instructions below to install python3-semver on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-semver

2. Uninstall "python3-semver" package

Please follow the guidelines below to uninstall python3-semver on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-semver
Priority: optional
Section: universe/python
Installed-Size: 43
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-semver
Version: 2.0.1-1
Depends: python3:any (>= 3.3.2-2~)
Pre-Depends: dpkg (>= 1.15.6~)
Filename: pool/universe/p/python-semver/python3-semver_2.0.1-1_all.deb
Size: 4312
MD5sum: 76faf48336e52b1f1c51faa7d446345e
SHA1: 179e207f5b4e6f865112787a049ee334fca2554c
SHA256: 65267dca6ca6ccf8487e70ffd71d9fbb4146fd1d93a419799231307826db7559
Description-en: 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: e885157ae82ac9ddb0df3dbb7bb10f5b
Homepage: https://github.com/k-bx/python-semver
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu