LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   switching to debian?? (https://www.linuxquestions.org/questions/debian-26/switching-to-debian-84700/)

dittohead 08-22-2003 06:14 PM

switching to debian??
 
i'm seeing the evil of rpm based distros, they're such a pain to update, i'm currently caught in a dependancy hell.

debian is good, but the fact that it's so outdated makes installing even mroe difficult.

i'd like to install woody, then set apt sources to unstable so i can get all the altest packages. i'm wondering couple of things:

A: what size will this be?
B: is it possible to get this in an iso? so that using my 26.4k home connection becomes unnesessary to do the initial update

thanks for your time. :scratch:

BLAMM0 08-22-2003 06:59 PM

:) hi i tried to update my woody to testing (before unstable) i told me that it want's to dload 350mb of files :) and because my connection is 56k and i'm using dialup so i decided to stay with stable :)

johnMG 08-22-2003 10:57 PM


http://debian.abexia.com/sid.html

...though it's i386-only.

LSD 08-23-2003 01:16 AM

But that's probably so ridiculously out of date that you'll be downloading a couple hundred meg of files to update it anyway. Unfortunately for 56k'ers (and I feel your pain), the best way I've found to install Sid is to use the net-install CD. It takes a good few hours to download and install (especially if you start adding stuff like X and GNOME to the base install) but you're guaranteed to get as close to the latest packages as possible (although I'd still recommend a apt-get update && apt-get dist-upgrade afterward to make sure).

adz 08-23-2003 08:37 AM

I have a 56k connection. I just set it going overnight and in the morning have an updated system. My ISP also has a 4 hour limit so I've set it to persist in my pppd setup. Sometimes some packages will not be downloaded due to time-out but most will so I just retype the last apt-get command and it gets the missing packages (it wont set any of them up until you get a fully successful run). A little time consuming but once you've upgraded you only need to to small upgrades every once in a while. It's better to go do something else while this happens, though.

BLAMM0 08-23-2003 02:17 PM

yip i'll try :) because debian supports partly dloads so it's goin' to be a dist-upgrade next week :)

dittohead 08-23-2003 11:50 PM

thanks guys, i'll work on it.

kabads 08-25-2003 05:27 AM

If you have slow connection or small hard drive - this might be a useful way to upgrade:

http://wiki.debian.net/index.cgi?dis...SmallHardrives

It basically updates a few packages at a time (you control it through editing the update.packages file).

If you have any problems or suggestions, please leave info on that page below the initial posting.

softgun 08-25-2003 05:38 AM

Quote:

Originally posted by LSD
But that's probably so ridiculously out of date that you'll be downloading a couple hundred meg of files to update it anyway. Unfortunately for 56k'ers (and I feel your pain), the best way I've found to install Sid is to use the net-install CD. It takes a good few hours to download and install (especially if you start adding stuff like X and GNOME to the base install) but you're guaranteed to get as close to the latest packages as possible (although I'd still recommend a apt-get update && apt-get dist-upgrade afterward to make sure).
How does this CD work? What packages does it contain?

I have a weird situation. My ADSL modem is not supported by Linux. SO I have to download from Windows and then update my install of Woody. Woody is doing fine but i would like to update a few things.....

kabads 08-25-2003 05:52 AM

You can check packages at:

http://packages.debian.org/unstable/

As for your modem situation - is there any way that you can set up a network. I use linux on my machine by having a router which connects to the modem, and runs dhcpd - my linux machine runs dhcp-client and get's an IP and I'm connected.

dittohead 08-25-2003 02:01 PM

kabads: yeah, my borther has windows xp, and by acident he had dhcp setup so that when eth0 on my machine would ifup, his machine would dial-out, and i would have the network and the internet over a single gateway.

my isp cuts out at 12 hours. if i'm in the middle of downloading packageFoo-X.X.X.x.deb would i lose the portion already downloaded? or would my brothers machine just redial and apt-get would merrily keep on downloading the package from the point at which it was disconnected?

BTW- i would need some basic kde packages and some gnome packages, only for gnome/kde apps i'll be running. i use xfce4 as my de/wm, so no need to get lots of big kde/gnome packages. along with some devel packages so i can build gimp1.3, blender, among other apps.

thanks again, you guys rock :cool:

adz 08-25-2003 06:40 PM

Apt-get may time out but if you start the download again it will pick up from where it left off. If wont do any setup of packages until you get a fully successful run.

smokybobo 08-25-2003 07:59 PM

Quote:

Originally posted by adz
Apt-get may time out but if you start the download again it will pick up from where it left off. If wont do any setup of packages until you get a fully successful run.
You can also specify options as in the following to only download packages so that you can be in attendance to answer debconf questions when you actually install the packages:

Code:

apt-get upgrade -d -y
When you want to install the packages, just run the upgrade command as usual.

Very useful, especially if you write your own scripts to do some of the more tedious chores of system administration, or if you use 'at' or 'cron' to schedule downloads at certain times. Useful because even though I'm on 56k too, more times than not I actually get all the updates in one go, so I need to script/schedule things to only download and then turn off the internet connection.


All times are GMT -5. The time now is 02:30 PM.