Install pastel
masterYou can install pastel on various platforms using the following commands:
Debian-based systems
Install via apt (testing/unstable) or download the .deb from the release page:
# Via apt
sudo apt update
sudo apt install pastel
# Via dpkg
wget "https://github.com/sharkdp/pastel/releases/download/v0.12.0/pastel_0.12.0_amd64.deb"
sudo dpkg -i pastel_0.12.0_amd64.debArch Linux
sudo pacman -S pastelNix
nix-env --install pastelMacOS
brew install pastelWindows
Using Scoop:
scoop install pastelUsing Winget:
winget install sharkdp.pastelSnap
sudo snap install pastelNetBSD
pkgin install pastelFrom Source (Cargo)
Requires Rust 1.83 or higher:
cargo install pastelOr from the repository:
git clone https://github.com/sharkdp/pastel
cargo install --path ./pastel