Microsoft Visual Studio SOLution Validation console tool and parsing library written in Rust
homebrew (only on macOS and Linux for now):
Add my tap (do it once):
brew tap aegoroff/tapAnd then install solv:
brew install solvUpdate solv if already installed:
brew upgrade solvscoop:
scoop bucket add aegoroff https://github.com/aegoroff/scoop-bucket.git
scoop install solvAUR (Arch Linux User Repository):
install binary package:
yay -S solv-binor if yay reports that package not found force updating repo info
yay -Syyu solv-bininstall using cargo so builiding on target machine:
yay -S solvor if yay reports that package not found force updating repo info
yay -Syyu solvmanually:
Download the pre-compiled binaries from the releases and copy to the desired location. RPM and DEB packages are available to install under RedHat or Debian based Linux distros.
install deb package on Arch Linux:
- Install debtap from AUR using yay:
yay -S debtap- Create equivalent package using debtap:
sudo debtap -u
debtap solv_x.x.x_amd64.deb- Install using pacman:
sudo pacman -U solv-x.x.x-1-x86_64.pkg.tar.zst