LUG@MTU Mirrors

What is this?

This site hosts copies ("mirrors") of Linux distributions and software. Using a mirror can allow for faster downloads and reduce load on distribution servers.

Mirrors We Host

AlmaLinux

RHEL compatible enterprise Linux distribution

Download Latest ISO (10) Download Previous ISO (9) Browse Repository

Last sync:

More info

Protocols:

How to use this mirror

Comment/replace any metalink lines and set baseurl

In /etc/yum.repos.d/almalinux-*.repo

baseurl=https://mirrors.lug.mtu.edu/almalinux/$releasever/.../$basearch/os/

Alpine Linux

Lightweight distribution based on musl libc and busybox

Browse Repository Browse ISOs

Last sync:

More info

Protocols:

How to use this mirror

Set the following in /etc/apk/repositories

https://mirrors.lug.mtu.edu/alpine/VERSION/main
https://mirrors.lug.mtu.edu/alpine/VERSION/community

Arch Linux

Flexible, bleeding-edge distribution

Download Latest ISO Browse Repository

Last sync:

More infoProtocols:

How to use this mirror

Set the following in /etc/pacman.d/mirrorlist

Server = https://mirrors.lug.mtu.edu/archlinux/$repo/os/$arch

Artix Linux

Arch-based distribution supporting alternative init systems

Browse Repository

Last sync:

More info

Protocols:

How to use this mirror

Set the following in /etc/pacman.d/mirrorlist

Server = https://mirrors.lug.mtu.edu/artixlinux/$repo/os/$arch

CentOS Stream

Rolling Red Hat Enterprise Linux development distribution

Download Latest ISO (10) Download Previous ISO (9) Browse Repository

Last sync:

More info

Protocols:

How to use this mirror

Comment/replace any metalink or baseurl lines and set

In /etc/yum.repos.d/centos.repo

Under [baseos]

baseurl=https://mirrors.lug.mtu.edu/centos-stream/$releasever-stream/BaseOS/$basearch/os/

Under [appstream]

baseurl=https://mirrors.lug.mtu.edu/centos-stream/$releasever-stream/AppStream/$basearch/os/

Debian

Stable, universal operating system

Download Latest ISO Browse Repository Browse ISOs

Last sync:

More info

Protocols:

How to use this mirror

Set the following in /etc/apt/sources.list

deb https://mirrors.lug.mtu.edu/debian/ stable main

Other directories:

Live ISOs

EPEL

Extra Packages for Enterprise Linux

Browse Repository

Last sync:

More info

Protocols:

How to use this mirror

Install EPEL if you haven't already

Comment/replace any metalink or baseurl lines and set

In /etc/yum.repos.d/epel.repo

Under [epel]

baseurl=https://mirrors.lug.mtu.edu/epel/$releasever${releasever_minor:+z}/Everything/$basearch/

Fedora

Rapid-release RHEL upstream distribution

Browse Repository Browse ISOs

Last sync:

More info

Protocols:

How to use this mirror

Comment/replace any metalink or baseurl lines and set

In /etc/yum.repos.d/fedora.repo

Under [fedora]

baseurl=https://mirrors.lug.mtu.edu/fedora/linux/releases/$releasever/Everything/$basearch/os/

In /etc/yum.repos.d/fedora-updates.repo

Under [updates]

baseurl=https://mirrors.lug.mtu.edu/fedora/linux/updates/$releasever/Everything/$basearch/os/

gentoo

Highly customizable, source-based distribution

Browse Repository Browse ISOs

Last sync:

More info

Protocols:

How to use this mirror

Set the following in /etc/portage/make.conf

GENTOO_MIRRORS="https://mirrors.lug.mtu.edu/gentoo

Linux Mint

Ubuntu/Debian-based desktop distribution

Browse Repository Browse ISOs

Last sync:

More info

Protocols:

How to use this mirror

WIP

RPMFusion

Third-party free and nonfree RPM packages

Browse Repository

Last sync:

More info

Protocols:

How to use this mirror

Fedora

Install RPMFusion if you haven't already

Comment/replace any metalink or baseurl lines and set

Free:

In /etc/yum.repos.d/rpmfusion-free.repo

Under [rpmfusion-free]

baseurl=https://mirrors.lug.mtu.edu/rpmfusion/free/fedora/releases/$releasever/Everything/$basearch/os/

In /etc/yum.repos.d/rpmfusion-free-updates.repo

Under [rpmfusion-free-updates]

baseurl=https://mirrors.lug.mtu.edu/rpmfusion/free/fedora/updates/$releasever/$basearch/
Nonfree:

In /etc/yum.repos.d/rpmfusion-nonfree.repo

Under [rpmfusion-nonfree]

baseurl=https://mirrors.lug.mtu.edu/rpmfusion/nonfree/fedora/releases/$releasever/Everything/$basearch/os/

In /etc/yum.repos.d/rpmfusion-nonfree-updates.repo

Under [rpmfusion-nonfree-updates]

baseurl=https://mirrors.lug.mtu.edu/rpmfusion/nonfree/fedora/updates/$releasever/$basearch/
RHEL, CentOS, Rocky, Alma

Install RPMFusion if you haven't already

Comment/replace any metalink or baseurl lines and set

Free:

In /etc/yum.repos.d/rpmfusion-free-updates.repo

Under [rpmfusion-free-updates]

baseurl=https://mirrors.lug.mtu.edu/rpmfusion/free/el/updates/$releasever/$basearch/
Nonfree:

In /etc/yum.repos.d/rpmfusion-nonfree-updates.repo

Under [rpmfusion-nonfree-updates]

baseurl=https://mirrors.lug.mtu.edu/rpmfusion/nonfree/el/updates/$releasever/$basearch/

Ubuntu

Debian-based distribution developed by Canonical

Browse Repository Browse ISOs

Last sync:

More info

Protocols:

How to use this mirror

Ubuntu 24+

In /etc/apt/sources.list.d/ubuntu.sources

Comment/replace URIs lines and set

URIs: https://mirrors.lug.mtu.edu/ubuntu/

Void Linux

Independent stable rolling distribution using runit

Browse Repository Browse ISOs

Last sync:

More info

Protocols:

How to use this mirror

Run the following as root

mkdir -p /etc/xbps.d
cp /usr/share/xbps.d/*-repository-*.conf /etc/xbps.d/
sed -i 's|https://repo-default.voidlinux.org|https://mirrors.lug.mtu.edu/voidlinux|g' /etc/xbps.d/*-repository-*.conf