How to Install and Uninstall python3-solv Package on Kali Linux

Last updated: May 17,2024

1. Install "python3-solv" package

In this section, we are going to explain the necessary steps to install python3-solv on Kali Linux

$ sudo apt update $ sudo apt install python3-solv

2. Uninstall "python3-solv" package

In this section, we are going to explain the necessary steps to uninstall python3-solv on Kali Linux:

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

3. Information about the python3-solv package on Kali Linux

Package: python3-solv
Source: libsolv
Version: 0.7.28-1
Installed-Size: 503
Maintainer: RPM packaging team
Architecture: amd64
Depends: python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.33), libsolv1 (= 0.7.28-1), libsolvext1 (>= 0.7.11)
Size: 102560
SHA256: e3f51c7627af149cde21daa7d1f5ba17ea15515f98cd35c50f5f4048aa443b41
SHA1: 599c9116311da2ca19b40e43df3079b8c1807dd8
MD5sum: 6dd31b5a1309ea8326d7294fdf762bf0
Description: 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 libsolv library.
Description-md5:
Homepage: https://github.com/openSUSE/libsolv
Section: python
Priority: optional
Filename: pool/main/libs/libsolv/python3-solv_0.7.28-1_amd64.deb