Install CLI Application
For Linux systems
1Install 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
2Run 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