Let’s see how to install Wrestic in Linux. To achieve this we have the following options, choose the one that best suits you.
cargo install wrestic
curl -sL $(curl -s https://api.github.com/repos/alvaro17f/wrestic/releases/latest | grep browser_download_url | cut -d '"' -f 4) | sudo tar zxf - -C /usr/bin --overwrite
Requirements: git rust
git clone https://github.com/alvaro17f/wrestic.gitcd wresticcargo build --releasesudo cp target/release/wrestic /usr/bin