HCC2D Packages
APT Repository
Install the HCC2D command-line encoder using the official HCC2D APT repository hosted at hcc2d.com.
This repository lets Debian and Ubuntu users install, update, and remove the package with standard APT commands.
1. Install the repository key
curl -fsSL https://hcc2d.com/apt/hcc2d-archive-keyring.gpg \
| sudo tee /usr/share/keyrings/hcc2d-archive-keyring.gpg >/dev/null
2. Add the repository
echo "deb [signed-by=/usr/share/keyrings/hcc2d-archive-keyring.gpg] https://hcc2d.com/apt noble main" \
| sudo tee /etc/apt/sources.list.d/hcc2d.list >/dev/null
3. Install the package
sudo apt update
sudo apt install hcc2d-encoder
Updates and removal
After the repository is configured, standard package management works as usual:
sudo apt upgrade
sudo apt remove hcc2d-encoder
Choose the correct distribution codename
Replace noble with your own distribution codename if needed. Supported codenames currently published are Ubuntu jammy, Ubuntu noble, Debian bookworm, and Debian trixie.
Repository files
Advanced users and automation can access the signed metadata and public key directly from the APT repository root.