Hallo, Debianer!
Jetzt wo ich mit Suse, Mandrake und Redhat immer wieder nur Ärger hatte, habe ich wieder
mal versucht Debian zu installieren. Und wunderbar: Mittlerweile reichen meine Kenntnisse
aus und ich habe eine funktionierende Woody-Distri .... yuppi!
So, jetzt hatte ich mir folgendes überlegt: Weil die Pakete so alt sind, habe ich mir gedacht,
ich mache daraus eine 'testing'-Distri. Dazu bin ich wie folgt vorgegangen (aus Foreneinträgen
abgekupfert *g*):
Datei namens apt.conf mit folgendem Inhalt angefertigt:
-----------------
APT::Default-Release "testing";
------------------
und dann habe ich noch die sources.list wie folgt geändert:
-----------------------------
deb cdrom:[Debian GNU/Linux 3.0 r0 _Woody_ - Official i386 Binary-1 (20020718)]/ unstable contrib main non-US/contrib non-US/main
deb http://security.debian.org/ stable/updates main
deb http://ftp.debian.de/debian testing main contrib non-free
deb http://ftp.debian.de/debian-non-US/ testing main contrib non-free
deb http://ftp.debian.de/debian unstable main contrib non-free
deb http://ftp.debian.de/debian-non-US/ unstable testing main contrib non-free
-----------------------------
Danach habe ich apt-get update und apt-get upgrade ausgeführt.
Scheinbar hat auch alles funktioniert. Der hat ne ganze Menge aus 'testing' runtergeladen.
Nun aber die Frage an die Profis .... war das korrekt so?
von woody nach testing (selbstzweifel eines anfängers)
- pdreker
- Beiträge: 8298
- Registriert: 29.07.2002 21:53:30
- Lizenz eigener Beiträge: MIT Lizenz
- Wohnort: Nürnberg
Die unstable Einträge kannst Du weglassen, es sei denn Du brauchst da irgendwas bestimmtes raus.
Den security Eintrag solltest Du auskommentieren, solche Updates sind AFAIK in testing automatisch drin.
Ansonsten sieht das gut aus.
Patrick
Den security Eintrag solltest Du auskommentieren, solche Updates sind AFAIK in testing automatisch drin.
Ansonsten sieht das gut aus.
Patrick
Definitely not a bot...
Jabber: pdreker@debianforum.de
Jabber: pdreker@debianforum.de
-
- Beiträge: 103
- Registriert: 30.03.2002 16:26:45
-
Kontaktdaten:
Für testing gibts aber auch Security-Updates!
deb http://security.debian.org/ testing/updates main contrib non-free
deb http://security.debian.org/ testing/updates main contrib non-free
upgradelobo hat geschrieben:Soweit ich weiss, musst du aber um die Distribution zu wechseln,
apt-get dist-upgrade
machen, in wie fern sich das von apt-get upgrade unterscheidet hab ich noch nicht getestet.
Gruss
Jochen
upgrade is used to install the newest versions of all packages currently installed on the sys
tem from the sources enumerated in /etc/apt/sources.list. Packages currently installed with new
versions available are retrieved and upgraded; under no circumstances are currently installed
packages removed, or packages not already installed retrieved and installed. New versions of
currently installed packages that cannot be upgraded without changing the install status of
another package will be left at their current version. An update must be performed first so
that apt-get knows that new versions of packages are available.
dist-upgrade
dist-upgrade, in addition to performing the function of upgrade, also intelligently handles changing
dependencies with new versions of packages; apt-get has a "smart" conflict resolution system, and it will
attempt to upgrade the most important packages at the expense of less important ones if necessary. The
/etc/apt/sources.list file contains a list of locations from which to retrieve desired package files.
man apt-get