Announcement

Collapse
No announcement yet.

Unsigned Repo Error

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

    Unsigned Repo Error

    About a month ago I started to notice that some of my updates would fail to install, up to 41 now.
    The error flashes up and it says something about failing and unsigned repo's. I have not changed anything as far
    as software sources. I am not sure what it wants.

    Thanks!

    #2
    Open a konsole and type: sudo apt update && sudo apt full-upgrade

    The 'error' can then be captured and posted here.
    Windows no longer obstructs my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Originally posted by Snowhog View Post
      Open a konsole and type: sudo apt update && sudo apt full-upgrade

      The 'error' can then be captured and posted here.
      dad@dad-Aspire-ZC-102:~$ sudo apt update && sudo apt full-upgrade
      Get:1 http://security.ubuntu.com/ubuntu zesty-security InRelease [89.2 kB]
      Get:2 https://repo.skype.com/deb stable InRelease [4,487 B]
      Err:2 https://repo.skype.com/deb stable InRelease
      The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 1F3045A5DF7587C3
      Hit:3 http://mx.archive.ubuntu.com/ubuntu zesty InRelease
      Get:4 http://mx.archive.ubuntu.com/ubuntu zesty-updates InRelease [89.2 kB]
      Get:5 http://mx.archive.ubuntu.com/ubuntu zesty-backports InRelease [89.2 kB]
      Reading package lists... Done
      W: GPG error: https://repo.skype.com/deb stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 1F3045A5DF7587C3
      E: The repository 'https://repo.skype.com/deb stable 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.

      Comment


        #4
        You need to add the gpg key for Skype's repo like so:
        (from https://repo.skype.com/)

        run: this command in a terminal:

        Code:
        curl https://repo.skype.com/data/SKYPE-GPG-KEY | sudo apt-key add -

        Comment


          #5
          Originally posted by claydoh View Post
          You need to add the gpg key for Skype's repo like so:
          (from https://repo.skype.com/)

          run: this command in a terminal:

          Code:
          curl https://repo.skype.com/data/SKYPE-GPG-KEY | sudo apt-key add -
          Thanks Claydoh, you are the hero of the day!

          Comment


            #6
            Originally posted by 1alan1 View Post
            Thanks Claydoh, you are the hero of the day!
            He often is... and so are Snowhog, Vinny, Dibl, Acheron(sp?) GreyGeek, jlittle, oshunluvr, and many more I can't remember off the top of my head. You can't beat the signal to noise ratio hereabouts.
            If you think Education is expensive, try ignorance.

            The difference between genius and stupidity is genius has limits.

            Comment

            Working...
            X