Debian This forum is for the discussion of Debian Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
|
 |
|
11-22-2005, 12:46 AM
|
#18
|
|
Registered User
Registered: Dec 2003
Posts: 2,832
Thanked: 9
|
Code:
# deb file:///cdrom/ sarge main
deb http://security.debian.org/ testing/updates main contrib
# deb http://mirror.pacific.net.au/debian/ testing main contrib non-free
# deb-src http://mirror.pacific.net.au/debian/ testing main contrib non-free
# deb http://mirror.averse.net/debian/ testing main contrib non-free
# deb-src http://mirror.averse.net/debian/ testing main contrib non-free
deb http://ftp.debian.org/debian/ testing main contrib non-free
# deb-src http://ftp.debian.org/debian/ testing main contrib non-free
deb ftp://ftp.nerim.net/debian-marillat/ etch main
deb ftp://mirrors.kernel.org/debian/ testing main contrib non-free
# deb-src ftp://mirrors.kernel.org/debian/ testing main
deb http://ftp.kr.debian.org/debian/ testing main contrib non-free
# deb-src http://ftp.kr.debian.org/debian/ testing main contrib non-free
Note that this file was generated by apt-setup and I've removed the excessive line spaces.
I don't use all the repositories at all times so I've commented out a few.
|
|
|
|
11-23-2005, 07:03 AM
|
#19
|
|
LQ Newbie
Registered: Mar 2003
Posts: 26
Thanked: 0
|
Sorry for being a complete debian newbie here, I have a base system (can't believe that has the 2.4 kernel!!), I don't want to start installing unstable packages, but I do want options to update the kernel to something never than 2.6.8. Is there a specific or official source for installing new kernels with apt-get? How can I see which versions are in my current repository set?
|
|
|
|
11-25-2005, 05:03 PM
|
#21
|
|
Member
Registered: Nov 2004
Location: Stockholm, Sweden
Distribution: Debian (Sarge), Red Hat, Ubuntu, Knoppix
Posts: 99
Thanked: 0
|
JF1980 - run 'apt-get update' and 'apt-cache search kernel' or something similar to find out what kernel versions are available in your current repository.
Last edited by hyllplan; 11-25-2005 at 05:09 PM..
|
|
|
|
11-26-2005, 07:22 AM
|
#23
|
|
Member
Registered: Oct 2004
Distribution: debian sarge-backported
Posts: 41
Thanked: 0
|
i have one question about xorg repository from backports. whenever i used it i had dependency problems.
i have also tried installing the one from /pendinf direcrory.
now i see that in the http://people.debian.org/~nobse/xorg...in/x/xorg-x11/
directory the last changes are since november 17th.
did anything change??
|
|
|
|
11-26-2005, 12:19 PM
|
#24
|
|
Member
Registered: Jan 2004
Location: Maine/Minnesota/Alberta
Distribution: Debian Sid
Posts: 125
Thanked: 0
|
Hi-
That xorg backport didn't have any dependency issues for me. I did a clean install yesterday and used it with no problems. One caveat though, it did remove several packages. But I took note of those packages and just reinstalled it with no problems. It works great. BTW, xfree86 was messing up my X display which is why I upgraded. Otherwise if it ain't broke why fix it?
BTW, if you want to use that OO.org2 backport you must have JAVA installed otherwise it will fail because of dependencies.
|
|
|
|
12-06-2005, 12:41 AM
|
#26
|
|
Member
Registered: Mar 2004
Distribution: Debian Sarge, FC4
Posts: 100
Thanked: 0
|
Code:
# DotDeb LAMP development
deb http://packages.dotdeb.org stable all
# Debian security updates
deb http://security.debian.org sarge/updates main contrib non-free
# EFTel mirror updates
deb http://mirror.eftel.com/debian sarge main non-free contrib
|
|
|
|
12-06-2005, 08:03 AM
|
#27
|
|
Senior Member
Registered: May 2004
Location: Orlando, FL
Distribution: Debian
Posts: 2,362
Thanked: 0
|
Guys,
If I am using Debian AMD64 kernel, where can I get a source list for my system so I can update Gnome 2.10 > 2.12 and Firefox 1.0.7 > 1.5.0?
Right now my Debian system is a fresh install and I had a selection of 5 sources to choose from during my install and setting up APT-GET. I know how to manually edit /etc/apt/sources.list but have no idea where to find more updated sources/packages.
Can anyone give me a hand?
|
|
|
|
12-09-2005, 06:11 AM
|
#28
|
|
LQ Newbie
Registered: Sep 2005
Distribution: Xubuntu Edgy AMD64/"Wintendo"
Posts: 19
Thanked: 0
|
Have you tried apt-get.org? This is kind of an index of Debian repositories, a place where you can search for packages available in places other than the official Debian repositories. Dunno how good it is on amd64 stuff, though...
|
|
|
|
12-13-2005, 10:05 PM
|
#29
|
|
Member
Registered: Jul 2003
Location: CT, USA
Distribution: Debian Sarge (server), Etch (work/home)
Posts: 601
Thanked: 0
|
In the sources.list, what's the thing that comes after the URL but before the sections (i.e. main, contrib,..)?
Is that a directory name? (which in the case of the official Debian repos, happens also to be on of the names given to the distribution versions? (woody|sarge|etch|sid) )
The APT-HOWTO refers to it as a "distribution" What does that exactly mean when you're dealing with repo's that aren't official Debian?
From what I understand, when you create a .deb package, you supply a "section" name, and that's what corresponds to the "sections" listed at the end of each line in the sources.list file.
(Hmm... maybe when you create a repository, you have to give it a special "distribution" name?)
|
|
|
|
12-15-2005, 08:57 AM
|
#30
|
|
LQ Newbie
Registered: Sep 2005
Distribution: Xubuntu Edgy AMD64/"Wintendo"
Posts: 19
Thanked: 0
|
Quote:
|
Originally Posted by johnMG
In the sources.list, what's the thing that comes after the URL but before the sections (i.e. main, contrib,..)?
Is that a directory name? (which in the case of the official Debian repos, happens also to be on of the names given to the distribution versions? (woody|sarge|etch|sid) )
|
Yes. Just browse to the url and you will see it corresponds to a directory on the repository's server. But there's more...
Quote:
|
Originally Posted by johnMG
The APT-HOWTO refers to it as a "distribution" What does that exactly mean when you're dealing with repo's that aren't official Debian?
|
It's to distinguish which packages are designed for which distribution, bearing in mind that they each have their own build environment ie. different tools are used to compile the packages in each distribution (eg. gcc 3.3.5 for Sarge, gcc 4.0.2 for Etch). So something compiled with Sarge build tools, and therefore designed to run on Sarge, goes into the Sarge section of the repo, and so on for Etch and Sid.
Of course, there's more to it than this, but that's a very basic outline (least how I understand it). If you want to get into the details I suggest checking out the Debian Maintainer's Guidelines (or whatever the official title is) at debian.org .
|
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 05:28 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
LQ Podcast
LQ Radio
|
|