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 distibution servers.

Mirrors We Host

Arch Linux

Flexible, bleeding-edge distibution

Download Latest ISO 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/archlinux/$repo/os/$arch

CentOS Stream

Rolling Red Hat Enterprise Linux development distro

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 distro

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

Download Latest ISO Browse Repository

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/"

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