Gnoppix Repositories
Gnoppix offer currently 174.766 Software packages.
The topic of repositories is always a large one, and comes up frequently. It is an item which people often get wrong and confused with. Please take the time to read the information below and any references which is linked to before acting on anything.
A Warning!
If you use different repositories, it will break your system. Do not use Ubuntu ppa or any other debian repos’s expect the following. With Debian 13 apt completly changed, thats why we have different formats and till 2028 we have support for Gnoppix 22/23/24.
Gnoppix Core (Free Desktop) Software repositories Arch Linux Based
file/etc/pacman.conf
add the following line at the end of the file (if not exist already)
[gnoppix]SigLevel = Optional TrustAllInclude = /etc/pacman.d/gnoppix-mirrorlist
add the follinbg content to /etc/pacman.d/gnoppix-mirrorlist
########################################################## ######## Repository Mirrorlist Gnoppix ######## ############################################################## Entry in file /etc/pacman.conf:### [gnoppix]### Include = /etc/pacman.d/gnoppix-mirrorlist######################################################## (Germany, USA, SG, ID, AU)# Server = https://mirror.gnoppix.org/gnoppix/x86_64Server = https://pool.gnoppix.org/gnoppix/x86_64/$repo# Server = https://gnoppixlinux.sourceforge.io/gnoppix/x86_64/$repo
Gnoppix PRO/Ultimate (Desktop) Software repositories Debian Linux Based
With network access, you should have the following entry present in /etc/apt/sources.list:
Gnoppix 25 XFCE/KDE/GNOME - with member access
file/etc/apt/sources.list.d/gnoppix.sources
Types: debURIs: http://archive.gnoppix.com/Suites: communityComponents: mainSigned-By: /etc/apt/trusted.gpg.d/gnoppix.gpg
Types: debURIs: https://patreon.gnoppix.com/Suites: patreonComponents: mainSigned-By: /etc/apt/trusted.gpg.d/gnoppix.gpg
Types: debURIs: https://patreon.gnoppix.com/Suites: ultimateComponents: mainSigned-By: /etc/apt/trusted.gpg.d/gnoppix.gpg
Types: debURIs: http://archive.gnoppix.com/Suites: bookworm-updatesComponents: mainSigned-By: /etc/apt/trusted.gpg.d/gnoppix.gpg
Types: debURIs: http://archive.gnoppix.com/Suites: bookworm-backportsComponents: mainSigned-By: /etc/apt/trusted.gpg.d/gnoppix.gpg
Types: debURIs: http://archive.gnoppix.com/Suites: bookwormComponents: mainSigned-By: /etc/apt/trusted.gpg.d/gnoppix.gpg
Gnoppix 23 XFCE/KDE/GNOME
deb https://deb.debian.org/debian/ bookworm main contrib non-free non-free-firmwaredeb https://deb.debian.org/debian/ bookworm-updates main contrib non-free non-free-firmwaredeb https://deb.debian.org/debian/ bookworm-backports main contrib non-free non-free-firmwaredeb https://deb.debian.org/debian-security/ bookworm-security main contrib non-free non-free-firmware
deb http://archive.gnoppix.com/ community maindeb http://archive.gnoppix.com/ bookworm-updates maindeb http://archive.gnoppix.com/ bookworm-backports maindeb http://archive.gnoppix.com/ bookworm main`
Import Gnoppix Repo Key
Gnoppix Repo key for V. 22/23/24/25
wget -O- http://archive.gnoppix.com/gnoppix.key | sudo gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/gnoppix.gpg > /dev/null 2>&1
Following Repos are for Gnoppix Member - PRO - ULTIMATE
Repositories for Gnoppix Members / Gnoppix Pro / Ultimate / LTS
Setup you access
As you donated to Gnoppix with a Donation or Membership you got a email with your access
You need to create a file in /etc/apt/auth.conf.d/username.conf
vi /etc/apt/auth.conf.d/username.conf
content of username.conf
server patreon.gnoppix.comlogin <givenusername>password <givenpassword>
Gnoppix ULTIMATE 25
/etc/apt/sources.list.d/gnoppix.sources
Types: debURIs: https://patreon.gnoppix.com/Suites: ultimateComponents: mainSigned-By: /etc/apt/trusted.gpg.d/gnoppix.gpg
Gnoppix PRO 23
deb https://deb.debian.org/debian/ bookworm main contrib non-free non-free-firmwaredeb https://deb.debian.org/debian/ bookworm-updates main contrib non-free non-free-firmwaredeb https://deb.debian.org/debian/ bookworm-backports main contrib non-free non-free-firmwaredeb https://deb.debian.org/debian-security/ bookworm-security main contrib non-free non-free-firmware
deb https://<username>:<password>@patreon.gnoppix.com/ patreon maindeb http://archive.gnoppix.com/ bookworm-updates maindeb http://archive.gnoppix.com/ bookworm-backports maindeb http://archive.gnoppix.com/ bookworm main`
Repositories for Gnoppix Devel 23
deb https://deb.debian.org/debian/ sid main contrib non-free non-free-firmwaredeb https://<username>:<password>@patreon.gnoppix.com/ patreon main`
Upgrade from Gnoppix 23 -> 25
remove username and password
deb https://<username>:<password>@patreon.gnoppix.com/ patreon main
it should look like:
deb https://patreon.gnoppix.com/ patreon main
run
apt modernize-sources
output should like this:
All sources are modern
last not least run:
apt update && apt upgrade -y
if you have any issues, send screenshots by mail to [email protected] or discord
IMAGES and ISO Repository for Gnoppix Members.
Up to 1GB connections you can priority download as a Gnoppix Member the latest stable and development images XFCE/KDE and GNOME
https://patreon.gnoppix.com/iso/
Questions and Answers
Q: Where is the Gnoppix Repo and it’s sources located? A: Gnoppix is based on opensource. You will find all sources, including the build scripts, feel free to customize it at gnoppix - Overview