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

Last updated: May 14,2024

1. Install "python3-solv" package

Here is a brief guide to show you how to install python3-solv on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-solv

2. Uninstall "python3-solv" package

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

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

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

Package: python3-solv
Priority: extra
Section: universe/python
Installed-Size: 484
Maintainer: Ubuntu Developers
Original-Maintainer: Mike Gabriel
Architecture: amd64
Source: libsolv
Version: 0.6.11-1.1
Depends: python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.14), libsolv0 (= 0.6.11-1.1), libsolvext0 (>= 0.6.5)
Filename: pool/universe/libs/libsolv/python3-solv_0.6.11-1.1_amd64.deb
Size: 83722
MD5sum: 32479e80c2d123f2a555f1fd3a6d08bc
SHA1: a8a3a0eaaaef58288dcf4473934db2b877f57b81
SHA256: ce613ababe1880d3e13e8f3ccabac64ea6013f6a39b7eaa8af219f1cbe22e8f5
Description-en: dependency solver using a satisfiability algorithm (Python3 bindings)
This dependency solver code in this package is based on two major, but
independent, blocks:
.
1. Using a dictionary approach to store and retrieve package
and dependency information.
2. Using satisfiability, a well known and researched topic, for
resolving package dependencies.
.
This package contains the Python (v3) bindings for the libsolv0 library.
Description-md5: b1c78461e201c9c6d02241e841ff5659
Homepage: https://github.com/openSUSE/libsolv
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu