Blog Mail Apps Contact Account

Install CLI Application

For Linux systems

1
Install Dependencies

Choose your operating system and run the corresponding command in the terminal to install the necessary packages.

terminal
sudo apt update && sudo apt install -y curl libcap2-bin
terminal
sudo dnf install -y curl libcap
terminal
sudo pacman -Syu --noconfirm curl libcap
2
Run the Installer

After installing dependencies, execute the universal command to download and set up the aes128-cli application.

universal installer
curl -sSL https://aes128.com/en/app/download/linux/install.sh | sudo bash

Note: If you are already logged in as the root user, you can omit sudo from the command above.