Page 3 of 10 FirstFirst 12345 ... LastLast
Results 21 to 30 of 100

Thread: Update error

  1. #21
    Join Date
    Jan 2008
    Location
    Chicago, IL, USA
    Beans
    122

    Re: Update error

    There should really be an easier way to do this from Launchpad. For example, they say:
    This repository is signed with B9F2A424372C883C411D917F5AFADBD4AA1C92B0 OpenPGP key. Follow these instructions if you want to install packages from this PPA.
    Is there an easy way to just copy and paste that string somewhere in Import under Software Sources and have it work? If not, there should be!

    And for record, "Follow these instructions" link is not very helpful. I was able to figure it out, but it's definitely more complicated than it needs to be!

  2. #22
    Join Date
    Apr 2007
    Location
    San Marcos Texas
    Beans
    41
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Update error

    thank you!

  3. #23
    Join Date
    Jan 2008
    Location
    /us/al/home/mb_webguy
    Beans
    2,339
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Update error

    Quote Originally Posted by jblackhall View Post
    There should really be an easier way to do this from Launchpad. For example, they say:


    Is there an easy way to just copy and paste that string somewhere in Import under Software Sources and have it work? If not, there should be!

    And for record, "Follow these instructions" link is not very helpful. I was able to figure it out, but it's definitely more complicated than it needs to be!
    What you can do is click on the string, which will take you do a search results page. On that page are two links. Right click the first (under keyID) and save the link to your computer. Now go to the Authentication tab in Software Sources, click the Import Key File button, and select the file you just downloaded to import the key.

    And yes, it still seems like there should be an easier way to do this.

  4. #24
    Join Date
    Jan 2008
    Location
    Chicago, IL, USA
    Beans
    122

    Re: Update error

    Quote Originally Posted by mb_webguy View Post
    What you can do is click on the string, which will take you do a search results page. On that page are two links. Right click the first (under keyID) and save the link to your computer. Now go to the Authentication tab in Software Sources, click the Import Key File button, and select the file you just downloaded to import the key.

    And yes, it still seems like there should be an easier way to do this.
    Right, I figured out how to do it. It should just be easier, given that they give you the string (which i assume is a fingerprint). I submitted an idea on brainstorm to that effect: http://brainstorm.ubuntu.com/idea/17692/

  5. #25
    Join Date
    Feb 2007
    Beans
    4

    Re: Update error

    Quote Originally Posted by blackgr View Post
    I made this small bash script. it will check you intrepid system for all launchpad sources and will download and install the keys for you!

    Who ever wants this for Hardy. Just edit the script and change intrepid to hardy

    edit:
    You have to run this with sudo
    This is great, thank you!

    Can I attach this on a post over at http://www.kubuntuway.net ? I'm sure others would love this.

  6. #26
    Join Date
    Dec 2008
    Location
    Greece
    Beans
    109
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Update error

    Sure! do what ever you like with it! change it if you want too.

  7. #27

    Re: Update error

    trying to get the key for this PPA:

    Code:
    #Screen configs
    deb http://ppa.launchpad.net/kirkland/ubuntu hardy main
    deb-src http://ppa.launchpad.net/kirkland/ubuntu hardy main
    and the script runs fine - But doesn't seem to do anything...

    Code:
    martin@Willow ~ $ sudo ./launchpad-update
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    curl is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    cat: keyss: No such file or directory
    rm: cannot remove `keyss': No such file or directory

    Any problems?

    Have installed said package from the PPA but want to get rid of the error on update.

  8. #28
    Join Date
    Dec 2008
    Location
    Greece
    Beans
    109
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Update error

    edit the script and change "grep intrepid" to "grep hardy".Save it and execute it again

  9. #29

    Re: Update error

    That works thanks but i now get the following error...

    Code:
    martin@Willow ~ $ sudo ./launchpad-update
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    curl is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    
    curl: (77) error setting certificate verify locations:
      CAfile: /etc/ssl/certs/ca-certificates.crt
      CApath: none
    
    curl: try 'curl --help' or 'curl --manual' for more information
    martin@Willow ~ $

  10. #30
    Join Date
    Dec 2008
    Location
    Greece
    Beans
    109
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Update error

    do this. Search for ca-certificates.crt
    Code:
    sudo find / -name ca-certificates.crt
    and post the output

Page 3 of 10 FirstFirst 12345 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •