I update the kernel from 2.6.10-5-386 to 2.6.10-5.686 by command:
apt-get install linux-2.6.10-5-686
now can I remove the old kenel by command:
apt-get remove linux-image-2.6.10-5-386 .
is this command a dangerous act?
Post by sheep204
I update the kernel from 2.6.10-5-386 to 2.6.10-5.686 by command:
apt-get install linux-2.6.10-5-686
now can I remove the old kenel by command:
apt-get remove linux-image-2.6.10-5-386 .
is this command a dangerous act?
YOU'd better do it in this way:
sudo apt-get install linux-686
then reboot your computer with the new kernel.
remove the OLD kernel if everything is OK.
sudo apt-get remove linux-386