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

Last updated: June 18,2024

1. Install "python-solv" package

This tutorial shows how to install python-solv on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-solv

2. Uninstall "python-solv" package

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

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

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

Package: python-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: python (>= 2.7), python (<< 2.8), libc6 (>= 2.14), libsolv0 (= 0.6.11-1.1), libsolvext0 (>= 0.6.5)
Filename: pool/universe/libs/libsolv/python-solv_0.6.11-1.1_amd64.deb
Size: 84880
MD5sum: ac1c6c30640089a239c10491afc2038c
SHA1: 6edae34d2a4834ca2dbec3c50898ff94e71d9605
SHA256: 7cc437f88c156dd57ff20453695ede813fdcac5576622c2ae88201f5340b7e2e
Description-en: dependency solver using a satisfiability algorithm (Python2 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 (v2) bindings for the libsolv0 library.
Description-md5: 7cca330127fa51f91bcff92050a54521
Homepage: https://github.com/openSUSE/libsolv
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu