LibreWolf repo address has changed  [Solved]

Message
Author
User avatar
siamhie
Global Moderator
Posts: 3215
Joined: Fri Aug 20, 2021 5:45 pm

LibreWolf repo address has changed

#1 Post by siamhie »

Just a heads-up

I was doing my usual check for updates and kept getting GPG signature errors with LibreWolf. I disabled the repo and went about my business and decided to try later.
After I re-enabled the repo and tried again, I got the same message, so I searched The Duck for answers and came across this link from LibreWolf's web page.
The structure of our Debian repository has changed! Existing Debian users (currently possibly encountering errors) should follow our Migration Guide.
Debian Migration Guide

Followed the instructions and now I have a new repo address (last entry).

Code: Select all

inxi -r
Repos:
  No active apt repos in: /etc/apt/sources.list
  Active apt repos in: /etc/apt/sources.list.d/debian-stable-updates.list
    1: deb http://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware
  Active apt repos in: /etc/apt/sources.list.d/debian.list
    1: deb http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware
    2: deb http://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware
  Active apt repos in: /etc/apt/sources.list.d/mx.list
    1: deb http://la.mxrepo.com/mx/repo/ bookworm main non-free
    2: deb http://la.mxrepo.com/mx/repo/ bookworm ahs
  Active apt repos in: /etc/apt/sources.list.d/nordvpn.list
    1: deb https://repo.nordvpn.com/deb/nordvpn/debian stable main
  Active apt repos in: /etc/apt/sources.list.d/xanmod-release.list
    1: deb [signed-by=/usr/share/keyrings/xanmod-archive-keyring.gpg] http://deb.xanmod.org releases main
  Active apt repos in: /etc/apt/sources.list.d/extrepo_librewolf.sources
    1: deb [arch=amd64 arm64] https://repo.librewolf.net librewolf main

New users will encounter this message when installing LibreWolf for the first time.
librewolf_install.jpg
You do not have the required permissions to view the files attached to this post.
This is my Fluxbox . There are many others like it, but this one is mine. My Fluxbox is my best friend. It is my life.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.

User avatar
dolphin_oracle
Developer
Posts: 22011
Joined: Sun Dec 16, 2007 12:17 pm

Re: LibreWolf repo address has changed

#2 Post by dolphin_oracle »

what happens if you run

Code: Select all

sudo extrepo enable librewolf
a second time
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

User avatar
siamhie
Global Moderator
Posts: 3215
Joined: Fri Aug 20, 2021 5:45 pm

Re: LibreWolf repo address has changed

#3 Post by siamhie »

dolphin_oracle wrote: Fri Oct 04, 2024 10:08 pm what happens if you run

Code: Select all

sudo extrepo enable librewolf
a second time

Let me try that in my XFCE VM and I'll report back.

*Update: command not found

Code: Select all

siamhie@mxxfce:~
$ sudo extrepo enable librewolf
[sudo] password for siamhie:         
sudo: extrepo: command not found
This is my Fluxbox . There are many others like it, but this one is mine. My Fluxbox is my best friend. It is my life.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.

User avatar
dolphin_oracle
Developer
Posts: 22011
Joined: Sun Dec 16, 2007 12:17 pm

Re: LibreWolf repo address has changed  [Solved]

#4 Post by dolphin_oracle »

well you have to install it.

but no matter, it exits gracefully if a repo is already configured.

pushing out updates to mx-packageinstaller-pkglist for mx21 and 23 thanks!
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

User avatar
towwire
Posts: 681
Joined: Fri Oct 15, 2010 12:15 pm

Re: LibreWolf repo address has changed

#5 Post by towwire »

I got this when I ran it again.

Code: Select all

 sudo extrepo enable librewolf
[sudo] password for towwire: 


Configuration enabled.

Note that configuration for this repository already existed; it was enabled, but not updated.
For updates, see the update command.towwire@mx:~
It is easier to fight for one's principles then to live up to them.

User avatar
siamhie
Global Moderator
Posts: 3215
Joined: Fri Aug 20, 2021 5:45 pm

Re: LibreWolf repo address has changed

#6 Post by siamhie »

I even tried this command and it errors in my VM.

Code: Select all

sudo apt update && sudo apt install extrepo -y
Hit:1 http://security.debian.org/debian-security bookworm-security InRelease
Hit:2 http://deb.debian.org/debian bookworm-updates InRelease                           
Hit:3 http://deb.debian.org/debian bookworm InRelease                                   
Hit:4 http://la.mxrepo.com/mx/repo bookworm InRelease                                   
Get:5 https://deb.librewolf.net bookworm InRelease [16.7 kB]               
Err:5 https://deb.librewolf.net bookworm InRelease
  The following signatures were invalid: EXPKEYSIG D29FBD5F93C0CFC3 Malte Jürgens <maltejur@dismail.de>
Reading package lists... Done
W: GPG error: https://deb.librewolf.net bookworm InRelease: The following signatures were invalid: EXPKEYSIG D29FBD5F93C0CFC3 Malte Jürgens <maltejur@dismail.de>
E: The repository 'http://deb.librewolf.net bookworm InRelease' is not signed.
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.
I think you still have to run this command first.

Code: Select all

sudo rm -f \
  /etc/apt/sources.list.d/librewolf.sources \
  /etc/apt/keyrings/librewolf.gpg \
  /etc/apt/preferences.d/librewolf.pref \
  /etc/apt/sources.list.d/librewolf.list \
  /etc/apt/trusted.gpg.d/librewolf.gpg
This is my Fluxbox . There are many others like it, but this one is mine. My Fluxbox is my best friend. It is my life.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.

User avatar
dolphin_oracle
Developer
Posts: 22011
Joined: Sun Dec 16, 2007 12:17 pm

Re: LibreWolf repo address has changed

#7 Post by dolphin_oracle »

yes. mostly why I asked about running the command a second time. but it all good, thanks.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

User avatar
siamhie
Global Moderator
Posts: 3215
Joined: Fri Aug 20, 2021 5:45 pm

Re: LibreWolf repo address has changed

#8 Post by siamhie »

dolphin_oracle wrote: Fri Oct 04, 2024 10:44 pm yes. mostly why I asked about running the command a second time. but it all good, thanks.
Even though LibreWolf didn't install the librewolf.list and librewolf.gpg was added to the apt folders.
I've since removed them and will wait until your update comes through and try again in the VM.
This is my Fluxbox . There are many others like it, but this one is mine. My Fluxbox is my best friend. It is my life.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.

User avatar
siamhie
Global Moderator
Posts: 3215
Joined: Fri Aug 20, 2021 5:45 pm

Re: LibreWolf repo address has changed

#9 Post by siamhie »

Thank you for that quick fix. Updated package list and LibreWolf installed with no errors.

Image
This is my Fluxbox . There are many others like it, but this one is mine. My Fluxbox is my best friend. It is my life.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.

User avatar
sunrat
Posts: 663
Joined: Mon Mar 28, 2016 9:54 pm

Re: LibreWolf repo address has changed

#10 Post by sunrat »

Thanks for the heads-up. I just followed the commands shown in the Migration Guide link, worked perfectly and took about half a minute.

Post Reply

Return to “Software / Configuration”