Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Giant sources.list

Here you can discuss every aspect of Debian. Note: not for support requests!
Message
Author
User avatar
sunrat
Administrator
Administrator
Posts: 6382
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 115 times
Been thanked: 456 times

Re: Giant sources.list

#41 Post by sunrat »

CwF wrote:
Bulkley wrote:repositories should be blocked (#)
That's the magic!

...but the new generation expects auto updates from the store with 'universe' enabled.
It depends on just how compatible those repos are. I have some audio production repos which I leave enabled on Bullseye as they claim to be and have proven to be compatible - rncbc, kxstudio, liquorix, and stevepusser's OBS repo. Upgrades from these can be important eg. Qjackctl was not resizable at one stage which screwed it's appearance for HiDPI. I wrote to Rui the developer and he pushed a fix the same day. Upgrades there often bring useful features or bug fixes.
It is good advice however, not to generally leave random 3rd party repos active. If one has "universe" enabled it would be almost guaranteed to hose your system at some stage.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

User avatar
bester69
Posts: 2072
Joined: 2015-04-02 13:15
Has thanked: 24 times
Been thanked: 14 times

Re: Giant sources.list

#42 Post by bester69 »

http://icanblink.com/

Code: Select all

deb    http://ag-projects.com/debian buster main 
deb-src http://ag-projects.com/debian buster main

Code: Select all

deb    http://ag-projects.com/debian stretch main 
deb-src http://ag-projects.com/debian stretch main
https://www.lesbonscomptes.com/recoll/index.html

Code: Select all

deb [signed-by=/usr/share/keyrings/lesbonscomptes.gpg] http://www.lesbonscomptes.com/recoll/debian/ buster main
deb-src [signed-by=/usr/share/keyrings/lesbonscomptes.gpg] http://www.lesbonscomptes.com/recoll/debian/ buster main
https://headsetapp.co/

Code: Select all

deb [arch=amd64 signed-by=/usr/share/keyrings/headset-archive-keyring.gpg] https://headsetapp.co/headset-electron/debian stable non-free
bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

User avatar
craigevil
Posts: 5391
Joined: 2006-09-17 03:17
Location: heaven
Has thanked: 28 times
Been thanked: 39 times

Re: Giant sources.list

#43 Post by craigevil »

Star Traders ( It is also in the Debian repos) https://www.zap.org.au/projects/trader/
https://ftp.zap.org.au/pub/debian/README

Code: Select all

# For Debian GNU/Linux 10 (Buster)
  deb     https://ftp.zap.org.au/pub/debian zapgroup-buster main
  deb     https://ftp.zap.org.au/pub/debian zapgroup-buster contrib
  deb     https://ftp.zap.org.au/pub/debian zapgroup-buster non-free
  deb-src https://ftp.zap.org.au/pub/debian zapgroup-buster main
  deb-src https://ftp.zap.org.au/pub/debian zapgroup-buster contrib
  deb-src https://ftp.zap.org.au/pub/debian zapgroup-buster non-free

  # For Debian GNU/Linux 11 (Bullseye)
  deb     https://ftp.zap.org.au/pub/debian zapgroup-bullseye main
  deb     https://ftp.zap.org.au/pub/debian zapgroup-bullseye contrib
  deb     https://ftp.zap.org.au/pub/debian zapgroup-bullseye non-free
  deb-src https://ftp.zap.org.au/pub/debian zapgroup-bullseye main
  deb-src https://ftp.zap.org.au/pub/debian zapgroup-bullseye contrib
  deb-src https://ftp.zap.org.au/pub/debian zapgroup-bullseye non-free

  # For Debian GNU/Linux unstable (Sid)
  deb     https://ftp.zap.org.au/pub/debian zapgroup-sid main
  deb     https://ftp.zap.org.au/pub/debian zapgroup-sid contrib
  deb     https://ftp.zap.org.au/pub/debian zapgroup-sid non-free
  deb-src https://ftp.zap.org.au/pub/debian zapgroup-sid main
  deb-src https://ftp.zap.org.au/pub/debian zapgroup-sid contrib
  deb-src https://ftp.zap.org.au/pub/debian zapgroup-sid non-free
Raspberry PI 400 Distro: Raspberry Pi OS Base: Debian Sid Kernel: 5.15.69-v8+ aarch64 DE: MATE Ram 4GB
Debian - "If you can't apt install something, it isn't useful or doesn't exist"
My Giant Sources.list

User avatar
craigevil
Posts: 5391
Joined: 2006-09-17 03:17
Location: heaven
Has thanked: 28 times
Been thanked: 39 times

Re: Giant sources.list

#44 Post by craigevil »

# 3rd Party Raspberry Pi/Debian arm/arm64 Repositories
# chunky-milk's repos

# Box64 Debian Repository https://github.com/chunky-milk/box64-debs
sudo wget https://box64.armlinux.ml/box64.list -O /etc/apt/sources.list.d/box64.list
wget -qO- https://box64.armlinux.ml/KEY.gpg | sudo apt-key add -
sudo apt update && sudo apt install box64 -y

# Box86 Debian Repository https://github.com/chunky-milk/box86-debs
sudo wget https://chunky-milk.github.io/box86-debs/box86.list -O /etc/apt/sources.list.d/box86.list
wget -qO- https://chunky-milk.github.io/box86-debs/KEY.gpg | sudo apt-key add -
sudo apt update && sudo apt install box86 -y

# balenaEtcher arm builds https://github.com/chunky-milk/balenaetcher-debs
sudo wget https://etcher.armlinux.ml/etcher.list -O /etc/apt/sources.list.d/etcher.list
wget -qO- https://etcher.armlinux.ml/KEY.gpg | sudo apt-key add -
sudo apt update && sudo apt install balena-etcher-electron -y

# Raspi-Addons https://github.com/chunky-milk/raspbian-addons
wget -q https://cdn.jsdelivr.net/gh/chunky-milk ... er/repo.sh -O repo.sh; bash repo.sh; rm repo.sh
sudo apt update

# Debian repository for Gitea https://github.com/chunky-milk/gitea-debs
sudo wget https://gitea.armlinux.ml/gitea.list -O /etc/apt/sources.list.d/gitea.list
wget -qO- https://gitea.armlinux.ml/KEY.gpg | sudo apt-key add -
sudo apt update && sudo apt install gitea-y

# Unofficial Discord app - Webcord
# https://itai-nelken.github.io/Webcord_debian-repo/

# Devuan https://files.devuan.org/README.txt
# https://files.devuan.org/MIRRORS.txt
# Devuan arm images https://arm-files.devuan.org/
Raspberry PI 400 Distro: Raspberry Pi OS Base: Debian Sid Kernel: 5.15.69-v8+ aarch64 DE: MATE Ram 4GB
Debian - "If you can't apt install something, it isn't useful or doesn't exist"
My Giant Sources.list

User avatar
eor2004
Posts: 251
Joined: 2013-10-01 22:49
Location: Puerto Rico
Has thanked: 4 times
Been thanked: 5 times

Re: Giant sources.list

#45 Post by eor2004 »

This always has been my sources.list setup for many years without any issues! 8)

Code: Select all

## /etc/apt/sources.list ##


# buster-main
deb http://deb.debian.org/debian/ buster main contrib non-free
deb-src http://deb.debian.org/debian/ buster main contrib non-free

# buster-security
deb http://security.debian.org/debian-security buster/updates main contrib non-free
deb-src http://security.debian.org/debian-security buster/updates main contrib non-free

# buster-updates, previously known as 'volatile'
deb http://deb.debian.org/debian/ buster-updates main contrib non-free
deb-src http://deb.debian.org/debian/ buster-updates main contrib non-free

# debian-backports
# deb http://deb.debian.org/debian buster-backports main

# Oracle-VirtualBox
deb [arch=amd64] https://download.virtualbox.org/virtualbox/debian buster contrib

Debian 12 Gnome on a MSI H61M-P25 (B3) PC & on a Dell Latitude E6410 & HP EliteBook 8540p Laptops.
LMDE 6 on a Panasonic ToughBook CF-C1 Laptop.
Bodhi Linux 7 on a HP Compaq DC5750 Small Form Factor PC.
Windows 11 on a Intel DH55TC PC.

User avatar
craigevil
Posts: 5391
Joined: 2006-09-17 03:17
Location: heaven
Has thanked: 28 times
Been thanked: 39 times

Re: Giant sources.list

#46 Post by craigevil »

eor2004 wrote: 2021-08-08 17:36 This always has been my sources.list setup for many years without any issues! 8)

Code: Select all

## /etc/apt/sources.list ##


# buster-main
deb http://deb.debian.org/debian/ buster main contrib non-free
deb-src http://deb.debian.org/debian/ buster main contrib non-free

# buster-security
deb http://security.debian.org/debian-security buster/updates main contrib non-free
deb-src http://security.debian.org/debian-security buster/updates main contrib non-free

# buster-updates, previously known as 'volatile'
deb http://deb.debian.org/debian/ buster-updates main contrib non-free
deb-src http://deb.debian.org/debian/ buster-updates main contrib non-free

# debian-backports
# deb http://deb.debian.org/debian buster-backports main

# Oracle-VirtualBox
deb [arch=amd64] https://download.virtualbox.org/virtualbox/debian buster contrib

The whole point of this thread even from way back when I first started it was to list repositories for packages/applications that either weren't in the Debian official repos. Or that had newer versions. It is crazy how many useful things are out there in the wild. :D
Raspberry PI 400 Distro: Raspberry Pi OS Base: Debian Sid Kernel: 5.15.69-v8+ aarch64 DE: MATE Ram 4GB
Debian - "If you can't apt install something, it isn't useful or doesn't exist"
My Giant Sources.list

User avatar
craigevil
Posts: 5391
Joined: 2006-09-17 03:17
Location: heaven
Has thanked: 28 times
Been thanked: 39 times

Giant sources.list Updated for Bullseye

#47 Post by craigevil »

Code: Select all

# Craigevil's Giant Sources.list Updated for Bullseye Release

# Official Debian Repos

# Old Stable (Buster)
# Debian Base repository
# deb https://deb.debian.org/debian/ buster non-free contrib main 
# deb-src https://deb.debian.org/debian/ buster main contrib non-free 

# Old Stable (Buster) Security updates
# deb https://security.debian.org/ buster/updates non-free contrib main 
# deb-src https://security.debian.org/ buster/updates main contrib non-free  

# Old Stable updates (Buster)
# deb https://deb.debian.org/debian/ buster-updates main contrib non-free 
# deb-src https://deb.debian.org/debian/ buster-updates main contrib non-free 

# Old Stable Backports (Buster)  https://backports.debian.org/
# deb https://deb.debian.org/debian/ buster-backports main contrib non-free 
# deb-src https://deb.debian.org/debian/ buster-backports main contrib non-free 

# Old Stable Proposed Updates (Buster) https://wiki.debian.org/StableProposedUpdates
# deb https://deb.debian.org/debian/ buster-proposed-updates main contrib non-free 
# deb-src https://deb.debian.org/debian/ buster-proposed-updates main contrib non-free

# Debian Stable (Bullseye) https://www.debian.org/releases/bullseye/
# deb https://deb.debian.org/debian/ bullseye main contrib non-free
# deb-src https://deb.debian.org/debian/ bullseye main contrib non-free

# Stable (Bullseye) Security https://www.debian.org/releases/bullseye/
# deb https://security.debian.org/ bullseye-security main contrib non-free
# deb-src https://security.debian.org/ bullseye-security main contrib non-free

# Bullseye Updates https://wiki.debian.org/DebianBullseye#FAQ
# deb https://deb.debian.org/debian bullseye-updates main contrib non-free
# deb-src https://deb.debian.org/debian bullseye-updates main contrib non-free

# Bullseye Backports  https://backports.debian.org/
# deb https://deb.debian.org/debian/ bullseye-backports main contrib non-free
# deb-src https://deb.debian.org/debian/ bullseye-backports main contrib non-free

# Testing  See: https://wiki.debian.org/DebianTesting
# deb https://deb.debian.org/debian testing main contrib non-free
# deb-src https://deb.debian.org/debian testing main contrib non-free

# Testing Security  https://www.debian.org/security/faq#testing
# deb https://security.debian.org/ testing-security main contrib non-free
# deb-src https://security.debian.org/ testing-security main contrib non-free

# Unstable  https://wiki.debian.org/DebianUnstable
# deb https://deb.debian.org/debian unstable main contrib non-free
# deb-src https://deb.debian.org/debian unstable main contrib non-free

# Unstable-Debug  https://wiki.debian.org/HowToGetABacktrace
# deb https://deb.debian.org/debian-debug/ unstable-debug main contrib non-free

# Experimental http://wiki.debian.org/DebianExperimental
# deb https://deb.debian.org/debian experimental main contrib non-free
# deb-src https://deb.debian.org/debian experimental main contrib non-free

# Experimental-Debug https://wiki.debian.org/AutomaticDebugPackages
# deb https://deb.debian.org/debian-debug/ experimental-debug main contrib non-free

# Incoming https://incoming.debian.org/
# deb https://incoming.debian.org/debian-buildd buildd-unstable main contrib non-free

# Debian Archives http://archive.debian.org/debian/README
# Debian Mirrors https://www.debian.org/mirror/list
# Debian Incoming https://incoming.debian.org/
# Debian Snapshot https://snapshot.debian.org/
# Debian Neuro-Science http://neuro.debian.net/index.html
# Debian Mozilla Team apt https://mozilla.debian.net/
# Unofficial Repositories https://wiki.debian.org/DebianRepository/Unofficial
# Debian APT Configuration https://wiki.debian.org/AptConfiguration
# Extrepo list https://salsa.debian.org/extrepo-team/extrepo-data/-/tree/master/repos/debian

######## End Official Debian Repositories ########

# Third Party Repos ( I am only posting the links )
# Docker https://docs.docker.com/engine/install/debian/#set-up-the-repository
# VScodium https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo
# Microsoft VSCode https://code.visualstudio.com/docs/setup/linux
# VirtualBox https://www.virtualbox.org/wiki/Linux_Downloads
# Syncthing https://apt.syncthing.net/
# Tor https://support.torproject.org/apt/
# Vivaldi Browser https://help.vivaldi.com/desktop/install-update/manual-setup-vivaldi-linux-repositories/
# Debian Multimedia https://www.deb-multimedia.org/
# Wine https://wiki.winehq.org/Debian
# NextDNS https://github.com/nextdns/nextdns/wiki/Debian-Based-Distribution
# Protonvpn https://protonvpn.com/blog/linux-vpn-cli-beta/
# Jitsi https://desktop.jitsi.org/Main/DebianRepository.html
# OpenVPN https://community.openvpn.net/openvpn/wiki/OpenvpnSoftwareRepos
# Dell OpenManage Ubuntu & Debian Repositories: https://linux.dell.com/repo/community/debian/
# Window Switch https://winswitch.org/downloads/debian-repository.html
# Star Traders https://ftp.zap.org.au/pub/debian/README
# Google https://www.google.com/linuxrepositories/
# Sublime Text Editor https://www.sublimetext.com/docs/linux_repositories.html
# PowerDNS https://repo.powerdns.com/
# i3wm https://i3wm.org/docs/repositories.html


# Server Packages
# Jellyfin Server https://jellyfin.org/downloads/
# Debian Packages of R Software: https://cran.r-project.org/bin/linux/debian/
# NGnix: https://nginx.org/en/linux_packages.html
# rsyslog from home:rgerhards project: https://software.opensuse.org//download.html?project=home%3Argerhards&package=rsyslog
# JFrog Bintray: https://bintray.com/amurzeau/debian
# Promox https://pve.proxmox.com/wiki/Package_Repositories
# Elasticsearch https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html
# Miniconda https://docs.conda.io/projects/conda/en/latest/user-guide/install/rpm-debian.html
# MariaDB https://downloads.mariadb.org/mariadb/repositories/#distro=Debian&mirror=jaleco
# Jenkins https://pkg.jenkins.io/debian-stable/
# SaltStack https://repo.saltproject.io/#debian
# Qv2ray https://github.com/Qv2ray/debian
# MySQL https://dev.mysql.com/downloads/repo/apt/
# PostgreSQL https://www.postgresql.org/download/linux/debian/
# Prosody https://prosody.im/download/package_repository
# KXStudio https://kx.studio/Repositories
# RabbitMQ https://www.rabbitmq.com/install-debian.html
# Azul/Zulu https://docs.azul.com/zulu/zuludocs/ZuluUserGuide/PrepareZuluPlatform/AttachAPTRepositoryUbuntuOrDebianSys.htm
# OBiBa software: https://www.obiba.org/pages/pkg/
# Grafana https://grafana.com/docs/grafana/latest/installation/debian/
# Gitlab Runner: https://docs.gitlab.com/runner/install/linux-repository.html
# QGIS https://www.qgis.org/en/site/forusers/alldownloads.html
# Terraform https://www.terraform.io/docs/cli/install/apt.html
# Ceph https://docs.ceph.com/en/latest/install/get-packages/
# SEP Seran https://wiki.sep.de/wiki/index.php/Debian_Repository
# Ambari https://docs.cloudera.com/HDPDocuments/Ambari-latest/administering-ambari/content/amb_download_the_ambari_repository_on_debian_7.html
# OpeNSM https://docs.opennms.org/opennms/releases/latest/guide-install/guide-install.html
# Node.js https://github.com/nodesource/distributions/blob/master/README.md#debinstall
# PHP https://packages.sury.org/php/README.txt
# NSLS-II Controls Package Repository https://epicsdeb.bnl.gov/debian/
# MongoDB Community Edition https://docs.mongodb.com/manual/tutorial/install-mongodb-on-debian/
# Microsoft https://docs.microsoft.com/en-us/windows-server/administration/linux-package-repository-for-microsoft-software

#######################################################################################

# Other Distros

# Raspberry Pi OS
# deb https://archive.raspberrypi.org/debian/ buster main 
# deb-src http://archive.raspberrypi.org/debian/ buster main 
# deb https://archive.raspberrypi.org/debian/ bullseye main
# deb-src http://archive.raspberrypi.org/debian/ bullseye main

# Kali https://www.kali.org/docs/general-use/kali-linux-sources-list-repositories/

# MX Linux http://mxrepo.com/

# Liquorix Kernel by damentz https://liquorix.net/
# curl 'https://liquorix.net/add-liquorix-repo.sh' | sudo bash
# deb http://liquorix.net/debian/ sid main

# Devuan https://files.devuan.org/README.txt
# https://files.devuan.org/MIRRORS.txt
# Devuan arm images https://arm-files.devuan.org/

###################################################################

# 3rd Party Raspberry Pi/Debian arm/arm64 Repositories

# chunky-milk's repos
# Box64 Debian Repository https://github.com/chunky-milk/box64-debs
sudo wget https://box64.armlinux.ml/box64.list -O /etc/apt/sources.list.d/box64.list
wget -qO- https://box64.armlinux.ml/KEY.gpg | sudo apt-key add -
sudo apt update && sudo apt install box64 -y

# Box86 Debian Repository https://github.com/chunky-milk/box86-debs
sudo wget https://chunky-milk.github.io/box86-debs/box86.list -O /etc/apt/sources.list.d/box86.list
wget -qO- https://chunky-milk.github.io/box86-debs/KEY.gpg | sudo apt-key add -
sudo apt update && sudo apt install box86 -y

# balenaEtcher arm builds https://github.com/chunky-milk/balenaetcher-debs
sudo wget https://etcher.armlinux.ml/etcher.list -O /etc/apt/sources.list.d/etcher.list
wget -qO- https://etcher.armlinux.ml/KEY.gpg | sudo apt-key add -
sudo apt update && sudo apt install balena-etcher-electron -y

# Raspi-Addons https://github.com/chunky-milk/raspbian-addons
wget -q https://cdn.jsdelivr.net/gh/chunky-milk/raspbian-addons@master/repo.sh -O repo.sh; bash repo.sh; rm repo.sh
sudo apt update

# Debian repository for Gitea https://github.com/chunky-milk/gitea-debs
sudo wget https://gitea.armlinux.ml/gitea.list -O /etc/apt/sources.list.d/gitea.list
wget -qO- https://gitea.armlinux.ml/KEY.gpg | sudo apt-key add -
sudo apt update && sudo apt install gitea-y

# Unofficial Discord app - Webcord
# https://itai-nelken.github.io/Webcord_debian-repo/
# deb http://download.tuxfamily.org/webcordapt/debian buster main
Raspberry PI 400 Distro: Raspberry Pi OS Base: Debian Sid Kernel: 5.15.69-v8+ aarch64 DE: MATE Ram 4GB
Debian - "If you can't apt install something, it isn't useful or doesn't exist"
My Giant Sources.list

User avatar
craigevil
Posts: 5391
Joined: 2006-09-17 03:17
Location: heaven
Has thanked: 28 times
Been thanked: 39 times

Re: Giant sources.list

#48 Post by craigevil »

Updated June 19, 2022

Code: Select all

# Craigevil's Giant Sources.list

# Official Debian Repos

# Old Stable Buster
# Debian Base repository
# deb https://deb.debian.org/debian/ buster non-free contrib main 
# deb-src https://deb.debian.org/debian/ buster main contrib non-free 

# Buster Security updates
# deb https://security.debian.org/ buster/updates non-free contrib main 
# deb-src https://security.debian.org/ buster/updates main contrib non-free  

# Old Stable updates Buster
# deb https://deb.debian.org/debian/ buster-updates main contrib non-free 
# deb-src https://deb.debian.org/debian/ buster-updates main contrib non-free 

# Old Stable backports Buster  https://backports.debian.org/
# deb https://deb.debian.org/debian/ buster-backports main contrib non-free 
# deb-src https://deb.debian.org/debian/ buster-backports main contrib non-free 

# Buster-Backports-Sloppy https://backports.debian.org/Instructions/#index4h2
# deb http://deb.debian.org/debian buster-backports-sloppy main

# Proposed Updates Buster https://wiki.debian.org/StableProposedUpdates
# Stable-proposed-updates is an apt repository that contains the files that are being prepared for the next Debian/Stable point release.
# deb https://deb.debian.org/debian/ buster-proposed-updates main contrib non-free 
# deb-src https://deb.debian.org/debian/ buster-proposed-updates main contrib non-free

############# End Old Stable ####################################################

# Debian Stable (Bullseye) https://www.debian.org/releases/bullseye/
# deb https://deb.debian.org/debian/ bullseye main contrib non-free
# deb-src https://deb.debian.org/debian/ bullseye main contrib non-free

# Stable (Bullseye) Security https://www.debian.org/releases/bullseye/
# deb https://deb.debian.org/debian-security bullseye-security main contrib non-free
# deb-src https://deb.debian.org/debian-security bullseye-security main contrib non-free

# Stable (Bullseye) Updates https://wiki.debian.org/DebianBullseye#FAQ
# https://wiki.debian.org/StableUpdates All packages from stable-updates will be included in point releases.
# deb https://deb.debian.org/debian bullseye-updates main contrib non-free
# deb-src https://deb.debian.org/debian bullseye-updates main contrib non-free

# Bullseye Backports  https://backports.debian.org/
# deb https://deb.debian.org/debian/ bullseye-backports main contrib non-free
# deb-src https://deb.debian.org/debian/ bullseye-backports main contrib non-free

# Stable (Bullseye) Proposed Updates https://wiki.debian.org/StableProposedUpdates
# Stable-proposed-updates is an apt repository that contains the files that are being prepared for the next Debian/Stable point release.
# deb https://deb.debian.org/debian/ bullseye-proposed-updates main contrib non-free 
# deb-src https://deb.debian.org/debian/ bullseye-proposed-updates main contrib non-free

##################### End Current Debian Stable ################################

# Testing (Bookworm) See: https://wiki.debian.org/DebianTesting
# deb https://deb.debian.org/debian testing main contrib non-free
# deb-src https://deb.debian.org/debian testing main contrib non-free

# Testing Security (Bookworm) See: https://www.debian.org/security/faq#testing
# https://www.debian.org/doc/manuals/securing-debian-manual/ch10.en.html#security-support-testing
# deb https://security.debian.org/ testing-security main contrib non-free
# deb-src https://security.debian.org/ testing-security main contrib non-free

# Debian Unstable (Sid) https://wiki.debian.org/DebianUnstable
# deb https://deb.debian.org/debian unstable main contrib non-free
# deb-src https://deb.debian.org/debian unstable main contrib non-free

# Debian Unstable(Sid)-Debug  https://wiki.debian.org/HowToGetABacktrace
# deb https://deb.debian.org/debian-debug/ unstable-debug main contrib non-free

# Experimental http://wiki.debian.org/DebianExperimental
# deb https://deb.debian.org/debian experimental main contrib non-free
# deb-src https://deb.debian.org/debian experimental main contrib non-free

# Experimental-Debug https://wiki.debian.org/AutomaticDebugPackages
# deb https://deb.debian.org/debian-debug/ experimental-debug main contrib non-free

# Incoming https://incoming.debian.org/
# deb https://incoming.debian.org/debian-buildd buildd-unstable main contrib non-free

# Debian APT Configuration https://wiki.debian.org/AptConfiguration
# Debian Archives http://archive.debian.org/debian/README
# Debian Incoming https://incoming.debian.org/
# Debian Mirrors https://www.debian.org/mirror/list
# Debian Mozilla Team apt https://mozilla.debian.net/
# Debian Neuro-Science http://neuro.debian.net/index.html
# Debian Snapshot https://snapshot.debian.org/
# Extrepo list https://salsa.debian.org/extrepo-team/extrepo-data/-/tree/master/repos/debian
# Mentors Get your packages into Debian http://mentors.debian.net
# Unofficial Repositories https://wiki.debian.org/DebianRepository/Unofficial

######## End Official Debian Repositories #########

# Third Party Repos ( I am only posting the links )
# Anydesk http://deb.anydesk.com/howto.html
# Brave Browser https://brave.com/linux/
# Debian Multimedia https://www.deb-multimedia.org/
# Dell OpenManage Ubuntu & Debian Repositories: https://linux.dell.com/repo/community/debian/
# Docker https://docs.docker.com/engine/install/debian/#set-up-the-repository
# Github Official CLI https://github.com/cli/cli/blob/trunk/docs/install_linux.md
# Google Chrome https://www.google.com/linuxrepositories/
# i2p https://geti2p.net/en/download/debian
# i3wm https://i3wm.org/docs/repositories.html
# Jitsi https://desktop.jitsi.org/Main/DebianRepository.html
# KDE OBS Updates https://www.preining.info/blog/2021/08/obs-builds-of-kde-plasma-for-debian-bullseye-testing-unstable/
# MakeDeb (dur) https://docs.hunterwittenborn.com/makedeb/setup
# Microsoft VSCode https://code.visualstudio.com/docs/setup/linux
# NextDNS https://github.com/nextdns/nextdns/wiki/Debian-Based-Distribution
# OpenVPN https://community.openvpn.net/openvpn/wiki/OpenvpnSoftwareRepos
# Opera https://deb.opera.com/manual.html
# PowerDNS https://repo.powerdns.com/
# Protonvpn https://protonvpn.com/blog/linux-vpn-cli-beta/
# Spotify https://www.spotify.com/us/download/linux/
# Star Traders https://ftp.zap.org.au/pub/debian/README
# Sublime Text Editor https://www.sublimetext.com/docs/linux_repositories.html
# Syncthing https://apt.syncthing.net/
# Tor https://support.torproject.org/apt/
# Ungoogle-chromium https://github.com/ungoogled-software/ungoogled-chromium-debian
# VirtualBox https://www.virtualbox.org/wiki/Linux_Downloads
# Vivaldi Browser https://help.vivaldi.com/desktop/install-update/manual-setup-vivaldi-linux-repositories/
# VScodium https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo
# WeeChat https://weechat.org/download/debian/
# Window Switch https://winswitch.org/downloads/debian-repository.html
# Wine https://wiki.winehq.org/Debian


# Server Packages ( I haven't a clue what any of these are for ) 
# Ambari https://docs.cloudera.com/HDPDocuments/Ambari-latest/administering-ambari/content/amb_download_the_ambari_repository_on_debian_7.html
# Azul/Zulu https://docs.azul.com/zulu/zuludocs/ZuluUserGuide/PrepareZuluPlatform/AttachAPTRepositoryUbuntuOrDebianSys.htm
# Ceph https://docs.ceph.com/en/latest/install/get-packages/
# Debian Packages of R Software: https://cran.r-project.org/bin/linux/debian/
# Elasticsearch https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html
# Gitlab Runner: https://docs.gitlab.com/runner/install/linux-repository.html
# Grafana https://grafana.com/docs/grafana/latest/installation/debian/
# Hashicorp https://www.hashicorp.com/blog/announcing-the-hashicorp-linux-repository
# Jellyfin Server https://jellyfin.org/downloads/
# Jenkins https://pkg.jenkins.io/debian-stable/
# JFrog Bintray: https://bintray.com/amurzeau/debian
# KXStudio https://kx.studio/Repositories
# llvm https://apt.llvm.org/
# MariaDB https://downloads.mariadb.org/mariadb/repositories/#distro=Debian&mirror=jaleco
# Microsoft https://docs.microsoft.com/en-us/windows-server/administration/linux-package-repository-for-microsoft-software
# Miniconda https://docs.conda.io/projects/conda/en/latest/user-guide/install/rpm-debian.html
# MongoDB Community Edition https://docs.mongodb.com/manual/tutorial/install-mongodb-on-debian/
# MySQL https://dev.mysql.com/downloads/repo/apt/
# Nginx: https://nginx.org/en/linux_packages.html
# NodeSource Node.js Binary Distributions https://github.com/nodesource/distributions#debinstall
# NSLS-II Controls Package Repository https://epicsdeb.bnl.gov/debian/
# OBiBa software: https://www.obiba.org/pages/pkg/
# OpeNSM https://docs.opennms.org/opennms/releases/latest/guide-install/guide-install.html
# OpenWebRX https://www.openwebrx.de/download/debian.php
# PHP https://packages.sury.org/php/README.txt
# PostgreSQL https://www.postgresql.org/download/linux/debian/
# Promox https://pve.proxmox.com/wiki/Package_Repositories
# Prosody https://prosody.im/download/package_repository
# QGIS https://www.qgis.org/en/site/forusers/alldownloads.html
# Qv2ray https://github.com/Qv2ray/debian
# RabbitMQ https://www.rabbitmq.com/install-debian.html
# ROS Noetic https://wiki.ros.org/noetic/Installation/Debian
# rsyslog from home:rgerhards project: https://software.opensuse.org//download.html?project=home%3Argerhards&package=rsyslog
# SaltStack https://repo.saltproject.io/#debian
# SEP Seran https://wiki.sep.de/wiki/index.php/Debian_Repository
# Terraform https://www.terraform.io/docs/cli/install/apt.html
# Unofficial Python backports for Debian https://people.debian.org/~paravoid/python-all/
#######################################################################################

# Other Distros

# Raspberry Pi OS
# deb https://archive.raspberrypi.org/debian/ buster main 
# deb-src http://archive.raspberrypi.org/debian/ buster main 
# deb https://archive.raspberrypi.org/debian/ bullseye main
# deb-src http://archive.raspberrypi.org/debian/ bullseye main

# Kali https://www.kali.org/docs/general-use/kali-linux-sources-list-repositories/

# MX Linux http://mxrepo.com/

# Liquorix Kernel by damentz https://liquorix.net/
# Use the script to install the correct repo
# curl 'https://liquorix.net/add-liquorix-repo.sh' | sudo bash
# deb http://liquorix.net/debian/ sid main
# deb http://liquorix.net/debian bullseye main
# deb-src http://liquorix.net/debian bullseye main

# Devuan https://files.devuan.org/README.txt
# https://files.devuan.org/MIRRORS.txt
# Devuan arm images https://arm-files.devuan.org/

###################################################################

# 3rd Party Raspberry Pi/Debian arm/arm64 Repositories

# chunky-milk's repos
# Box64 Debian Repository https://github.com/chunky-milk/box64-debs
sudo wget https://box64.armlinux.ml/box64.list -O /etc/apt/sources.list.d/box64.list
wget -qO- https://box64.armlinux.ml/KEY.gpg | sudo apt-key add -
sudo apt update && sudo apt install box64 -y

# Box86 Debian Repository https://github.com/chunky-milk/box86-debs
sudo wget https://chunky-milk.github.io/box86-debs/box86.list -O /etc/apt/sources.list.d/box86.list
wget -qO- https://chunky-milk.github.io/box86-debs/KEY.gpg | sudo apt-key add -
sudo apt update && sudo apt install box86 -y

# balenaEtcher arm builds https://github.com/chunky-milk/balenaetcher-debs
sudo wget https://etcher.armlinux.ml/etcher.list -O /etc/apt/sources.list.d/etcher.list
wget -qO- https://etcher.armlinux.ml/KEY.gpg | sudo apt-key add -
sudo apt update && sudo apt install balena-etcher-electron -y

# Raspi-Addons https://github.com/chunky-milk/raspbian-addons
wget -q https://cdn.jsdelivr.net/gh/chunky-milk/raspbian-addons@master/repo.sh -O repo.sh; bash repo.sh; rm repo.sh
sudo apt update

# Debian repository for Gitea https://github.com/chunky-milk/gitea-debs
sudo wget https://gitea.armlinux.ml/gitea.list -O /etc/apt/sources.list.d/gitea.list
wget -qO- https://gitea.armlinux.ml/KEY.gpg | sudo apt-key add -
sudo apt update && sudo apt install gitea-y

# Unofficial Discord app - Webcord
# https://itai-nelken.github.io/Webcord_debian-repo/
# deb http://download.tuxfamily.org/webcordapt/debian buster main
Last edited by craigevil on 2022-06-19 14:14, edited 2 times in total.
Raspberry PI 400 Distro: Raspberry Pi OS Base: Debian Sid Kernel: 5.15.69-v8+ aarch64 DE: MATE Ram 4GB
Debian - "If you can't apt install something, it isn't useful or doesn't exist"
My Giant Sources.list

User avatar
sunrat
Administrator
Administrator
Posts: 6382
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 115 times
Been thanked: 456 times

Re: Giant sources.list

#49 Post by sunrat »

Code: Select all

# Liquorix Kernel by damentz https://liquorix.net/
# curl 'https://liquorix.net/add-liquorix-repo.sh' | sudo bash
# deb http://liquorix.net/debian/ sid main
The Liquorix source entry you posted is only for Sid. The setup script detects the correct version of Debian and creates the appropriate sources entry. When you run

Code: Select all

# curl 'https://liquorix.net/add-liquorix-repo.sh' | sudo bash
it will create these entries (for Bullseye):

Code: Select all

deb http://liquorix.net/debian bullseye main
deb-src http://liquorix.net/debian bullseye main

# Mirrors:
#
# Unit193 - France
# deb http://mirror.unit193.net/liquorix bullseye main
# deb-src http://mirror.unit193.net/liquorix bullseye main
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

User avatar
craigevil
Posts: 5391
Joined: 2006-09-17 03:17
Location: heaven
Has thanked: 28 times
Been thanked: 39 times

Re: Giant sources.list

#50 Post by craigevil »

The liquorix script is in the post.
I added the Bullseye repos. :)
Raspberry PI 400 Distro: Raspberry Pi OS Base: Debian Sid Kernel: 5.15.69-v8+ aarch64 DE: MATE Ram 4GB
Debian - "If you can't apt install something, it isn't useful or doesn't exist"
My Giant Sources.list

Post Reply