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
craigevil
Posts: 5391
Joined: 2006-09-17 03:17
Location: heaven
Has thanked: 28 times
Been thanked: 39 times

Re: Giant sources.list

#21 Post by craigevil »

shadowking wrote:Amule builds.

http://vollstreckernet.de/packages.php
Interesting but where are the lines you would add to your sources.list?
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

#23 Post by craigevil »

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

#24 Post by craigevil »

Updated my Giant list even found a repo that has truecrypt.
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

refracta
Posts: 1234
Joined: 2008-10-26 01:46

Re: Giant sources.list

#25 Post by refracta »

not sure what is here but ran across it....
http://debian.dev-zero.nl/blog/
didnt see it listed anywhere

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

#26 Post by craigevil »

refracta wrote:not sure what is here but ran across it....
http://debian.dev-zero.nl/blog/
didnt see it listed anywhere
Nice> Never seen that one before.

http://debian.dev-zero.nl/list.php has a list of the packages.
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

#27 Post by craigevil »

Found a site from that page that has a few repos i didn't have.

Debian-Database.ORG - Unofficial Debian Repositories Collected - http://www.debian-database.org/?s=repos

The ones I didn't have I added, on that site if a repo has packages for say lenny, testing, sid ; I only listed the lenny repo. If you goto the webpage it will tell you if there are packages for testing, and sid. Didn't really see the point in having all 3 listed, although I do have that for Opera and one or two others.

My Giant list:

Code: Select all

Miscellaneous                                                                     29 repos
Browser                                                                            4 repos
Debian based distros                                                               8 repos
Server/VM                                                                          4 repos
Desktop/WM                                                                        10 repos
Multimedia                                                                        13 repos
Kernels                                                                            2 repos
Debian including stable,testing, sid, experimental, backports, security, eeepc    11 repos
                                                                                 ---------
                                                                   Total          81 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

User avatar
debil
Posts: 1336
Joined: 2008-05-11 08:55
Location: Mazes of Menace, surrounded by brown puddings

Re: Giant sources.list

#28 Post by debil »

Just out of curiosity: if one has dozens of repositories in one's sources.list, does the aptitude/apt-get update take much longer to fetch the diffs than ordinarily (with just the basic repoes)?
Q: Why is the Eunux kernel so bloated?
A: It was made in the image of its founder.

User avatar
nadir
Posts: 5961
Joined: 2009-10-05 22:06
Location: away

Re: Giant sources.list

#29 Post by nadir »

Don't know, but mine runs through.

markus@debian-sid:$ grep -v "#" /etc/apt/sources.list

Code: Select all

deb http://ftp.de.debian.org/debian/ sid main contrib non-free 
deb-src http://ftp.de.debian.org/debian/ sid main 
deb http://ftp.de.debian.org/debian/ experimental main 
deb http://download.virtualbox.org/virtualbox/debian lenny non-free
markus@debian-sid:$ for e in $(ls /etc/apt/sources.list.d); do grep -v "#" /etc/apt/sources.list.d/$e ; done

Code: Select all

deb http://packages.enlightenment.org/debian/ sid main extras 
I can't say i miss anything.
@debil: Mind that i learned to avoid useless use of cat. :mrgreen:

---- ---- ---- ---- ---- ---- ----
The complete sources.list, including the commented repos, looks like this:
root# cat /etc/apt/sources.list

Code: Select all

#MAIN-REPOS
deb http://ftp.de.debian.org/debian/ sid main contrib non-free 
deb-src http://ftp.de.debian.org/debian/ sid main 

#deb http://ftp.de.debian.org/debian/ squeeze main contrib non-free 
#deb http://ftp.de.debian.org/debian/ lenny main 

#EXKREMENTAL
deb http://ftp.de.debian.org/debian/ experimental main 


#VIRTUALBOX
deb http://download.virtualbox.org/virtualbox/debian lenny non-free


#Multimedia
#deb http://debian-multimedia.informatik.uni-erlangen.de/ unstable main
#deb http://www.debian-multimedia.org/ sid main non-free


#KERNEL-FUN; is down for now
#deb http://kernel-archive.buildserver.net/debian-kernel trunk main 

# BACKPORTS
# deb http://www.backports.org/debian/ lenny-backports main 
# debian-backports-keyring

# SECURITY
# deb http://security.debian.org/ squeeze/updates main 
# deb-src http://security.debian.org/ squeeze/updates main 


# OzOs; enlightenment
# deb http://cafelinux.org/Downloads/oz-os/ hungrytiger main 
# deb http://cafelinux.org/Downloads/oz-os/ tinwoodman main 

# the repo is in sources.list.d
# deb http://packages.enlightenment.org/debian/ sid main extras 

#GOOGlE, the DARK-SIDE:
# deb http://dl.google.com/linux/deb/ stable main non-free 
# deb http://dl.google.com/linux/deb/ testing main non-free 

#TEST/BRO.Tiag
# following repo contains a deb
# deb http://debe17.com/debian/ e17-svn/ 
# following link contains another deb -> for etch 
# deb http://debe17.com/debian/ binary/ 
+ the commented opera and liquorix source in sources.list.d.
That ain't much more than what i usually use. I got most of them added as kind of a reminder
(not to compare with craigevils giant-list, which i would use in case i would be looking for something "new"/different)
"I am not fine with it, so there is nothing for me to do but stand aside." M.D.

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

#30 Post by craigevil »

Updated the insanely huge sources.list, added repos for OSCAR, e-box, opennms, OpenVZ. and Astromenace. Astromenace won't work unless you are running Etch because of a depends, but you can download the tar, extract it and click on the astromenace game_launcher. It a pretty neat game.
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

Vanessa13
Posts: 2
Joined: 2011-08-02 09:24

Re: Giant sources.list

#31 Post by Vanessa13 »

Thank you for the warning about running Etch, very important :!:

linuxforever00
Posts: 70
Joined: 2011-06-25 05:35

Re: Giant sources.list

#32 Post by linuxforever00 »

Wanted to say thanks for this Giant Sources.List page it's saved me quite a few times looking up repositories. :twisted:
Debian 6.0 AMD64 64-bit 2GB Ram 250gb hard drive XFCE 4.6 Squeeze

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 NEW LIST

#33 Post by craigevil »

Time to resurrect this ancient thread. :D
My original list is horribly outdated so I am starting to work on a new list. Keep in mind I have no idea what most of this software does or whether it is safe to use. It is up to you to decide what to install on your system. That said if you bork your Debian install Do Not blame me.

Repositories I have found as of April 15, 2021.

Code: Select all

# Craigevil's Giant Sources.list

# Official Debian Repos

#Stable
# 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 

# 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  

# Stable updates
# 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 

# Stable backports 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 

# Proposed Updates
# deb https://deb.debian.org/debian/ buster-proposed-updates main contrib non-free 

# Testing
# 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 updates
# deb https://security.debian.org/ testing-security main contrib non-free
# deb-src http://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

# Experimental See: 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

# 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 APT Configuration https://wiki.debian.org/AptConfiguration

######## 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
# Tor https://support.torproject.org/apt/
# 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

# Server Packages
# 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
# Elasticsearch https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.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

# Other Distros

# Raspberry OS (Buster)
# deb http://archive.raspberrypi.org/debian/ buster main 
# deb-src http://archive.raspberrypi.org/debian/ buster 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/#install
# curl 'https://liquorix.net/add-liquorix-repo.sh' | sudo bash
# deb http://liquorix.net/debian/ sid main
Last edited by craigevil on 2021-04-15 22:42, edited 4 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
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: Giant sources.list

#34 Post by stevepusser »

## Liquorix Kernel by damentz http://www.liquorix.net/ .
#deb http://liquorix.net/debian/ sid main
He's now building Buster and Bullseye packages, too, though as usual you should update any dkms drivers (such as nvidia-kernel-dkms) from buster-backports before updating your kernel: https://liquorix.net/debian/pool/main/l/linux-liquorix/

Head-on-a-Stick has a thread with instructions for adding the MX repos and keys to get various Buster compatible MX apps, backports, and advanced hardware support for recent hardware that buster-backports doesn't carry, though now that Bullseye is frozen, that's less of a concern.
MX Linux packager and developer

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

#35 Post by sunrat »

stevepusser wrote:
## Liquorix Kernel by damentz http://www.liquorix.net/ .
#deb http://liquorix.net/debian/ sid main
He's now building Buster and Bullseye packages, too, though as usual you should update any dkms drivers (such as nvidia-kernel-dkms) from buster-backports before updating your kernel: https://liquorix.net/debian/pool/main/l/linux-liquorix/
If one wishes to use Liquorix, it's easiest to use the setup script from https://liquorix.net/ than trying to set up manually as it imports the signing key as well as sets up sources. I recently helped damentz improve the script so it would more reliably detect OS version.
“ 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
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: Giant sources.list

#36 Post by stevepusser »

Thanks for the update!
MX Linux packager and developer

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

#37 Post by craigevil »

Updated my list. If anyone knows of any Debian repos that are "safe" to use please feel free to add them to this thread.
I do not consider Ubuntu/Mint repos safe, so please do not add any PPAs.
Ubuntu is not Debian.
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

#38 Post by craigevil »

A very useful package that can add repos for you.
extrepo
Description: External repository manager
External repositories are additional software package repositories that
are not maintained by Debian. Before extrepo, maintainers of such
repositories would suggest that you download and execute an (unsigned)
shell script as root, or that you download and install their (unsigned)
package, which is not ideal for security.

The extrepo package tries to remedy this, by providing a curated list
of external repositories that can be enabled by a simple command,
allowing unsigned scripts to be replaced by a simple "extrepo enable
example.com_repo".

Note, however, that while the repositories are curated, and that any
repositories with malicious content will be removed and/or disabled
when detected, no warranty is made by the Debian project as to the
security or quality of the software in these third-party repositories.

List of repos: https://salsa.debian.org/extrepo-team/e ... pos/debian
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

Bulkley
Posts: 6382
Joined: 2006-02-11 18:35
Has thanked: 2 times
Been thanked: 39 times

Re: Giant sources.list

#39 Post by Bulkley »

Note, however, that while the repositories are curated, and that any
repositories with malicious content will be removed and/or disabled
when detected, no warranty is made by the Debian project as to the
security or quality of the software in these third-party repositories.
That's an important caution. What I would add is that non-Debian repositories should be blocked (#) or removed after obtaining the desired target file. Leaving such repositories open can lead to uninvited pests during subsequent upgrades.

CwF
Global Moderator
Global Moderator
Posts: 2625
Joined: 2018-06-20 15:16
Location: Colorado
Has thanked: 41 times
Been thanked: 190 times

Re: Giant sources.list

#40 Post by CwF »

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

...but the new generation expects auto updates from the store with 'universe' enabled.

Post Reply