Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 13
Hello, I am a big fan of the Ubuntu Guide but it is still written for 5.04, impatient for a 5.10 version to come out I just changed my apt ...
  1. #1
    Linux User George Harrison's Avatar
    Join Date
    Mar 2005
    Location
    Pepperland
    Posts
    445

    Where are the good repos for Ubuntu 5.10?

    Hello, I am a big fan of the Ubuntu Guide but it is still written for 5.04, impatient for a 5.10 version to come out I just changed my apt sources and installed 5.10 I am really enjoying it. Yet when it comes down to installing the "good" packages (multimedia codecs, dvd playback, etc. etc.) it will not do it. In my old 5.04 sources I had all of the backports and life was swell. With 5.10 I can't do that and I'm almost tempted to go back to 5.04 if I cannot resolve this. Is there anyone out there running Ubuntu 5.10 with the good repos? I've been Google searching for a bit and cruising the Ubuntu Forums for a minute or two but I'm coming up with little, I'll keep on searching. Thanks.
    Registered Linux user #393103

  2. #2
    Linux Guru bryansmith's Avatar
    Join Date
    Nov 2004
    Location
    /Ontario/Canada
    Posts
    2,621
    There are some good packages in the cipherfunk repos: http://cipherfunk.org/diary/

    He has the appropriate sources.list entry info on that page.

    Bryan
    Looking for a distro? Look here.
    "There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
    Queen's University - Arts and Science 2008 (Sociology)
    Registered Linux User #386147.

  3. #3
    Linux User George Harrison's Avatar
    Join Date
    Mar 2005
    Location
    Pepperland
    Posts
    445
    Thanks for the link.

    I'm not sure if I'm following this correctly

    So this is supposed to go into the sources file?
    Code:
    URI: ftp://cipherfunk.org/pub/packages/ubuntu/
    Distribution: breezy
    Section(s): main
    If so then my apt sources file would look like this then:
    Code:
    #deb cdrom:[Ubuntu 5.04 _Hoary Hedgehog_ - Release i386 (20050407)]/ hoary main restricted
    
    
    ## Uncomment the following two lines to fetch updated software from the network
    deb http://us.archive.ubuntu.com/ubuntu breezy main restricted
    deb-src http://us.archive.ubuntu.com/ubuntu breezy main restricted
    
    ## Uncomment the following two lines to fetch major bug fix updates produced
    ## after the final release of the distribution.
    deb http://us.archive.ubuntu.com/ubuntu breezy-updates main restricted
    deb-src http://us.archive.ubuntu.com/ubuntu breezy-updates main restricted
    
    ## Uncomment the following two lines to add software from the 'universe'
    ## repository.
    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    ## team, and may not be under a free licence. Please satisfy yourself as to
    ## your rights to use the software. Also, please note that software in
    ## universe WILL NOT receive any review or updates from the Ubuntu security
    ## team.
    deb http://us.archive.ubuntu.com/ubuntu breezy universe
    deb-src http://us.archive.ubuntu.com/ubuntu breezy universe
    
    deb http://security.ubuntu.com/ubuntu breezy-security main restricted
    deb-src http://security.ubuntu.com/ubuntu breezy-security main restricted
    
    deb http://security.ubuntu.com/ubuntu breezy-security universe
    deb-src http://security.ubuntu.com/ubuntu breezy-security universe
    
    deb http://archive.ubuntu.com/ubuntu breezy multiverse
    deb-src http://archive.ubuntu.com/ubuntu breezy multiverse
    
    
    URI: ftp://cipherfunk.org/pub/packages/ubuntu/
    Distribution: breezy
    Section(s): main
    I knew that the last entry stuck out like a sore thumb and I knew it wouldn't work but just for a chuckle or two I tried to update my box, here is the output:
    Code:
    $ sudo apt-get update
    E: Type 'URI:' is not known on line 33 in source list /etc/apt/sources.list
    So I'm not for sure what to do here.. this is making me feel pretty stupid too.. the example on the page was prolly just a base of information and it wants you to do the rest or something, I'm confused. From what it sounds like, he wanted you to put the exact code into your sources file. Which is what I did..

    btw, I did install the import key.
    Code:
    gpg --import release.keys
    I haven't any idea what I have done wrong at this point but I'm definately confused.
    Registered Linux user #393103

  4. #4
    Linux Newbie eerok's Avatar
    Join Date
    Feb 2005
    Location
    Canada
    Posts
    153
    Try it like this:
    Code:
    deb ftp://cipherfunk.org/pub/packages/ubuntu/ breezy main
    That would work in debian, anyway ...
    noobus in perpetuum

  5. #5
    Linux Guru bryansmith's Avatar
    Join Date
    Nov 2004
    Location
    /Ontario/Canada
    Posts
    2,621
    Quote Originally Posted by eerok
    Try it like this:
    Code:
    deb ftp://cipherfunk.org/pub/packages/ubuntu/ breezy main
    That would work in debian, anyway ...
    That should work. Then do the following:
    Code:
    $ gpg --keyserver wwwkeys.eu.pgp.net --recv-keys xxxxxxxxxxxxxxxxx
    $ gpg –armor –export xxxxxxxxxxxxxxxxx | sudo apt-key add -
    Replace the xxxxxxxxxxxxxxxxx with the key spit out from 'apt-get update' before importing the key. You should then be set.

    Bryan
    Looking for a distro? Look here.
    "There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
    Queen's University - Arts and Science 2008 (Sociology)
    Registered Linux User #386147.

  6. #6
    Linux User George Harrison's Avatar
    Join Date
    Mar 2005
    Location
    Pepperland
    Posts
    445
    Thanks guys.

    I am a bit puzzled though, I have already imported the key as I said above with the gpg --import release.keys command, so when I try the command gpg --keyserver wwwkeys.eu.pgp.net --recv-keys xxxxxxxxxxxxxxxxx and replace the x's with the string of numbers from "apt-get update" it says it's retrieving the key from the server, I am giddy at this point. Then it times out
    Code:
    gpg: keyserver timed out
    gpg: keyserver receive failed: keyserver error
    Is this due to the fact that I have already imported the key? How can I uninstall the key? Or is this just due to the fact that I cannot connect to their server and it just keeps timing out and god hates me

    sorry for all the questions, I'm all bamboozled right now.
    Registered Linux user #393103

  7. #7
    Linux Guru bryansmith's Avatar
    Join Date
    Nov 2004
    Location
    /Ontario/Canada
    Posts
    2,621
    I never had that happen when using Debian or Ubuntu. I would try again later.

    Bryan
    Looking for a distro? Look here.
    "There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
    Queen's University - Arts and Science 2008 (Sociology)
    Registered Linux User #386147.

  8. #8
    Just Joined!
    Join Date
    Jan 2005
    Location
    Linux Drive
    Posts
    43
    Well I was installing ubuntu on my cousins computer and I never used debian / ubuntu. So what I did on ubuntu was
    Code:
     wget ftp://cipherfunk.org/pub/packages/release.keys
    then I opened the synaptic package manager

    Code:
    1. Settings
    2. Repositories
    3. Authentication
    4. Add
    5. Selected the download key release.keys
    6. close out of everything :)
    hope this helps

  9. #9
    Linux Newbie eerok's Avatar
    Join Date
    Feb 2005
    Location
    Canada
    Posts
    153
    Quote Originally Posted by George Harrison
    Code:
    gpg: keyserver timed out
    gpg: keyserver receive failed: keyserver error
    This has happened to me: in my case the server was busy and it worked when I tried again later.
    noobus in perpetuum

  10. #10
    Linux User George Harrison's Avatar
    Join Date
    Mar 2005
    Location
    Pepperland
    Posts
    445
    ok it sorta works , but I'm still having a bit of trouble.
    Code:
    gpg --keyserver wwwkeys.eu.pgp.net --recv-keys xxxxxxxxxxxxxxxxx
    The command above worked perfectly but I run into trouble with the second command:
    Code:
    gpg –armor –export xxxxxxxxxxxxxxxxx | sudo apt-key add -
    I am getting this error:
    Code:
    gpg –armor –export (my number code) | sudo apt-key add -
    usage: gpg [options] [filename]
    gpg: no valid OpenPGP data found.
    Splitting it apart doesn't work either (I was curious because I saw the pipe key and I wasn't for sure:
    Code:
    $ gpg –armor –export (my number code)
    usage: gpg [options] [filename]
    and the second half:
    Code:
    $ sudo apt-key add -
    (sits there, nothing happens)
    I think I've tried everything possible for the second command.. and I use the same number from apt-get, I dunno what the problem is.. thanks for all the help so far.
    Registered Linux user #393103

Page 1 of 2 1 2 LastLast

Posting Permissions

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