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

Last updated: May 20,2024

1. Install "python-semver" package

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

$ sudo apt update $ sudo apt install python-semver

2. Uninstall "python-semver" package

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

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

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

Package: python-semver
Priority: optional
Section: universe/python
Installed-Size: 43
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 2.0.1-1
Depends: python (>= 2.7), python (<< 2.8)
Pre-Depends: dpkg (>= 1.15.6~)
Filename: pool/universe/p/python-semver/python-semver_2.0.1-1_all.deb
Size: 4220
MD5sum: deb3203b890f0eb71abf41be829c5b37
SHA1: 7e775117f713bd94e70719d855724c492d2e2e3a
SHA256: b0962ccd5dda9acd5ed8dd164076fc5a2ffa1b699c08f0acb41069ea6f131887
Description-en: helps to compare semantic versioning - Python 2.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 2.x module.
Description-md5: 933960453260d0097e2846a57674a1d7
Homepage: https://github.com/k-bx/python-semver
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu