Altenwald -- Debian Repository

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

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


../
otp-28.5-dbgsym_28.5.0.1-1_amd64.deb               06-Jun-2026 06:25            24250456
otp-28.5-dbgsym_28.5.0.2-1_amd64.deb               23-Jun-2026 17:45            24245084
otp-28.5_28.5.0.1-1.debian.tar.xz                  06-Jun-2026 06:25                3264
otp-28.5_28.5.0.1-1.dsc                            06-Jun-2026 06:25                 862
otp-28.5_28.5.0.1-1_amd64.deb                      06-Jun-2026 06:25            46705140
otp-28.5_28.5.0.1.orig.tar.gz                      06-Jun-2026 06:25            65289632
otp-28.5_28.5.0.2-1.debian.tar.xz                  23-Jun-2026 17:45                3300
otp-28.5_28.5.0.2-1.dsc                            23-Jun-2026 17:45                 862
otp-28.5_28.5.0.2-1_amd64.deb                      23-Jun-2026 17:45            46709364
otp-28.5_28.5.0.2.orig.tar.gz                      23-Jun-2026 17:45            65306071


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.