Crates.io | solv |
lib.rs | solv |
version | 0.16.5 |
source | src |
created_at | 2021-03-05 18:47:46.106877 |
updated_at | 2024-07-05 16:27:39.369379 |
description | SOLution Validation tool that analyzes Microsoft Visual Studio solutions |
homepage | https://github.com/aegoroff/solv |
repository | https://github.com/aegoroff/solv |
max_upload_size | |
id | 364475 |
size | 118,238 |
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/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:
yay -S debtap
sudo debtap -u
debtap solv_x.x.x_amd64.deb
sudo pacman -U solv-x.x.x-1-x86_64.pkg.tar.zst