The officially official Devuan Forum!

You are not logged in.

#1 2025-05-29 15:11:02

Giorgos
Member
From: Greece
Registered: 2018-06-12
Posts: 49  

Proposed Updates repository problem.

Hi!  :-)

When executing (as root) "apt update", I'm getting this error:

#apt update
.
.
.
Ign:8 http://deb.devuan.org/devuan daedalus-proposed-updates InRelease
.
.
.
Err:12 http://deb.devuan.org/devuan daedalus-proposed-updates Release
404  Not Found [IP: 185.236.240.103 80]
.
.
.
E: The repository 'http://deb.devuan.org/devuan daedalus-proposed-updates Release' no longer has a Release file.
.
.
.
#

My related sources.list entry is:

deb http://deb.devuan.org/devuan daedalus-proposed-updates main contrib non-free

.

I think I'm missing something here.  :-)
Any thoughts?

Offline

#2 2025-05-29 15:30:39

rolfie
Member
Registered: 2017-11-25
Posts: 1,260  

Re: Proposed Updates repository problem.

If you try again?

Offline

#3 2025-05-29 15:56:42

rolfie
Member
Registered: 2017-11-25
Posts: 1,260  

Re: Proposed Updates repository problem.

Further reading: https://www.devuan.org/os/packages

Add stable proposed-updates (default: no)

proposed-updates are packages that will become part of the next stable point release but are not fully tested yet. It is usually safe to use them, but we recommend not using them on production systems. Note that there may be rare cases where a package from Debian's proposed-updates is needed, and in that case /merged should be used instead of /devuan below.

# /etc/apt/sources.list

deb     http://deb.devuan.org/devuan <release codename>-proposed-updates main

Offline

#4 2025-05-29 21:33:37

Giorgos
Member
From: Greece
Registered: 2018-06-12
Posts: 49  

Re: Proposed Updates repository problem.

OK, got it!
I delete it.

THANKS!!!

Offline

#5 2025-05-30 00:00:20

ralph.ronnquist
Administrator
From: Battery Point, Tasmania, AUS
Registered: 2016-11-30
Posts: 1,407  

Re: Proposed Updates repository problem.

You should use the devuan-proposed-updates repository, and the soures.list line for that is

deb http://deb.devuan.org/merged daedalus-proposed-updates main contrib non-free non-free-.firmware

Pay special attention to the /merged URI which is what all devuan repositories have because devuan provides a merge of debian packages with an overlay of certain forked packages.

You tried to use the URI /devuan and that didn't work because that is wrong.

EDIT: you may omit some sections, like e.g. non-free but should at least include main.

Offline

Board footer