Amp
In this example we will install amp - a complete text editor for your terminal.
First thing is to install Rust and Cargo in the workspace:
<font color="#5EA702">wrk</font> install rust
Warning
After installation of Rust restart your terminal
Install libxcb1-dev
, a package required for building amp
<font color="#5EA702">sudo apt-get</font> install libxcb1-dev -y
Install amp with cargo:
<font color="#5EA702">cargo</font> install amp --version 0.6.2
Amp is installed. Open amp editor
<font color="#5EA702">amp</font>