Package linux-libre being kept back

8 réponses [Dernière contribution]
ao
ao
Hors ligne
A rejoint: 07/20/2017

Dear Trisquel community,

On Trisquel 9, I usually update like this:
$ sudo apt update
$ sudo apt upgrade
But lately I get the message that linux-libre is being kept back. Why is that?

According to Synaptic, linux-libre 5.19.2 is installed and 5.19.6 in available. If I right-click the package and select properties (in Synaptic), then it says that linux-libre conflicts with linux-libre, and is dependent of linux-libre.I get the tip to choose force version, but that also comes with a warning.

Does anybody haze the same experience or tips on how to solve this?

jxself
Hors ligne
A rejoint: 09/13/2010

What you're encountering is the package transition I initiated

http://www.fsfla.org/pipermail/linux-libre/2022-August/003496.html

Do this:

sudo apt update
sudo apt full-upgrade

You should then see the package manager prompting about the removal of the package called freesh-keyring, the installation of freesh-archive-keyring, and otherwise updating the kernel packages.

https://social.bobcall.me/@jxself/108895568701241202

ao
ao
Hors ligne
A rejoint: 07/20/2017

Thanks jxself!

ao
ao
Hors ligne
A rejoint: 07/20/2017

Unfortunately this issue has returned.

jxself
Hors ligne
A rejoint: 09/13/2010

Do the same thing:
sudo apt update
sudo apt full-upgrade

ao
ao
Hors ligne
A rejoint: 07/20/2017

Thank you. I've tried this several times during several times on several days, but the result is always the same.

jxself
Hors ligne
A rejoint: 09/13/2010

Can you please share the complete terminal output from running these two commands?

ao
ao
Hors ligne
A rejoint: 07/20/2017

$ sudo apt update
Err:1 http://linux-libre.fsfla.org/pub/linux-libre/freesh/mirrors.txt Mirrorlist
Could not resolve 'linux-libre.fsfla.org'
Ign:2 mirror://linux-libre.fsfla.org/pub/linux-libre/freesh/mirrors.txt freesh InRelease
Err:3 mirror://linux-libre.fsfla.org/pub/linux-libre/freesh/mirrors.txt freesh Release
Downloading mirror file failed
Hit:4 https://packages.cisofy.com/community/lynis/deb stable InRelease
Hit:5 https://packages.element.io/debian default InRelease
Hit:6 https://archive.trisquel.info/trisquel etiona InRelease
Hit:7 https://dl.jami.net/nightly/ubuntu_18.04 jami InRelease
Hit:8 https://archive.trisquel.info/trisquel etiona-security InRelease
Hit:9 https://archive.trisquel.info/trisquel etiona-updates InRelease
Reading package lists... Done
E: The repository 'mirror://linux-libre.fsfla.org/pub/linux-libre/freesh/mirrors.txt freesh Release' no longer has a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

$ sudo apt full-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following NEW packages will be installed:
linux-image-6.0.3-gnu
The following packages will be upgraded:
linux-libre
1 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 82,2 MB of archives.
After this operation, 416 MB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Err:1 http://linux-libre.fsfla.org/pub/linux-libre/freesh/mirrors.txt Mirrorlist
Could not resolve 'linux-libre.fsfla.org'
Err:2 mirror://linux-libre.fsfla.org/pub/linux-libre/freesh/mirrors.txt freesh/main amd64 linux-image-6.0.3-gnu amd64 6.0.3-gnu-1.0
Downloading mirror file /var/lib/apt/lists/auxfiles/linux-libre.fsfla.org_pub_linux-libre_freesh_mirrors.txt failed for mirror://linux-libre.fsfla.org/pub/linux-libre/freesh/mirrors.txt/pool/main/l/linux-libre/linux-image-6.0.3-gnu_6.0.3-gnu-1.0_amd64.deb
Err:3 mirror://linux-libre.fsfla.org/pub/linux-libre/freesh/mirrors.txt freesh/main amd64 linux-libre amd64 6.0.3
Downloading mirror file /var/lib/apt/lists/auxfiles/linux-libre.fsfla.org_pub_linux-libre_freesh_mirrors.txt failed for mirror://linux-libre.fsfla.org/pub/linux-libre/freesh/mirrors.txt/pool/main/l/linux-libre/linux-libre_6.0.3_amd64.deb
E: Failed to fetch mirror://linux-libre.fsfla.org/pub/linux-libre/freesh/mirrors.txt/pool/main/l/linux-libre/linux-image-6.0.3-gnu_6.0.3-gnu-1.0_amd64.deb Downloading mirror file /var/lib/apt/lists/auxfiles/linux-libre.fsfla.org_pub_linux-libre_freesh_mirrors.txt failed for mirror://linux-libre.fsfla.org/pub/linux-libre/freesh/mirrors.txt/pool/main/l/linux-libre/linux-image-6.0.3-gnu_6.0.3-gnu-1.0_amd64.deb
E: Failed to fetch mirror://linux-libre.fsfla.org/pub/linux-libre/freesh/mirrors.txt/pool/main/l/linux-libre/linux-libre_6.0.3_amd64.deb Downloading mirror file /var/lib/apt/lists/auxfiles/linux-libre.fsfla.org_pub_linux-libre_freesh_mirrors.txt failed for mirror://linux-libre.fsfla.org/pub/linux-libre/freesh/mirrors.txt/pool/main/l/linux-libre/linux-libre_6.0.3_amd64.deb
E: Failed to fetch http://linux-libre.fsfla.org/pub/linux-libre/freesh/mirrors.txt Could not resolve 'linux-libre.fsfla.org'
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

jxself
Hors ligne
A rejoint: 09/13/2010

"Could not resolve 'linux-libre.fsfla.org'"

That's the problem right there. For some reason your computer isn't able to complete a DNS lookup to get the IP address of linux-libre.fsfla.org in order to even make a connection to the server. This isn't actually a problem with the repository or packages but seems to be some sort of DNS or networking problem on your end.