80 releases
0.16.5 | Jul 5, 2024 |
---|---|
0.16.0 |
|
0.15.3 | Oct 20, 2023 |
0.10.1 | Jul 30, 2023 |
0.3.3 | Mar 23, 2021 |
#115 in Text editors
195KB
4K
SLoC
solv
Microsoft Visual Studio SOLution Validation console tool and parsing library written in Rust
Install the pre-compiled binary
homebrew (only on macOS and Linux for now):
Add my tap (do it once):
brew tap aegoroff/tap
And then install solv:
brew install solv
Update solv if already installed:
brew upgrade solv
scoop:
scoop bucket add aegoroff https://github.com/aegoroff/scoop-bucket.git
scoop install solv
AUR (Arch Linux User Repository):
install binary package:
yay -S solv-bin
or if yay reports that package not found force updating repo info
yay -Syyu solv-bin
install using cargo so builiding on target machine:
yay -S solv
or if yay reports that package not found force updating repo info
yay -Syyu solv
manually:
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
Dependencies
~14–22MB
~336K SLoC