# Install proxychains Using apt

Update apt database with `apt` using the following command.

```
sudo apt update
```

After update, or, if you already have it, install it:

```
sudo apt -y install proxychains
```