deb.4two.art Debian repository

Short-lived, temporary repository to share Debian packages in-development.

Packages are removed when got uploaded to the official Debian repository.

Debian repository usage:

Create the file /etc/apt/sources.list.d/4two.list file with the following content:

  deb https://deb.4two.art ./
  deb-src https://deb.4two.art ./

Add the repository signing key to your list of trusted keys:

  wget -O - https://deb.4two.art/key.asc | sudo tee /etc/apt/trusted.gpg.d/4two.asc

Update your package lists:

  apt-get update

Install the Debian package you need, replace <package> by the package name:

  apt install <package>

Example installing the package sc3-dirt-samples:

  apt install sc3-dirt-samples

Author: Joenio Marques da Costa <joenio@joenio.me>
Last update: 2025-07-25.