Altenwald -- Debian Repository

Index of /pool/contrib/bookworm/o/otp-29.0/

Index of /pool/contrib/bookworm/o/otp-29.0/


../
otp-29.0-dbgsym_29.0.1-1_amd64.deb                 06-Jun-2026 06:25            24696076
otp-29.0-dbgsym_29.0.2-1_amd64.deb                 23-Jun-2026 17:45            24697900
otp-29.0_29.0.1-1.debian.tar.xz                    06-Jun-2026 06:25                3260
otp-29.0_29.0.1-1.dsc                              06-Jun-2026 06:25                 848
otp-29.0_29.0.1-1_amd64.deb                        06-Jun-2026 06:25            47446932
otp-29.0_29.0.1.orig.tar.gz                        06-Jun-2026 06:25            65971486
otp-29.0_29.0.2-1.debian.tar.xz                    23-Jun-2026 17:45                3292
otp-29.0_29.0.2-1.dsc                              23-Jun-2026 17:45                 848
otp-29.0_29.0.2-1_amd64.deb                        23-Jun-2026 17:45            47460128
otp-29.0_29.0.2.orig.tar.gz                        23-Jun-2026 17:45            65986980


How to configure APT for this repository

You only need to run the following sentences as root user (depending on the Debian flavor you have):

Trixie (13.*)

cat <<EOF > altenwald.sources
Types: deb deb-src
URIs: http://apt.altenwald.com/
Suites: trixie
Components: contrib/trixie
Signed-By: /etc/apt/trusted.gpg.d/altenwald.asc
EOF

wget -O /etc/apt/trusted.gpg.d/altenwald.asc http://apt.altenwald.com/altenwald.key
apt update

Bookworm (12.*)

echo deb http://apt.altenwald.com bookworm contrib/bookworm > /etc/apt/sources.list.d/altenwald.list
echo deb-src http://apt.altenwald.com bookworm contrib/bookworm >> /etc/apt/sources.list.d/altenwald.list
wget -O /etc/apt/trusted.gpg.d/altenwald.asc http://apt.altenwald.com/altenwald.key
apt update

Bullseye (11.*)

echo deb http://apt.altenwald.com bullseye contrib/bullseye > /etc/apt/sources.list.d/altenwald.list
echo deb-src http://apt.altenwald.com bullseye contrib/bullseye >> /etc/apt/sources.list.d/altenwald.list
wget -O - http://apt.altenwald.com/altenwald.key | apt-key add -
apt-get update

Buster (10.*)

echo deb http://apt.altenwald.com buster contrib/buster > /etc/apt/sources.list.d/altenwald.list
echo deb-src http://apt.altenwald.com buster contrib/buster >> /etc/apt/sources.list.d/altenwald.list
wget -O - http://apt.altenwald.com/altenwald.key | apt-key add -
apt-get update

Stretch (9.*)

echo deb http://apt.altenwald.com stretch contrib/stretch > /etc/apt/sources.list.d/altenwald.list
echo deb-src http://apt.altenwald.com stretch contrib/stretch >> /etc/apt/sources.list.d/altenwald.list
wget -O - http://apt.altenwald.com/altenwald.key | apt-key add -
apt-get update

Note that the following distributions are archived. These are not recommended to continue in use so, the last version compiled for these is OTP 22.0 for Wheezy and Squeeze, and 22.3 for Jessie and we're not going to include new ones for them.

Jessie (8.*)

echo deb http://apt.altenwald.com jessie contrib/jessie > /etc/apt/sources.list.d/altenwald.list
echo deb-src http://apt.altenwald.com jessie contrib/jessie >> /etc/apt/sources.list.d/altenwald.list
wget -O - http://apt.altenwald.com/altenwald.key | apt-key add -
apt-get update

Wheezy (7.*)

echo deb http://apt.altenwald.com wheezy contrib/wheezy > /etc/apt/sources.list.d/altenwald.list
echo deb-src http://apt.altenwald.com wheezy contrib/wheezy >> /etc/apt/sources.list.d/altenwald.list
wget -O - http://apt.altenwald.com/altenwald.key | apt-key add -
apt-get update

Squeeze (6.*)

echo deb http://apt.altenwald.com squeeze contrib/squeeze > /etc/apt/sources.list.d/altenwald.list
echo deb-src http://apt.altenwald.com squeeze contrib/squeeze >> /etc/apt/sources.list.d/altenwald.list
wget -O - http://apt.altenwald.com/altenwald.key | apt-key add -
apt-get update

More info...

You can send me comments to manuel at altenwald.com.