How to Install and Uninstall libsolvext1 Package on Kali Linux

Last updated: May 10,2024

1. Install "libsolvext1" package

Here is a brief guide to show you how to install libsolvext1 on Kali Linux

$ sudo apt update $ sudo apt install libsolvext1

2. Uninstall "libsolvext1" package

This tutorial shows how to uninstall libsolvext1 on Kali Linux:

$ sudo apt remove libsolvext1 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libsolvext1 package on Kali Linux

Package: libsolvext1
Source: libsolv
Version: 0.7.28-1
Installed-Size: 315
Maintainer: RPM packaging team
Architecture: amd64
Depends: libbz2-1.0, libc6 (>= 2.34), libexpat1 (>= 2.0.1), liblzma5 (>= 5.1.1alpha+20120614), librpm9 (>= 4.16), librpmio9 (>= 4.14.0+dfsg1), libsolv1 (>= 0.7.23), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.2.3.3)
Size: 128068
SHA256: fba14e1920c5b9d95ad890c1177d55c3ecf285a97eca2431f6a7cd37b1c4eb11
SHA1: d368e2c8045cb58df08b78631cbf21e05f29e701
MD5sum: 4770ef1d806ec3a6a52905b0d692aa34
Description: dependency solver using a satisfiability algorithm (extensions)
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.
.
Search the internet for 'sat solver' to get links to the theory behind it.
.
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
.
This package contains the libsolv extension library.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/openSUSE/libsolv
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/libs/libsolv/libsolvext1_0.7.28-1_amd64.deb