# Wolfpack
[](https://crates.io/crates/wolfpack)
[](https://docs.rs/wolfpack)
[](https://deps.rs/repo/github/igankevich/wolfpack)
A package manager and a build tool that supports major package formats (deb, RPM, ipk, pkg, MSIX).
Wolfpack allows one to
- install packages from foreign Linux distributions,
- generate packages for supported Linux distributions using supported language-specific build tools — _work-in-progress_,
- generate Wolfpack packages installable in all major operating systems (Linux-based, FreeBSD, MacOS, Windows) — _work-in-progress_.
## Installation
```bash
cargo install wolfpack
```