To build and install `airgorah` from crates.io, you can use the following command:
```sh
cargo install airgorah
```
Then, you will be able to run `airgorah` on your computer by typing the following command:
```sh
sudo airgorah
```
If you want to uninstall `airgorah` from your computer, enter the following command:
```sh
cargo uninstall airgorah
```