Announcement

Collapse
No announcement yet.

public key issues

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

    public key issues

    i had issues with public keys . however i found a fix on the net .
    from nick @ Ubuntu Software Forum - Home of Ultimate Edition
    I had to ectract the file and then run a terminal from the directory and ./launchpad-ppa-fix.pl
    this fixed my keys error you can use the wget command or download the script from here ill attach it as a text file (txt) you will have to rename the ext pl once dwonloaded.
    Solve missing gpg key error

    Postby Nick on Mon Feb 09, 2009 10:09 am
    Solve missing gpg key error ie: W: GPG error: http://ppa.launchpad.net intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 778978B00F7992B0
    W: You may want to run apt-get update to correct these problems


    I made a perl script that:
    - Can detect and fix any launchpad PPA link in /etc/apt/sources.list
    - Backs up the original /etc/apt/sources.list as /etc/apt/sources.list.backup
    - Imports GPG keys for the links detected in /etc/apt/sources.list

    Requirements:
    - Administrative privileges
    - Perl
    - Internet connection
    - HTML::Parser
    Code:
    sudo apt-get install libhtml-parser-perl
    How to use it:
    USE AT YOUR OWN RISK!
    Code:
    wget http://savvas.radevic.com/launchpad/change.tar.gz -O change.tar.gz
    tar xzvf change.tar.gz
    perl change.pl
    sudo apt-get update
    rm change.tar.gz change.pl
    Fallback plan:
    If anything goes wrong, I guess the only important thing changed are the sources.list:
    Code:
    sudo cp -f /etc/apt/sources.list.backup /etc/apt/sources.list
    sudo apt-get update
    Ultimate 2.1x64 Bit
    Soprano E66 Custom>Intel Core2Duo E6600 LGA775
    Corsair TWIN 2 X 2048-5400C4 X MS2 2 X 1GB
    MSI P965 PLATINUM ATX
    TT Soprano Blk Midi-Tower Window 430w ATX
    Samsung HD401LJ 400GB 16MB SATA11
    XPV GeFORCE 8600GTS 256MB GDDR3 PCI-E HD
    Benq FP222W 22IN Widescreen
    Creative SBS580 5.1 Surround Sound
    1TB Maxtor External Hard Drive
    Attached Files

    #2
    Re: public key issues

    I ran the perl change.pl script and it didn't work, so later I ran the launchpad-ppa-fix.pl one and I got this error message.

    Can't locate IO/Socket/SSL.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at launchpad-ppa-fix.pl line 43.
    BEGIN failed--compilation aborted at launchpad-ppa-fix.pl line 43.

    According to konsole "libhtml-parser-perl is already the newest version".
    Multibooting: Kubuntu Noble 24.04
    Before: Jammy 22.04, Focal 20.04, Precise 12.04 Xenial 16.04 and Bionic 18.04
    Win XP, 7 & 10 sadly
    Using Linux since June, 2008

    Comment


      #3
      Re: public key issues

      hmm well it worked for me maybe you need to d/l the file with wget in his example all i know is when i used it i didn't have key errors any longer. now if on;y plasma would work ..

      Comment


        #4
        Re: public key issues

        Yes, I did, I downloaded it by entering the command in konsole...
        Multibooting: Kubuntu Noble 24.04
        Before: Jammy 22.04, Focal 20.04, Precise 12.04 Xenial 16.04 and Bionic 18.04
        Win XP, 7 & 10 sadly
        Using Linux since June, 2008

        Comment


          #5
          Re: public key issues

          well sorry this didn't work for you hope there another solution soon then .

          Comment

          Working...
          X