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.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
02-06-2011, 02:00 PM
|
#16
|
|
Guru
Registered: Mar 2008
Posts: 8,717
|
Real ZFS.
Real Unix.
|
|
|
|
02-06-2011, 05:12 PM
|
#17
|
|
Member
Registered: Jul 2005
Posts: 164
Rep: 
|
Ditto eveningsky339, jlinkels.
Wish I could do more to help, but at least I can express my gratitude!
|
|
|
|
02-06-2011, 11:25 PM
|
#18
|
|
Senior Member
Registered: Jan 2009
Location: Japan
Distribution: Debian
Posts: 3,716
|
Quote:
Originally Posted by odiseo77
Good to know! Although as a Sid user, this doesn't make much difference to me
|
As a Sid user it makes a difference to me: Sid will become a somewhat less "stable" again as lots of new packages that were being held back for the freeze enter the repo.
Cheers,
Evo2.
|
|
|
|
02-07-2011, 05:29 AM
|
#19
|
|
Moderator
Registered: Dec 2009
Location: Hanover, Germany
Distribution: Slackware, Debian
Posts: 12,522
|
Quote:
Originally Posted by evo2
As a Sid user it makes a difference to me: Sid will become a somewhat less "stable" again as lots of new packages that were being held back for the freeze enter the repo.
Cheers,
Evo2.
|
Totally, yesterday it wanted to remove my X during upgrade. Better have an eye on things like that.
|
|
|
|
02-07-2011, 05:33 AM
|
#20
|
|
Senior Member
Registered: Sep 2003
Location: UK
Distribution: Debian
Posts: 1,215
Rep:
|
Quote:
Originally Posted by snowpine
Code:
cat /etc/apt/sources.list
If your software sources say "squeeze" then you now have stable. If they say "testing" you now have Wheezy.
|
My sources.list:
Code:
deb http://ftp.uk.debian.org/debian/ squeeze main contrib non-free
deb-src http://ftp.uk.debian.org/debian/ squeeze main contrib non-free
deb http://ftp.uk.debian.org/debian/ squeeze main
deb-src http://ftp.uk.debian.org/debian/ squeeze main
deb http://security.debian.org/ squeeze/updates main
deb-src http://security.debian.org/ squeeze/updates main
Thanks, so I've got stable.
|
|
|
|
02-07-2011, 06:30 AM
|
#21
|
|
Member
Registered: Apr 2005
Distribution: Debian, Slackware
Posts: 948
|
Quote:
Originally Posted by lugoteehalt
My sources.list:
Code:
deb http://ftp.uk.debian.org/debian/ squeeze main contrib non-free
deb-src http://ftp.uk.debian.org/debian/ squeeze main contrib non-free
deb http://ftp.uk.debian.org/debian/ squeeze main
deb-src http://ftp.uk.debian.org/debian/ squeeze main
deb http://security.debian.org/ squeeze/updates main
deb-src http://security.debian.org/ squeeze/updates main
Thanks, so I've got stable.
|
You have some unnecessary duplicate repos listed. If you want all of the contrib and non-free repos enabled on an otherwise stable release you only need this:
Code:
deb http://ftp.uk.debian.org/debian/ squeeze main contrib non-free
deb-src http://ftp.uk.debian.org/debian/ squeeze main contrib non-free
deb http://security.debian.org/ squeeze/updates main contrib non-free
deb-src http://security.debian.org/ squeeze/updates main contrib non-free
If you want purely free software:
Code:
deb http://ftp.uk.debian.org/debian/ squeeze main
deb-src http://ftp.uk.debian.org/debian/ squeeze main
deb http://security.debian.org/ squeeze/updates main
deb-src http://security.debian.org/ squeeze/updates main
Last edited by cynwulf; 02-07-2011 at 06:32 AM.
|
|
|
1 members found this post helpful.
|
02-07-2011, 06:42 AM
|
#22
|
|
Member
Registered: Jan 2009
Location: Essex (UK)
Distribution: Home: Debian/Ubuntu, Work: Ubuntu
Posts: 205
Rep:
|
When will Testing 'officially' be 7.0/wheezy?
ran a dist-upgrade, sources.list look for 'testing' repos, not squeeze/wheezy etc., yet /etc/debian_version remains at 6.0 and lsb_release says Codename: squeeze still.

|
|
|
|
02-07-2011, 07:07 AM
|
#23
|
|
Member
Registered: Apr 2005
Distribution: Debian, Slackware
Posts: 948
|
That's pretty normal for a start. It is called wheezy though:
http://ftp.debian.org/debian/dists/w...n/binary-i386/
It won't be called "7.0" for quite a long time, not until around the time of the next freeze (i.e. 2 years).
Last edited by cynwulf; 02-07-2011 at 07:08 AM.
|
|
|
|
02-07-2011, 07:49 AM
|
#24
|
|
Senior Member
Registered: Sep 2003
Location: UK
Distribution: Debian
Posts: 1,215
Rep:
|
Quote:
Originally Posted by Caravel
You have some unnecessary duplicate repos listed. If you want all of the contrib and non-free repos enabled on an otherwise stable release you only need this:
Code:
deb http://ftp.uk.debian.org/debian/ squeeze main contrib non-free
deb-src http://ftp.uk.debian.org/debian/ squeeze main contrib non-free
deb http://security.debian.org/ squeeze/updates main contrib non-free
deb-src http://security.debian.org/ squeeze/updates main contrib non-free
If you want purely free software:
Code:
deb http://ftp.uk.debian.org/debian/ squeeze main
deb-src http://ftp.uk.debian.org/debian/ squeeze main
deb http://security.debian.org/ squeeze/updates main
deb-src http://security.debian.org/ squeeze/updates main
|
Thanks, didn't realise that. So '.... main' is a subset of '.... contrib non-free'.
|
|
|
|
02-07-2011, 08:29 AM
|
#25
|
|
Moderator
Registered: Dec 2009
Location: Hanover, Germany
Distribution: Slackware, Debian
Posts: 12,522
|
If you don't want to develop software or build software from source you also can comment out the deb-src-entries, that will make the update of the database faster.
To comment them out, just put a #-sign in front of them.
|
|
|
1 members found this post helpful.
|
02-07-2011, 09:04 AM
|
#26
|
|
Senior Member
Registered: Sep 2003
Location: UK
Distribution: Debian
Posts: 1,215
Rep:
|
Quote:
Originally Posted by TobiSGD
If you don't want to develop software or build software from source you also can comment out the deb-src-entries, that will make the update of the database faster.
To comment them out, just put a #-sign in front of them.
|
Thanks. But can't help feeling slightly hurt: I worked out the # some time ago.
While we are going down this line: Normally, when I build from source, I download the source from the program's web page. But can get it using apt-get?? Any advantages using this route??
|
|
|
|
02-07-2011, 04:54 PM
|
#27
|
|
Senior Member
Registered: May 2004
Location: Belgium
Distribution: Debian, Slackware, Fedora
Posts: 1,132
Original Poster
Rep: 
|
Quote:
Originally Posted by lugoteehalt
While we are going down this line: Normally, when I build from source, I download the source from the program's web page. But can get it using apt-get?? Any advantages using this route??
|
They're already "debianized" and archived. It allows you to use the many debian tools (making life easier and more secure).
This blog post from Raphaël Hertzog should give you a rough idea:
http://raphaelhertzog.com/2010/12/15...bian-packages/
|
|
|
1 members found this post helpful.
|
02-08-2011, 04:06 AM
|
#28
|
|
Senior Member
Registered: Sep 2003
Location: UK
Distribution: Debian
Posts: 1,215
Rep:
|
Quote:
Originally Posted by jens
|
Thanks that's enormously helpful. I'll try it.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
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 01:37 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
|
|