Skip to content
/ solv Public

Microsoft Visual Studio solution validator and parsing library written in Rust

License

Notifications You must be signed in to change notification settings

aegoroff/solv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crates.io downloads CI codecov

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:

  1. Install debtap from AUR using yay:
 yay -S debtap
  1. Create equivalent package using debtap:
 sudo debtap -u
 debtap solv_x.x.x_amd64.deb
  1. Install using pacman:
sudo pacman -U solv-x.x.x-1-x86_64.pkg.tar.zst

About

Microsoft Visual Studio solution validator and parsing library written in Rust

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages