Skip to content

Latest commit

 

History

History
55 lines (43 loc) · 2.35 KB

README.md

File metadata and controls

55 lines (43 loc) · 2.35 KB

LMN logo

Community Forum

This is the Linuxmuter.net archive. It is the place where you can get the latest versions of all Linuxmuster.net software.

Packages

This repo currently contains the following packages:

Setup

To use the repository, please follow these steps:

1. Import key:

sudo wget -qO- "https://deb.linuxmuster.net/pub.gpg" | gpg --dearmour -o /usr/share/keyrings/linuxmuster.net.gpg

2. Add repo:

Linuxmuster 7.1

sudo sh -c 'echo "deb [arch=amd64 signed-by=/usr/share/keyrings/linuxmuster.net.gpg] https://deb.linuxmuster.net/ lmn71 main" > /etc/apt/sources.list.d/lmn71.list'

Linuxmuster 7.2 testing

sudo sh -c 'echo "deb [arch=amd64 signed-by=/usr/share/keyrings/linuxmuster.net.gpg] https://deb.linuxmuster.net/ lmn72 main" > /etc/apt/sources.list.d/lmn72.list'

3. Apt update

sudo apt update