For Linux systems
Choose your operating system and run the corresponding command in the terminal to install the necessary packages.
sudo apt update && sudo apt install -y curl libcap2-bin
sudo dnf install -y curl libcap
sudo pacman -Syu --noconfirm curl libcap
After installing dependencies, execute the universal command to download and set up the aes128-cli application.
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.