solv
dependency solver using a satisfiability algorithm (command-line tools)
Install
- All systems
-
curl cmd.cat/solv.sh
- Debian
-
apt-get install libsolv-tools - Ubuntu
-
apt-get install libsolv-tools - Kali Linux
-
apt-get install libsolv-tools - CentOS
-
yum install libsolv-tools - Fedora
-
dnf install libsolv-tools - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install libsolv-tools - Raspbian
-
apt-get install libsolv-tools
libsolv-tools
dependency solver using a satisfiability algorithm (command-line tools)
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 command-line tools that facilitate using libsolv.