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

Last updated: May 02,2024

1. Install "python3-semantic-version" package

Please follow the instructions below to install python3-semantic-version on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-semantic-version

2. Uninstall "python3-semantic-version" package

Please follow the step by step instructions below to uninstall python3-semantic-version on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-semantic-version $ sudo apt autoclean && sudo apt autoremove

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

Package: python3-semantic-version
Priority: optional
Section: universe/python
Installed-Size: 67
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-semantic-version
Version: 2.3.1-1
Depends: python3:any (>= 3.3.2-2~)
Pre-Depends: dpkg (>= 1.15.6~)
Suggests: python-semantic-version-doc
Filename: pool/universe/p/python-semantic-version/python3-semantic-version_2.3.1-1_all.deb
Size: 7860
MD5sum: bdbf53cce1c583505ce55c4a89bc00dc
SHA1: fe0b2f462e8f694b8795f6c735281fb5fd2c98a5
SHA256: 6de6842df7b7a2eb53549b815658b5fb8daa5980690ad6657471e2d5b261979e
Description-en: implementing the SemVer scheme - Python 3.x
This small Python library provides a few tools to handle SemVer in Python. It
follows strictly the 2.0.0 version of the SemVer scheme. semantic_version can
also support versions which wouldn't match the semantic version scheme by
converting a version such as 0.1.2.3.4 into 0.1.2+3.4.
.
This package contains the Python 3.x module.
Description-md5: cba846dc1879a5219895c3183fdd1024
Homepage: https://github.com/rbarrois/python-semanticversion
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu