[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: post knoppix-installer



Hi,

5.1.1 is a bit old, you should only keep stable packages repository in
sources.list


After apt-get update, you should remove most of non-used packages and
then you could use:
apt-get dist-upgrade

to upgrade whole system to a "newer" (up to date) version.


this process may forget to upgrade some importants packages like kdm,
xorg, xserver-xorg-input-kbd but nothing that you can't repair with for
exemple:

apt-get install kdm


You should also check, version of kde package and update those which are
not up to date :

dpkg -l | grep kde


For mc I'd try to remove ~/.mc and /etc/mc, then remove mc itself:

apt-get remove --purge mc

And then re-install it:

apt-get install mc


If you always have some issue with shortcut, then you could deduce that
mc is not the package which is broken but maybe keyboard support.


Hope it's help :)

-- 
Jody


Reply to: