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. |
|
 |
|
04-06-2011, 07:01 AM
|
#211
|
|
Member
Registered: Aug 2009
Location: Zeewolde, Flevoland NL
Distribution: Debian squeeze (Gnome) on netbooks; Debian Lenny on servers and Debian wheezy (XFCE) on new laptops
Posts: 144
Rep:
|
Cause of forgetting to quote the testing part in my sources.list my system upgraded to wheezy by accident. Everything works perfectly. Therefore I altered the sources.list file to a complete wheezy sources.list file. Some of you might be interested in this file below:
Last edited by Laurens73; 04-06-2011 at 05:41 PM.
Reason: see posts below
|
|
|
|
|
Click here to see the post LQ members have rated as the most helpful post in this thread.
|
04-06-2011, 07:17 AM
|
#212
|
|
Member
Registered: Jul 2003
Location: Florida
Distribution: Debian Squeeze amd_64
Posts: 66
Rep:
|
Hi Donls
Sorry for this I hit a wrong key and can't find how to delete it.
Last edited by maury0324; 04-06-2011 at 09:57 AM.
|
|
|
|
04-06-2011, 08:26 AM
|
#213
|
|
Member
Registered: Jul 2003
Location: Florida
Distribution: Debian Squeeze amd_64
Posts: 66
Rep:
|
Hi Donls
I wish I could help. So far my system is running good, but not without a glitch here and there. I have had several systems running mostly the lts versions of ubuntu with few problems. they are friends and family and I did it because they kept bringing me their infected boxes. I love using debian but the greatest challenge for me has been getting the sources list right. I'm not sure that debian is truly a distro and in a way if you use it you have to expect some challenges. kind regards. maury
|
|
|
|
04-06-2011, 10:06 AM
|
#214
|
|
Senior Member
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid
Posts: 4,732
Original Poster
|
Laurens73 your list is a mess, it has old repos and ones that no longer exist. Plus why would anyone want or need that many sources?
sidux repo is one that no longer exists, look at my Giant list for aptosid.
My actual active sources.list
Nice an neat with no clutter.
|
|
|
|
04-06-2011, 10:16 AM
|
#215
|
|
Member
Registered: Jul 2006
Location: Quahog, Rhode Island
Distribution: Debian 'Sid', Android
Posts: 470
Rep:
|
Is there any reason to have all those mirrors enabled at the same time?
|
|
|
|
04-06-2011, 05:44 PM
|
#216
|
|
Member
Registered: Aug 2009
Location: Zeewolde, Flevoland NL
Distribution: Debian squeeze (Gnome) on netbooks; Debian Lenny on servers and Debian wheezy (XFCE) on new laptops
Posts: 144
Rep:
|
Thanks for your comments on it. I've removed the list in case someone would get into trouble cause of it, and indeed, the active mirrors is a wrong setting.
|
|
|
|
05-17-2011, 01:17 AM
|
#217
|
|
Senior Member
Registered: Jul 2009
Distribution: Debian Squeeze
Posts: 1,071
Rep:
|
what would you guys say is the best sources list for debian squeeze
|
|
|
|
05-17-2011, 10:35 AM
|
#218
|
|
Senior Member
Registered: Jun 2006
Location: England
Distribution: Debian Testing/Unstable Amd64
Posts: 1,468
Rep: 
|
Quote:
Originally Posted by baronobeefdip
what would you guys say is the best sources list for debian squeeze
|
Generate one to suit you from here:
http://debgen.simplylinux.ch/index.php
|
|
|
|
05-18-2011, 03:54 PM
|
#219
|
|
Senior Member
Registered: Jul 2009
Distribution: Debian Squeeze
Posts: 1,071
Rep:
|
this is cool but i'm just wondering which ones i should trust and which ones i should dis-trust
|
|
|
|
05-18-2011, 03:55 PM
|
#220
|
|
Senior Member
Registered: Jul 2009
Distribution: Debian Squeeze
Posts: 1,071
Rep:
|
what what is a sources repository? is it essential
|
|
|
|
05-18-2011, 06:57 PM
|
#221
|
|
Senior Member
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing
Posts: 1,698
|
Quote:
Originally Posted by baronobeefdip
what what is a sources repository? is it essential
|
If you have a working OS and you never want to install another package or get updates, the repositories are not needed at all.
If you ever want to install a package or get updates, yes you could call it essential.
All of your added programs should, particularly if you are new to Linux, come from the repositories.
The ones that look like this;
are the official repos for Debian. Yours will have a different address probably because you will use a different mirror (probably) for the main. Yours will also say something other than "testing" (probably "squeeze".
As you can see there are other Debian related repos that others are using. They are for other content that Debian does not include with the install.
You can see your sources list by, as root in terminal;
Code:
gedit /etc/apt/sources.list
if you do not know how to use the terminal as root, run this before using the above command;
you will be asked for the root password. Type it. Hit enter. Run the gedit command.
|
|
|
|
05-18-2011, 08:40 PM
|
#222
|
|
Senior Member
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid
Posts: 4,732
Original Poster
|
Quote:
Originally Posted by baronobeefdip
what what is a sources repository? is it essential
|
A Debian repository is a directory where you can find software you can install on Debian. These type of lines start with deb.
You only need a deb-src repo if you plan or need to compile package(s) from source, if not you do not need it. I keep the line for it commented, and only uncomment it on the rare occasion I build something from source.
More info on how /etc/apt/sources.list works:
SourcesList - Debian Wiki - http://wiki.debian.org/SourcesList
BTW widget you cannot open GUI apps as root by using su, either use gksu or sux.
You can however edit your sources.list with nano by doing:
su
enter root password
nano /etc/apt/sources.list
Also see http://manual.aptosid.com/en/term-konsole-en.htm#sux
Apt - Debian Wiki - http://wiki.debian.org/Apt
Aptitude - Debian Wiki - http://wiki.debian.org/Aptitude
|
|
|
|
05-19-2011, 03:13 AM
|
#223
|
|
Senior Member
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing
Posts: 1,698
|
I certainly stand corrected on the gksu. It is such a habit that I forget about using it. This can lead to very bad advice to folks, as the OP, who have no knowledge of it at all.
This is not a good thing.
Thanks.
|
|
|
|
05-27-2011, 07:15 AM
|
#224
|
|
Member
Registered: Jul 2006
Location: Belgrade, Serbia
Distribution: Debian
Posts: 576
Rep:
|
|
|
|
|
06-03-2011, 02:28 AM
|
#225
|
|
Member
Registered: Jun 2003
Location: Socorro, New Mexico
Distribution: Debian ("lenny", "squeeze"), Ubuntu ("karmic", "oneiric")
Posts: 214
Rep:
|
Here are the etch archive repositories
Code:
#
# THESE ARE THE ARCHIVE SOURCES FOR THE ETCH RELEASE
# I AM STILL RUNNING ETCH ON AN EMBEDDED SYSTEM AND I OCCASIONALLY WANT TO
# ADD SOFTWARE.
# VERIFIED TO WORK JUNE 2011.
deb http://archive.debian.org/debian/ etch contrib main
deb-src http://archive.debian.org/debian/ etch contrib main
This site:
http://www.debian.org/distrib/archive
Tells you how to use all the archived versions of Debian. Essentially you use the syntax above
and replace "etch" with "woody" or whatever you like.
|
|
|
|
| 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:18 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
|
|