How to Install websocat on linux (Debian / Ubuntu)

4 months ago 32
BOOK THIS SPACE FOR AD
ARTICLE AD

--

Update and install dependencies
sudo apt updateInstall dependencies
sudo apt install -y curl build-essential libssl-dev pkg-configInstall cargo
curl https://sh.rustup.rs -sSf | shAdd cargo to path
export PATH=$HOME/.cargo/bin:$PATHUse cargo to install websocat
cargo install — features=ssl websocat

All done!

Read Entire Article