Announcement

Collapse
No announcement yet.

Puplic Key Help.<SOLVED>

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

    Puplic Key Help.<SOLVED>

    I added some repos. to allow me to download and install the w32codecs and dvd libdvd2 stuff but when i apt-get update I get this mesage, can anyone help?

    W: GPG error: http://users.lichtsnel.nl breezy-seveas Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 49A120FD1135D466
    W: You may want to run apt-get update to correct these problems

    Thanx
    &quot;Time fades even legend&quot;<br />-Blood Omen: Legacy of Kain

    #2
    Re: Puplic Key Help.

    Gpg-key missing ?

    Example howto add key:
    http://kubuntu.org/announcements/koffice-15beta1.php
    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    Comment


      #3
      Re: Puplic Key Help.

      your suggestion dosn't work

      root@war:/etc/apt# apt-key add kubuntu-packages-jriddell-key.gpg
      gpg: symbol lookup error: /usr/local/lib/libreadline.so.5: undefined symbol: BC
      root@war:/etc/apt#

      Comment


        #4
        Re: Puplic Key Help.

        If you run Dapper Drake see
        http://www.krazypenguin.net/Ubuntu_D...tall_Automatix
        tells you how to install Automatix which will download and install a whole bunch of necessary stuff.

        This will make the codecs and libdvdcss2 available

        "A problem well stated is a problem half solved." --Charles F. Kettering
        "Sometimes the questions are complicated and the answers are simple."--Dr. Seuss

        Comment


          #5
          Re: Puplic Key Help.

          actually, it shouldn't make a difference when trying to install libdvdcss, but the correct way on how to do it (I wouldn't use any automation things like automatix or easyubuntu on a non-vanilla install) is:
          Code:
          cd ~
          gpg --keyserver subkeys.pgp.net --recv 1135D466
          gpg --export --armor 1135D466 | sudo apt-key add -
          <br /><br />*temp. hiatus from forums due to comp + net broken* :&#039;(

          Comment

          Working...
          X