Hi, to overcome the size mismatch issue, simply download the packages apt-get complains about from the given source url to any temp location on your system.
Then, in a command prompt as root user, execute ------ dpkg -i <packagename> ------ for each of them. If you are not in a root shell, execute ------ sudo dpkg -i <packagename> ------ instead and give the root password when prompted. Hint: if you want to start a root shell, first start a normal one. Then type ------ sudo su ------ and give the root password. Note that you are now root and with that can delete whatever you like :-) After the two packages have been installed manually by above dpkg commands, run ------ apt-get install slimserver ------ again and it should complete. Hth lalabox -- lalabox ------------------------------------------------------------------------ lalabox's Profile: http://forums.slimdevices.com/member.php?userid=11475 View this thread: http://forums.slimdevices.com/showthread.php?t=34742 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
