Page 7 of 10 FirstFirst ... 56789 ... LastLast
Results 61 to 70 of 100

Thread: Update error

  1. #61
    Join Date
    Mar 2007
    Beans
    3

    Re: Update error

    Thanks! I could've done it manually, but this is easier.

    Could I have a permission to redistribute this script?
    My native language is Japanese, and I have a blog about Ubuntu.
    This is gonna save a lot of people in Japan.

    Launchpad help is in English, It take time to translate, but with this script,
    It is easier.

    I am planning to redistribute it in my blog.

    Thanks!

  2. #62
    Join Date
    Dec 2008
    Location
    Greece
    Beans
    109
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Update error

    The script is for you ppl . Do what ever you like with it! Im glad it helped you in the first place!

  3. #63
    Join Date
    Oct 2006
    Location
    Belgrade, Serbia
    Beans
    1,321
    Distro
    Ubuntu

    Re: Update error

    I made a script as well, it fixes the ppa links and gets the gpg keys for launchpad ppas that are in /etc/apt/sources.list
    http://ubuntuforums.org/showthread.php?t=1056099

  4. #64
    Join Date
    Mar 2007
    Beans
    3

    Re: Update error

    Thank you!
    You are the Best.

    And thank you too, forger.

  5. #65
    Join Date
    Apr 2007
    Beans
    421
    Distro
    Kubuntu 13.04 Raring Ringtail

    Re: Update error

    Please tag this thread as [SOLVED].

    Also put the final version of the script in the first post: I just approached to this discussion and I've been trying all of the scripts instead of trying directly the last working version.

    Thanks.
    Nice job!

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

    Re: Update error

    Ok ppl! here is the final version.
    -Auto detects ubuntu version
    -Scans all repos and not just sources.list

    To execute it Just do the following after you extract it

    sudo ./launchpad-update
    Attached Files Attached Files
    Last edited by blackgr; February 19th, 2009 at 09:37 PM.

  7. #67
    Join Date
    Jun 2007
    Location
    Santo Domingo, D.R.
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Update error

    Quote Originally Posted by blackgr View Post
    Ok! Here comes the new wget version of the script! Just change the intrepid to hardy as you did with the first one and execute it! good luck

    Edit: it will take some time to execute. Patience
    Thanks! It seem that solved my problem too!
    Lenovo Ideapad Y530
    Intel Core 2 Duo T5800 @ 2.00GHz
    4 GB PC3-8500 DDR3 SDRAM 1066MHz
    Intel Integrated Graphics X4500

  8. #68
    Join Date
    Feb 2007
    Beans
    4,045
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Update error

    With the help of awk and cutting some corners, I managed to make it a one-liner
    Code:
    awk -F/ '/^[[:blank:]]*deb[[:blank:]]+http:\/\/ppa\.launchpad\.net\// \
    {print "https://launchpad.net/~"$4"/+archive"}' \
    /etc/apt/sources.list{,.d/*.list} | \
    xargs -- wget -q -O- | \
    awk -F\" '/http:\/\/keyserver\.ubuntu\.com:11371/ {sub(/amp;op=index/,"op=get");print $2}' | \
    xargs -- wget -q -O- | \
    sudo apt-key add -

  9. #69
    Join Date
    Oct 2006
    Location
    Belgrade, Serbia
    Beans
    1,321
    Distro
    Ubuntu

  10. #70
    Join Date
    Feb 2009
    Beans
    1

    Re: Update error

    Im downloaded the script an put it on my personal folder, I have this error in console:

    sudo ./launchpad-update intrepid
    sudo: ./launchpad-update: command not found


    Im new on Linux

    My version: Ubuntu 8.10 intrepid
    Last edited by alka73; February 19th, 2009 at 06:17 PM.

Page 7 of 10 FirstFirst ... 56789 ... 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
  •