How to Install and Uninstall libsolv0 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 12,2024

1. Install "libsolv0" package

This tutorial shows how to install libsolv0 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libsolv0

2. Uninstall "libsolv0" package

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

$ sudo apt remove libsolv0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libsolv0 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libsolv0
Priority: extra
Section: universe/admin
Installed-Size: 536
Maintainer: Ubuntu Developers
Original-Maintainer: Mike Gabriel
Architecture: amd64
Source: libsolv
Version: 0.6.11-1.1
Depends: libc6 (>= 2.14)
Filename: pool/universe/libs/libsolv/libsolv0_0.6.11-1.1_amd64.deb
Size: 228384
MD5sum: 03e3b3012c6a41882e372b006cdbba2d
SHA1: 90417e64c951431ac58fe184b2dbf331c781d59d
SHA256: 48180daa0dbd9605ddf9f996279e44bf6e0b6b5dbd2cc9c193242b8ae16ec60b
Description-en: dependency solver using a satisfiability algorithm (shared library)
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.
.
Supported package formats:
- rpm/rpm5
- deb
- Arch Linux
- haiku
.
Supported repository formats:
- rpmmd (primary, filelists, comps, deltainfo/presto, updateinfo)
- susetags, suse product formats
- mandriva/mageia (synthesis, info, files)
- Arch Linux
- red carpet helix format
- haiku
Description-md5: 6723c852d5c4315974bf51247d6e055e
Multi-Arch: same
Homepage: https://github.com/openSUSE/libsolv
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu