LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 11-07-2005, 11:11 PM   #16
cddesjar
Member
 
Registered: Jan 2004
Location: Maine/Minnesota/Alberta
Distribution: Debian Sid
Posts: 125

Rep: Reputation: 15

Not too much new here...except the GIS repositories

#Official Debian Packages
deb ftp://ftp.us.debian.org/debian/ sid main contrib non-free
deb-src ftp://ftp.us.debian.org/debian/ sid main contrib non-free

#Marillat Repository: Acroread, w32codecs
deb ftp://ftp.nerim.net/debian-marillat/ sid main

#Debian GIS packages
deb http://pkg-grass.alioth.debian.org/debian-gis sid main non-free contrib
deb-src http://pkg-grass.alioth.debian.org/debian-gis sid main non-free contrib
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 11-08-2005, 08:14 PM   #17
macondo
Senior Member
 
Registered: Jul 2003
Location: Central America
Distribution: Slackwre64-current Devuan
Posts: 1,034

Rep: Reputation: 62
Hehe, talk about being a minimalist/keep it simple type of guy:

deb ftp://debian.mirror.cygnal.ca/debian/ stable main non-free contrib

deb-src ftp://debian.mirror.cygnal.ca/debian/ stable main non-free contrib

deb http://security.debian.org/ stable/updates main contrib non-free

Last edited by macondo; 11-08-2005 at 08:16 PM.
 
Old 11-21-2005, 11:46 PM   #18
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
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.
 
Old 11-23-2005, 06:03 AM   #19
JF1980
LQ Newbie
 
Registered: Mar 2003
Posts: 26

Rep: Reputation: 15
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?
 
Old 11-23-2005, 10:58 AM   #20
samael26
Member
 
Registered: Oct 2004
Location: France, Provence
Distribution: Debian
Posts: 848

Rep: Reputation: 30
#deb file:///cdrom/ sarge main

deb ftp://ftp2.fr.debian.org/debian/ stable main contrib non-free
deb-src ftp://ftp2.fr.debian.org/debian/ stable main

deb http://security.debian.org/ stable/updates main

deb http://people.debian.org/~nobse/xorg-x11/ sarge main

deb ftp://ftp.nerim.net/debian-marillat/ etch main

deb ftp://sunsite.dk/mirrors/java-linux/debian/ sarge non-free


people.debian.org, to get Xorg working on a sarge install (from backports.org)
 
Old 11-25-2005, 04:03 PM   #21
hyllplan
Member
 
Registered: Nov 2004
Location: Stockholm, Sweden
Distribution: Debian (Sarge), Red Hat, Ubuntu, Knoppix
Posts: 99

Rep: Reputation: 15
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 04:09 PM.
 
Old 11-25-2005, 10:49 PM   #22
cddesjar
Member
 
Registered: Jan 2004
Location: Maine/Minnesota/Alberta
Distribution: Debian Sid
Posts: 125

Rep: Reputation: 15
Here's an updated look at my /etc/apt/sources.list

#Debian Official Repository
deb ftp://debian.oregonstate.edu/debian/ stable main contrib non-free
deb-src ftp://debian.oregonstate.edu/debian/ stable main contrib non-free

#Debian Security Updates
deb http://security.debian.org/ stable/updates main

#OpenOffice.org2 Backport
deb http://www.backports.org/pending/openoffice.org/ ./

#XOrg Backport
deb http://people.debian.org/~nobse/xorg-x11/ sarge main

#Marillat Repository
deb ftp://ftp.nerim.net/debian-marillat/ sarge main

#Debian-Unofficial Repository
deb http://ftp.debian-unofficial.org/debian sarge main contrib non-free restricted
deb-src http://ftp.debian-unofficial.org/debian sarge main contrib non-free restricted
 
Old 11-26-2005, 06:22 AM   #23
mechmg93
Member
 
Registered: Oct 2004
Distribution: debian sarge-backported
Posts: 41

Rep: Reputation: 15
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??
 
Old 11-26-2005, 11:19 AM   #24
cddesjar
Member
 
Registered: Jan 2004
Location: Maine/Minnesota/Alberta
Distribution: Debian Sid
Posts: 125

Rep: Reputation: 15
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.
 
Old 12-02-2005, 10:20 AM   #25
Col._Panic
LQ Newbie
 
Registered: Sep 2005
Distribution: Xubuntu Edgy AMD64/"Wintendo"
Posts: 19

Rep: Reputation: 0
I'll throw mine into the mix as well, with comments -

#deb file:///cdrom/ sarge main

deb http://ftp.au.debian.org/debian/ stable main non-free contrib
# deb-src http://ftp.au.debian.org/debian/ stable main non-free contrib

deb http://security.debian.org/ stable/updates main contrib non-free

# deb http://ftp.au.debian.org/debian/ testing main non-free contrib
# deb-src http://ftp.au.debian.org/debian/ testing main non-free contrib

(don't think I'll have much use for Testing now, since I've switched to Sarge to lose all the dependency woes that seem to exist in Testing/Unstable now)

deb ftp://ftp.las.ic.unicamp.br/pub/debian-marillat sarge main
# deb ftp://ftp.las.ic.unicamp.br/pub/debian-marillat testing main

deb file:/root debs/ (just my local repo for things I find around the web and want to try out)

deb http://www.backports.org/pending/ ./

deb http://xfce.corsac.net stable main #xfce4.2.2

deb http://apt.bxlug.be/sarge/ main/ # sylpheed 2.0.0

deb http://zap.org.au/debian/ zapgroup-sarge main

(this last one for linux-source-2.6.12. This kernel series is the only one which works well with my Kworld Vstream DVB-T card. 2.6.14 is supposed to have built-in support but it doesn't register the card properly and keeps spitting out messages to syslog. Under 2.6.12-10 the card works seamlessly).

Cheers!
 
Old 12-05-2005, 11:41 PM   #26
colabus
Member
 
Registered: Mar 2004
Distribution: Debian Sarge, FC4
Posts: 100

Rep: Reputation: 15
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
 
Old 12-06-2005, 07:03 AM   #27
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Rep: Reputation: 77
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?
 
Old 12-09-2005, 05:11 AM   #28
Col._Panic
LQ Newbie
 
Registered: Sep 2005
Distribution: Xubuntu Edgy AMD64/"Wintendo"
Posts: 19

Rep: Reputation: 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...
 
Old 12-13-2005, 09:05 PM   #29
johnMG
Member
 
Registered: Jul 2003
Location: CT, USA
Distribution: Debian Sarge (server), Etch (work/home)
Posts: 601

Rep: Reputation: 32
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?)
 
Old 12-15-2005, 07:57 AM   #30
Col._Panic
LQ Newbie
 
Registered: Sep 2005
Distribution: Xubuntu Edgy AMD64/"Wintendo"
Posts: 19

Rep: Reputation: 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 .
 
  


Reply

Tags
apt, aptitude, aptpinning, debian, debiansid, repositories, sid, sourceslist, synaptic



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
First Post! Unable to compile source code J--Lew Linux - Newbie 5 08-16-2005 03:17 PM
2005 LE Post-install todo list Steel Shepherd Mandriva 7 05-02-2005 01:44 AM
what is the best source to put on apt-get source list j.vilon Debian 3 09-28-2004 08:49 PM
can you post your WORKING contrib source for 9.2 JadeWolf324 Mandriva 1 12-11-2003 10:33 AM
How to post a thread in mailing list? Xiangbuilder General 0 09-06-2003 09:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 12:27 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration