The officially official Devuan Forum!

You are not logged in.

#1 2020-09-06 08:54:58

brocashelm
Member
Registered: 2020-06-29
Posts: 112  

Post Your Sources List

I saw this on a different forum, so I figured this thread would be interesting to see what we're all using to pull in packages and updates from.

When I installed Beowulf, I had the security, backports, and updates branches thrown in for good measure. Now that I'm predominantly on Ceres, those are no longer necessary. I also like to keep all my sources on the same file, rather than individual files per repository. It just makes things a lot simpler.

I added WineHQ's repository to get the most out of my Wine-dependent programs, and Pale Moon is the least sucky graphical browser in my opinion.

deb http://deb.devuan.org/merged ceres main contrib non-free
deb https://dl.winehq.org/wine-builds/debian/ bullseye main
deb https://download.opensuse.org/repositories/home:/stevenpusser/Debian_Unstable/ /

And, here's my permanent Systemd blacklist (just in case I decide to add MX GNU/Linux repositories for the GUI tools):

Package: systemd
Pin: release *
Pin-Priority: -1

Package: *systemd*
Pin: release *
Pin-Priority: -1

Package: systemd:amd64
Pin: release *
Pin-Priority: -1

Package: systemd:i386
Pin: release *
Pin-Priority: -1

Offline

#2 2020-09-06 09:04:44

Head_on_a_Stick
Member
From: London
Registered: 2019-03-24
Posts: 3,125  
Website

Re: Post Your Sources List

With apologies for the off-topic post:

brocashelm wrote:

just in case I decide to add MX GNU/Linux repositories for the GUI tools

Note that MX apply an epoch to their GRUB packages so if you add their repositories then those will be "upgraded" to the MX versions even in a ceres system.

See http://forums.debian.net/viewtopic.php?f=16&t=146083 for a way to pin MX packages so that they are treated in the same way as backports, that will prevent any inadvertent changes.


Brianna Ghey — Rest In Power

Offline

#3 2020-09-06 10:36:34

brocashelm
Member
Registered: 2020-06-29
Posts: 112  

Re: Post Your Sources List

Thanks for the heads-up. I remember reading the thread before, but forgot about the pinning specifics for MX GNU/Linux. Nevertheless, the Systemd pinning is crucial when including repositories such as those in.

Offline

#4 2020-09-06 18:34:23

Magnus
Member
From: Stockholm, Sweden
Registered: 2020-03-14
Posts: 51  
Website

Re: Post Your Sources List

My personal configuration:

/etc/apt/sources.list

### deb http://auto.mirror.devuan.org/merged/ ceres main non-free contrib

deb http://deb.devuan.org/merged ceres main non-free contrib
### deb-src http://deb.devuan.org/merged ceres main non-free contrib

### deb http://se.mirror.devuan.org/merged/ ceres main non-free contrib

deb http://http.debian.net/debian experimental main non-free contrib

### deb http://http.debian.net/debian testing main non-free contrib

### deb http://deb.devuan.org/merged testing main non-free contrib

### deb http://se.mirror.devuan.org/merged/ ascii main non-free contrib

### deb http://se.mirror.devuan.org/merged/ jessie main non-free contrib

### Oomox ###
### https://github.com/themix-project/oomox/releases
### deb http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu xenial main 
### deb-src http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu xenial main

deb https://apt.svtplay-dl.se/ svtplay-dl release

### deb https://www.deb-multimedia.org sid main non-free

#UBUNTU
### deb http://us.archive.ubuntu.com/ubuntu/ groovy universe restricted multiverse
### deb-src http://us.archive.ubuntu.com/ubuntu/ cosmic universe

### Dark Table
### deb http://download.opensuse.org/repositories/graphics:/darktable:/master/Debian_Unstable/ /
deb http://download.opensuse.org/repositories/graphics:/darktable/Debian_Next/ /

Have the extra, commented out, repositories in case I want or need a specific package.

/etc/apt/apt.conf.d/99myown

Acquire::AllowInsecureRepositories	"true";

/etc/apt/preferences.d/xfce4-from-experimental

Package: libxfce4panel-2.0-4
Pin: release a=experimental
Pin-Priority: 800

Package: libxfce4ui-1-0
Pin: release a=experimental
Pin-Priority: 800

Package: libxfce4ui-2-0
Pin: release a=experimental
Pin-Priority: 800

Package: libxfce4ui-common
Pin: release a=experimental
Pin-Priority: 800

Package: libxfce4ui-utils
Pin: release a=experimental
Pin-Priority: 800

Package: libxfce4util-bin
Pin: release a=experimental
Pin-Priority: 800

Package: libxfce4util-common
Pin: release a=experimental
Pin-Priority: 800

Package: libxfce4util7
Pin: release a=experimental
Pin-Priority: 800

Package: libxfconf-0-3
Pin: release a=experimental
Pin-Priority: 800

Package: xfce4-appfinder
Pin: release a=experimental
Pin-Priority: 800

Package: xfce4-panel
Pin: release a=experimental
Pin-Priority: 800

Package: xfce4-sensors-plugin
Pin: release a=experimental
Pin-Priority: 800

Package: xfce4-session
Pin: release a=experimental
Pin-Priority: 800

Package: xfce4-settings
Pin: release a=experimental
Pin-Priority: 800

Package: xfce4-weather-plugin
Pin: release a=experimental
Pin-Priority: 800

Package: xfconf
Pin: release a=experimental
Pin-Priority: 800

Package: xfdesktop4
Pin: release a=experimental
Pin-Priority: 800

Package: xfdesktop4-data
Pin: release a=experimental
Pin-Priority: 800

Package: xfwm4
Pin: release a=experimental
Pin-Priority: 800

Last edited by Magnus (2020-09-06 18:37:31)

Offline

#5 2020-09-07 00:08:15

sgage
Member
Registered: 2016-12-01
Posts: 339  

Re: Post Your Sources List

My sources.list is pretty plain vanilla:

deb http://deb.devuan.org/merged beowulf main non-free contrib
#deb-src http://deb.devuan.org/merged beowulf main non-free contrib

deb http://deb.devuan.org/merged beowulf-security main non-free contrib
#deb-src http://deb.devuan.org/merged beowulf-security main non-free contrib

deb http://deb.devuan.org/merged beowulf-updates main non-free contrib
#deb-src http://deb.devuan.org/merged beowulf-updates main non-free contrib

deb http://deb.devuan.org/merged beowulf-backports main non-free contrib

[Edit: just remembered that this is in sources.list.d, for Pale Moon:]

deb http://download.opensuse.org/repositories/home:/stevenpusser/Debian_10 /

Last edited by sgage (2020-09-07 00:11:24)

Offline

#6 2020-09-07 13:24:03

GlennW
Member
From: Brisbane, Australia
Registered: 2019-07-18
Posts: 582  

Re: Post Your Sources List

My Beowulf sources list...

/etc/apt/sources.list

# Beowulf

deb http://au.deb.devuan.org/merged/ beowulf main non-free contrib   
deb http://au.deb.devuan.org/merged/ beowulf-security main non-free contrib   
deb http://au.deb.devuan.org/merged/ beowulf-updates main non-free contrib   
deb http://au.deb.devuan.org/merged/ beowulf-backports main non-free contrib   
deb http://au.deb.devuan.org/merged/ beowulf-proposed-updates main non-free contrib   
deb http://download.opensuse.org/repositories/home:/stevenpusser/Debian_10 /

seems to be working ok. Thank you very much.


pic from 1993, new guitar day.

Offline

#7 2020-09-07 15:50:13

Nili
Member
From: $HOME/♫♪
Registered: 2016-12-01
Posts: 230  
Website

Re: Post Your Sources List

✓ nili@ ~ $ list
# Installed Date 13-08-2020 (stable)
# Upgraded Testing Date 20-08-2020 (chimaera)
# deb cdrom:[Devuan GNU/Linux 3.0 (beowulf) amd64 - netinstall 20200526]/ beowulf contrib main non-free

deb http://deb.devuan.org/merged chimaera main non-free contrib

I started with NETINST stable then passed to testing on the specified dates. I have a single line because of testing repo.


openSUSE Tumbleweed KDE/Wayland

♫♪ Elisa playing...
Damascus Cocktail ♪ Black Reverie ♪ Dye the sky.

Offline

#8 2020-09-07 21:58:14

ComputerBob
Member
From: The Sunshine State
Registered: 2018-10-11
Posts: 81  
Website

Re: Post Your Sources List

Like I'm guessing many (most?) other users, I use the standard repos, as suggested by the Devuan site.


ComputerBob - Making Geek-Speak Chic (TM)
ComputerBob.com - Nearly 6,000 Posts and 22 Million Views since 1998
My Massive Stroke
Help! (off-topic)

Offline

#9 2020-09-08 06:17:26

zapper
Member
Registered: 2017-05-29
Posts: 835  

Re: Post Your Sources List

My thinkpad x230 is on chimaera  devuan due to some issues I had with changing from openrc to runit and also like the poster, I also have the same wine repo,

But I also have jxself.org's linux-libre repo.  I will post the exacts later, I am not using that laptop right now wink

This is being typed from my x200 thinkpad. The one with Hyperbola.


Freedom is never more than one generation away from extinction. Feelings are not facts
If you wish to be humbled, try to exalt yourself long term  If you wish to be exalted, try to humble yourself long term
Favourite operating systems: Hyperbola Devuan OpenBSD
Peace Be With us All!

Offline

#10 2020-09-08 18:58:05

xinomilo
Unknown
Registered: 2017-07-02
Posts: 315  

Re: Post Your Sources List

mixed ceres/testing(chimaera)

# devuan ceres
deb http://deb.devuan.org/merged ceres main
# devuan chimaera
deb http://deb.devuan.org/merged chimaera main

## some 3rd party repos (use at your own risk):

# linux-libre freesh
deb mirror://linux-libre.fsfla.org/pub/linux-libre/freesh/mirrors.txt freesh main
# kali testing repo for some security tools
deb http://http.kali.org/kali kali-rolling main non-free contrib
# signal-desktop
deb [arch=amd64] https://updates.signal.org/desktop/apt/ xenial main
# tor project
deb https://deb.torproject.org/torproject.org/ sid main

Offline

#11 2020-09-09 05:17:39

zapper
Member
Registered: 2017-05-29
Posts: 835  

Re: Post Your Sources List

deb http://deb.devuan.org/merged/ chimaera  main 
deb-src http://deb.devuan.org/merged/ chimaera main

deb http://deb.devuan.org/merged/ chimaera-security main
deb-src http://deb.devuan.org/merged/ chimaera-security main

# beowulf-updates, previously known as 'volatile'
deb http://deb.devuan.org/merged/ chimaera-updates main
deb-src http://deb.devuan.org/merged/ chimaera-updates main

deb https://dl.winehq.org/wine-builds/debian/ bullseye main

#
deb https://mirror.cyberbits.eu/linux-libre/freesh/ freesh main

These are my sources

However I think the testing version must not have a security repo, because chimaera-security always gives errors. hmm

aka 404 not found.

Last edited by zapper (2020-09-09 05:18:45)


Freedom is never more than one generation away from extinction. Feelings are not facts
If you wish to be humbled, try to exalt yourself long term  If you wish to be exalted, try to humble yourself long term
Favourite operating systems: Hyperbola Devuan OpenBSD
Peace Be With us All!

Offline

#12 2020-09-09 11:41:01

HevyDevy
Member
Registered: 2019-09-06
Posts: 358  

Re: Post Your Sources List

Pretty standard stable stuff really.

deb http://deb.devuan.org/merged beowulf main contrib
deb http://deb.devuan.org/merged beowulf-security main contrib
deb http://deb.devuan.org/merged beowulf-updates main contrib
deb http://deb.devuan.org/merged beowulf-backports main contrib

I did try out mx linux repos to pull in xfce4 -v 4.14 to see if it could be done but that was just an experiment and not something i would keep long term.

Last edited by HevyDevy (2020-09-09 11:42:57)

Offline

#13 2020-09-09 16:00:03

Head_on_a_Stick
Member
From: London
Registered: 2019-03-24
Posts: 3,125  
Website

Re: Post Your Sources List

zapper wrote:

I think the testing version must not have a security repo

No, there is no security repository for testing. See https://www.debian.org/security/faq#testing

Nor is there a testing-updates repository. You might want to also read https://www.debian.org/doc/manuals/debi … .html#s3.1

The links are from the Debian FAQs but the information also applies to Devuan.


Brianna Ghey — Rest In Power

Offline

#14 2020-09-09 21:43:58

zapper
Member
Registered: 2017-05-29
Posts: 835  

Re: Post Your Sources List

Head_on_a_Stick wrote:
zapper wrote:

I think the testing version must not have a security repo

No, there is no security repository for testing. See https://www.debian.org/security/faq#testing

Nor is there a testing-updates repository. You might want to also read https://www.debian.org/doc/manuals/debi … .html#s3.1

The links are from the Debian FAQs but the information also applies to Devuan.

Ah, okay, I wonder why i dont get errors from the testing-updates repo then... weird... very "weird"]

Although maybe I do and haven't noticed... wink

Last edited by zapper (2020-09-09 21:45:08)


Freedom is never more than one generation away from extinction. Feelings are not facts
If you wish to be humbled, try to exalt yourself long term  If you wish to be exalted, try to humble yourself long term
Favourite operating systems: Hyperbola Devuan OpenBSD
Peace Be With us All!

Offline

Board footer