28.03.2024, 19:27 UhrDeutsch | English
Hallo Gast [ Registrierung | Anmelden ]

kanotix.com FAQ (häufig gestellte Fragen)

Kategorie: Index -> Kanotix 2006-RC4 aktualisieren

Frage

Antwort

Wie kann ich am einfachsten die Kanotix-2006-RC4 nach Installation auf Festplatte aktualisieren?

Nach der Installation und Netzwerkeinrichtung führst du folgende Schritte aus:

(bitte die Reihenfolge einhalten!

Konsole als root anmelden

---------------------------------------------------------------------------------------------------------------------
# Steps to update right - no real script due to init changes

# Replace sources.list
wget -NO /etc/apt/sources.list http://kanotix.com/files/fix/debian-etch-kde/sources.list

# Get new gpg keys if possible
for k in $(apt-get update 2>&1|grep -o NO_PUBKEY.*|sed 's/NO_PUBKEY //g');do gpg --recv-keys --keyserver wwwkeys.eu.pgp.net $k;gpg --armor --export $k|apt-key add -;done
apt-get update

# delete conflicting packages
apt-get remove --purge knxcc-kde zd1211-firmware

# update Kanotix scripts for nvidia/fglrx install
update-scripts-kanotix.sh

# Download only in X
apt-get dist-upgrade -d

# Switch to textmode, for pure Debian/Ubuntu use "/etc/init.d/kdm stop" or "/etc/init.d/gdm stop"
init 3

# Do real dist-upgrade, sometime "apt-get install -f" needed to fix problems
apt-get dist-upgrade

# Switch back to X
init 5
# alterative to init 5: use install-nvidia-debian.sh or install-fglrx-debian.sh

# Fix java symlink for iceweasel
ln -fs /etc/alternatives/firefox-javaplugin.so /usr/lib/iceweasel/plugins/libjavaplugin.so

# Manually install not yet updated packages (just an example)
apt-get install debtags

# Clean up
while D=$(deborphan);test -n "$D"; do apt-get remove --purge --yes $D; done
remove-orphans

# Delete downloaded packages to save space (optional) - or backup /var/cache/apt/archives/*.deb first
apt-get clean

-----------------------------------------------------------------------------------------------------------------------

Wenn alles sauber durchgelaufen ist, hast du ein Kanotix basierend auf Debian Etch/Stable auf neuesten Stand.


nach oben
 
Deutsch | English
Logos and trademarks are the property of their respective owners, comments are property of their posters, the rest is © 2004 - 2006 by Jörg Schirottke (Kano).
Consult Impressum and Legal Terms for details. Kanotix is Free Software released under the GNU/GPL license.
This CMS is powered by PostNuke, all themes used at this site are released under the GNU/GPL license. designed and hosted by w3you. Our web server is running on Kanotix64-2006.