Debian Mirrors

This server mirrors the "oldstable", "stable", "testing", and "unstable"
versions of the Debian distribution. The local mirrors only contain the
following architectures: i386, amd64
 

  • Debian Bullseye (stable) Repository:
          Official: deb http://debian.rutgers.edu/debian/ bullseye main contrib non-free
          Updates: deb http://debian.rutgers.edu/debian/ bullseye-updates main
          Security: deb http://debian.rutgers.edu/security bullseye-security main contrib non-free
     
  • Debian Buster (old-stable) Repository:
          Official: deb http://debian.rutgers.edu/debian/ buster main contrib non-free
          Updates: deb http://debian.rutgers.edu/debian/ buster-updates main
          Security: deb http://debian.rutgers.edu/security buster/updates main contrib non-free
     
  • Debian Sid (unstable) Repository:
          Official: deb http://debian.rutgers.edu/debian sid main contrib non-free

Import our GPG key into apt's trusted keys:
Debian 12: umask 22; wget -O /etc/apt/trusted.gpg.d/debian2.asc http://debian.rutgers.edu/debian2.asc
Debian 11: umask 22; wget -O /etc/apt/trusted.gpg.d/debian2.gpg http://debian.rutgers.edu/debian2.key
Debian 9 & 10: wget http://debian.rutgers.edu/debian2.key; /usr/bin/apt-key add debian2.key

 


 

Raspberry Pi Mirrors

This server mirrors the following repositories for the Raspberry Pi:
RaspiOS (formerly Raspbian) (https://www.raspberrypi.org/software/operating-systems/)
Raspberry Pi Foundation (http://archive.raspberrypi.org)

  • RaspiOS Repository:
          deb http://rpi.rutgers.edu/raspbian/raspbian/ buster main contrib non-free rpi
     
  • Raspberry Pi Foundation Repository:
          deb http://rpi.rutgers.edu/archive.raspberrypi.org/debian/ buster main ui
     
If you are using a RaspiOS (Raspbian) image on your Raspberry Pi, run the following commands as
root to switch to this repository:
    echo "deb http://rpi.rutgers.edu/raspbian/raspbian/ buster main contrib non-free rpi" > /etc/apt/sources.list
    echo "deb http://rpi.rutgers.edu/archive.raspberrypi.org/debian/ buster main ui" > /etc/apt/sources.list.d/raspi.list
    wget http://rpi.rutgers.edu/rpi.key; apt-key add rpi.key
    apt-get update

 
If needed, the RaspiOS public key can be stored into your apt-get keyring using the following command:
wget http://rpi.rutgers.edu/raspbian/raspbian.public.key -O - | sudo apt-key add -
 
Images files can be downloaded from here:
RaspiOS Images (Maintained by Raspberry Pi Foundation)