This is a simple apt repo hosting popular Rust tools which you can access at apt.cli.rs.
The plan is to update the repo when these tools make new releases, so you automatically get the latest and greatest (and don't have to manually install .deb
files).
Currently the list is somewhat small, but suggestions are welcome! Feel free to file an issue at https://github.com/ethanhs/apt.cli.rs
$ curl -fsSL https://apt.cli.rs/pubkey.asc | sudo tee -a /usr/share/keyrings/rust-tools.asc
$ curl -fsSL https://apt.cli.rs/rust-tools.list | sudo tee /etc/apt/sources.list.d/rust-tools.list
$ sudo apt update
$ apt show ripgrep
If you want to find the Release
or *.deb
files yourself, they are available here: