Announcement

Collapse
No announcement yet.

Repository no longer has release file

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [SOLVED] Repository no longer has release file

    Here is what I get with 'apt-get update':

    Code:
    [FONT=monospace][COLOR=#000000]Get:1 file:/var/lib/preinstalled-pool focal InRelease [/COLOR]
    Ign:1 file:/var/lib/preinstalled-pool focal InRelease
    Get:2 file:/var/lib/preinstalled-pool focal Release [3 949 B]
    Get:2 file:/var/lib/preinstalled-pool focal Release [3 949 B]
    Hit:3 http://dl.google.com/linux/chrome/deb stable InRelease
    Get:4 https://repo.skype.com/deb stable InRelease [4 501 B]
    Hit:5 http://archive.ubuntu.com/ubuntu focal InRelease
    Hit:6 http://archive.ubuntu.com/ubuntu focal-updates InRelease
    Ign:7 http://archive.neon.kde.org/user focal InRelease
    Err:9 http://archive.neon.kde.org/user focal Release
     404  Not Found [IP: 2a02:6ea0:c900::5 80]
    Hit:10 http://security.ubuntu.com/ubuntu focal-security InRelease
    Err:4 https://repo.skype.com/deb stable InRelease
     The following signatures were invalid: EXPKEYSIG 1F3045A5DF7587C3 Skype Linux Client Repository <se-um@microsoft.com>
    Reading package lists...
    E: The repository 'http://archive.neon.kde.org/user focal Release' no longer has a Release file.
    W: GPG error: https://repo.skype.com/deb stable InRelease: The following signatures were invalid: EXPKEYSIG 1F3045A5DF7587C3 Sky
    pe Linux Client Repository <se-um@microsoft.com>
    E: The repository 'https://repo.skype.com/deb stable InRelease' is not signed.[/FONT]
    It's the "archive.neon.kde.org/user focal Release" which is most bothersome, of course.

    How to fix this? If it's not using the repo, is it doing the update? The problem looks a bit like this, but is not identical. (I don't see any cdrom mentioned.) My sources.list looks like this.

    Code:
    [FONT=monospace][COLOR=#000000]deb http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse [/COLOR]
    deb http://security.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse
    deb http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse[/FONT]
    Uh, I don't know where that 'FONT' is coming from. It's not in the file and doesn't show up on my Konsole.

    In any case, I don't see how to apply the fix suggested there. I do not have muon installed. Should I?
    Last edited by joneall; Nov 16, 2021, 07:56 AM.
    'I must have a prodigious quantity of mind; it takes me as much as a week sometimes to make it up.' Mark Twain

    #2
    It is working fine here. Maybe a snafu or temporary outage on the server?
    A 404 error would indicate something is down, possibly. But:

    Code:
    Err:9 http://archive.neon.kde.org/user focal Release
    404 Not Found [IP: 2a02:6ea0:c900::5 80]
    The ip is pingable from here:
    Code:
    $ ping 2a02:6ea0:c900::5
    PING 2a02:6ea0:c900::5(2a02:6ea0:c900::5) 56 data bytes
    64 bytes from 2a02:6ea0:c900::5: icmp_seq=1 ttl=42 time=132 ms
    64 bytes from 2a02:6ea0:c900::5: icmp_seq=2 ttl=42 time=132 ms
    64 bytes from 2a02:6ea0:c900::5: icmp_seq=3 ttl=42 time=132 ms
    64 bytes from 2a02:6ea0:c900::5: icmp_seq=4 ttl=42 time=132 ms
    64 bytes from 2a02:6ea0:c900::5: icmp_seq=5 ttl=42 time=132 ms
    ^C
    --- 2a02:6ea0:c900::5 ping statistics ---
    6 packets transmitted, 5 received, 16.6667% packet loss, time 5005ms
    rtt min/avg/max/mdev = 131.709/132.120/132.387/0.222 ms
    or better:
    Code:
    $ ping archive.neon.kde.org
    PING archive.neon.kde.org(unn-atl.cdn77.com (2a02:6ea0:c100::14)) 56 data bytes
    64 bytes from unn-atl.cdn77.com (2a02:6ea0:c100::14): icmp_seq=1 ttl=56 time=26.5 ms
    64 bytes from unn-atl.cdn77.com (2a02:6ea0:c100::14): icmp_seq=2 ttl=56 time=27.4 ms
    64 bytes from unn-atl.cdn77.com (2a02:6ea0:c100::14): icmp_seq=3 ttl=56 time=26.5 ms
    64 bytes from unn-atl.cdn77.com (2a02:6ea0:c100::14): icmp_seq=4 ttl=56 time=25.9 ms
    64 bytes from unn-atl.cdn77.com (2a02:6ea0:c100::14): icmp_seq=5 ttl=56 time=25.7 ms
    
    64 bytes from unn-atl.cdn77.com (2a02:6ea0:c100::14): icmp_seq=6 ttl=56 time=26.1 ms
    
    --- archive.neon.kde.org ping statistics ---
    6 packets transmitted, 6 received, 0% packet loss, time 5006ms
    rtt min/avg/max/mdev = 25.710/26.353/27.368/0.541 ms

    It should not matter at all, but see what the current/correct apt usage shows:
    sudo apt update


    In any case, I see the Frameworks 5.88 is out now....240+ tiny packages to upgrade. Maybe these were being uploaded while you were checking?
    Last edited by claydoh; Nov 16, 2021, 08:36 AM.

    Comment


      #3
      Funny. When I enter the command again, it does not have that problem, only the skype one. Question: Should I be using apt instead of apt-get? In that case, apt-get dist-upgrade will be replaced by apt full-upgrade, right? I've never understood the difference between apt and apt-get, nor their raison d'être. History; I suppose:

      Thanks for your suggestions.
      'I must have a prodigious quantity of mind; it takes me as much as a week sometimes to make it up.' Mark Twain

      Comment


        #4
        The Neon server was probably just down for a moment

        apt has replaced apt-get a few years ago, but the older method is still fine to use. As I understand, there are very minor differences in how apt works versus apt-get, but these are unlikely to affect most people. But the packages are created and tested using the new one, so it is a good idea to use this.

        sudo apt update
        sudo apt full-upgrade

        As to skype, it seems that last June, they let their gpg signing key expire.

        https://answers.microsoft.com/en-us/...f-31a4f2bb22b2
        https://www.reddit.com/r/linuxmint/c...lid_expkeysig/
        I will guess that the solutions should still be valid.
        Last edited by claydoh; Nov 16, 2021, 09:46 AM.

        Comment


          #5
          Originally posted by joneall View Post
          Should I be using apt instead of apt-get?
          apt is intended for interactive use, apt-get is for scripts. So if you are typing it in a konsole, use apt. The differences are sort of cosmetic; the apt command gives more feedback, for example, apt update gives a message telling how many packages can be updated. (Annoyingly, apt thinks it's in a script if its output is not a "terminal", and gives a loud warning if I redirect its output to a pager. IMO it should check its input.)
          Regards, John Little

          Comment


            #6
            Just curious. Who marked this SOLVED? I wanted to, but couldn't figure out how, with the new format. Thanks to whoever...
            'I must have a prodigious quantity of mind; it takes me as much as a week sometimes to make it up.' Mark Twain

            Comment


            • oshunluvr
              oshunluvr commented
              Editing a comment
              Go back to your first post. In the lower right in very small gray text, click "Edit", Move to the upper left corner and you'll see it.

              Not really obvious or convenient. We're all getting used to the new layout and function of the site. I, for one, have several issues but overall it's an improvement. Even if it wasn't we didn't have much choice.

            #7
            That was me.

            To mark a thread [SOLVED], return to the first post and click Edit. Select [SOLVED] from the drop down list to the left of the Title.
            Using Kubuntu Linux since March 23, 2007
            "It is a capital mistake to theorize before one has data." - Sherlock Holmes

            Comment

            Working...
            X