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 ...
- 11-18-2005 #1
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
- 11-19-2005 #2
There are some good packages in the cipherfunk repos: http://cipherfunk.org/diary/
He has the appropriate sources.list entry info on that page.
BryanLooking 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.
- 11-19-2005 #3
Thanks for the link.
I'm not sure if I'm following this correctly
So this is supposed to go into the sources file?
If so then my apt sources file would look like this then:Code: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:#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
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..Code:$ sudo apt-get update E: Type 'URI:' is not known on line 33 in source list /etc/apt/sources.list
btw, I did install the import key.
I haven't any idea what I have done wrong at this point but I'm definately confused.Code:gpg --import release.keys
Registered Linux user #393103
- 11-19-2005 #4
Try it like this:
That would work in debian, anyway ...Code:deb ftp://cipherfunk.org/pub/packages/ubuntu/ breezy main
noobus in perpetuum
- 11-19-2005 #5That should work. Then do the following:
Originally Posted by eerok Replace the xxxxxxxxxxxxxxxxx with the key spit out from 'apt-get update' before importing the key. You should then be set.Code:$ gpg --keyserver wwwkeys.eu.pgp.net --recv-keys xxxxxxxxxxxxxxxxx $ gpg –armor –export xxxxxxxxxxxxxxxxx | sudo apt-key add -
BryanLooking 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.
- 11-19-2005 #6
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
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 meCode:gpg: keyserver timed out gpg: keyserver receive failed: keyserver error
sorry for all the questions, I'm all bamboozled right now.Registered Linux user #393103
- 11-19-2005 #7
I never had that happen when using Debian or Ubuntu. I would try again later.
BryanLooking 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.
- 11-19-2005 #8Just 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
then I opened the synaptic package managerCode:wget ftp://cipherfunk.org/pub/packages/release.keys
hope this helpsCode:1. Settings 2. Repositories 3. Authentication 4. Add 5. Selected the download key release.keys 6. close out of everything :)
- 11-19-2005 #9This has happened to me: in my case the server was busy and it worked when I tried again later.
Originally Posted by George Harrison noobus in perpetuum
- 11-19-2005 #10
ok it sorta works
, but I'm still having a bit of trouble.
The command above worked perfectly but I run into trouble with the second command:Code:gpg --keyserver wwwkeys.eu.pgp.net --recv-keys xxxxxxxxxxxxxxxxx
I am getting this error:Code:gpg –armor –export xxxxxxxxxxxxxxxxx | sudo apt-key add -
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) | sudo apt-key add - usage: gpg [options] [filename] gpg: no valid OpenPGP data found.
and the second half:Code:$ gpg –armor –export (my number code) usage: gpg [options] [filename]
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.Code:$ sudo apt-key add - (sits there, nothing happens)
Registered Linux user #393103


Reply With Quote
