Find the answer to your Linux question:
Results 1 to 10 of 10
I just installed debian 3.1 and of course it has the 2.4 kernel. I need some good repos to upgrade my machine to the latest everything. Can someone tell me ...
  1. #1
    Just Joined!
    Join Date
    Feb 2005
    Location
    KCMO
    Posts
    25

    need debian 3.1 repos

    I just installed debian 3.1 and of course it has the 2.4 kernel. I need some good repos to upgrade my machine to the latest everything. Can someone tell me where to find these. I've used ubuntu, but they had a guide which listed the repos. If someone could help me get going i'd really appreciate that.

  2. #2
    Linux Enthusiast
    Join Date
    Jun 2005
    Location
    The Hot Humid South
    Posts
    602
    You can type "base-config" as root and reconfigure apt to use a specific FTP or HTTP repo.

  3. #3
    Linux User St. Joe's Avatar
    Join Date
    Jun 2005
    Location
    USA
    Posts
    271
    Debian 3.1 has its own officially supported repo that includes a LOT of software. Except for some multimedia and java apps it is a very complete source. There are of course 3rd party repos, but if you use those you risk losing one of 3.1's greatest attributes, which is its incredible stability. If this is not important to you, then by all means go ahead and change what you will.

    Look at Apt-get.org for additional repos.
    It may be that your sole purpose in life is simply to serve as a warning to others.

  4. #4
    Just Joined!
    Join Date
    Feb 2005
    Location
    KCMO
    Posts
    25
    basicly after i install debian, i would like to use apt-get to upgrade to the latest everything. Or at least kernel-2.6.15. is that possible? what repos would i add if any?

  5. #5
    Linux Guru bryansmith's Avatar
    Join Date
    Nov 2004
    Location
    /Ontario/Canada
    Posts
    2,621
    Debian Unstable (the most up to date repos) are not full of the latest and greatest. Last time I checked, it had KDE 3.4.3 (with 3.5.0 out). It is fairly up to date but don't expect the latest (like provided by distros such as Gentoo and Arch).

    Bryan
    Looking 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.

  6. #6
    Linux Enthusiast
    Join Date
    Jun 2005
    Location
    The Hot Humid South
    Posts
    602
    Quote Originally Posted by tronic
    Or at least kernel-2.6.15. is that possible? what repos would i add if any?
    No because Debian doesn't have the 2.6.15 kernel anywhere! You only have two choices: 2.4.27 (which is probably what you have now) and 2.6.12. If you have the Net-install CD all you had to do was boot with the "linux26" option, but I guess that's already too late. What you have to do now is add some sources to /etc/apt/sources.list. Like I mentioned before, all you have to do is run base-config and you can choose to "Configure apt" grab some mirror to add to your sources.list file. It'll do it automatically!

  7. #7
    Linux Guru kkubasik's Avatar
    Join Date
    Mar 2004
    Location
    Lat: 39:03:51N Lon: 77:14:37W
    Posts
    2,396
    Quote Originally Posted by bidi
    No because Debian doesn't have the 2.6.15 kernel anywhere! You only have two choices: 2.4.27 (which is probably what you have now) and 2.6.12. If you have the Net-install CD all you had to do was boot with the "linux26" option, but I guess that's already too late. What you have to do now is add some sources to /etc/apt/sources.list. Like I mentioned before, all you have to do is run base-config and you can choose to "Configure apt" grab some mirror to add to your sources.list file. It'll do it automatically!

    please be certain of comments like that.

    Debian does have a debianized and packaged version of 2.6.15, if you add the following lines to your /etc/apt/sources.list

    Code:
    deb http://mirrors.kernel.org/debian/ unstable main contrib
    since you probably don't want to run debian unstable (a heads up, there are some major lib changes taking place, most people want to stay away from unstable for at least another week or so before all those settle down) you need to add something like this to your /etc/apt/apt.conf (or on newer versions, to any of the files in /etc/apt/apt.conf.d/)

    Code:
    APT::Default-Release "stable";
    you can change stable to whatever your currently using (ie testing/stable/etch or if you really wanted unstable, if you have experimental repos as well)
    Avoid the Gates of Hell. Use Linux
    A Penny for your Thoughts

    Formerly Known as qub333

  8. #8
    Linux Enthusiast
    Join Date
    Jun 2005
    Location
    The Hot Humid South
    Posts
    602
    Quote Originally Posted by kkubasik
    please be certain of comments like that.

    Debian does have a debianized and packaged version of 2.6.15, if you add the following lines to your /etc/apt/sources.list

    Code:
    deb http://mirrors.kernel.org/debian/ unstable main contrib
    Well, I was assuming he wasn't going to want to use the unstable branch since it has some big issues with dependencies and such.

    I guess I should just rephrase to:
    If you're using stable or testing, no!

  9. #9
    Linux User
    Join Date
    Apr 2005
    Location
    Ohio
    Posts
    326
    Just a pointer, when you Install Debian is the best time to choose the branch you will run, wether it be Stable, Testing or Unstable.

    I always use the Debian Netinstall iso since I'm running Sid why install a bunch of out of date packages (for sid they are) from the CD's or DVD's ? at the boot prompt you would enter the following options linux26 expert the system will install with the 2.6 Kernet from the start, and will also prompt which branch of Debian you wish to install.

    I am currently running Debian Sid with the 2.6.15 kernel and everything is working just fine.. although i certainly wouldn't use that configuration on a machine I was concerned about stability. for my home workstation I use for email, web browsing, and gaming Sid does just fine for me. ymmv.


    and yes for sid, apt is currently showing about 100 packages as held back.. I think I'll do a backup before I risk a dist-upgrade to see if I can clear some of those up....
    far...out

  10. #10
    Linux Newbie ryptyde's Avatar
    Join Date
    Apr 2005
    Location
    Tragic City Michigan USA
    Posts
    228

    Debian 3.1 Sarge

    I just loaded 3.1 from a Linux Format cover DVD SEP '05,there are over 4Gigs of packages on the DVD and a 2.6 kernel.Haven't added to my apt sources yet but will soon I imagine.

    When I was running Xandros I used synaptic to get packages all the time same with 3.1 now.Works for me.Was also surprised to see VLC-media player on the DVD used synaptic and selected it and it resolved the dependencies and it is up and running,VLC is my favorite player.

    By the way there are 6511 packages on the DVD and 892 installed so far.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •