the first line of your source list file should be exactly as i posted previously.
I suggest you ogen a root terminal and do the following. I use vi as an editor and will base my instructions on that. In the root console: vi /etc/apt/source.list type: i this puts you in insertmode at the beginning of your file. type: deb http://debian.slimdevices.com stable main type: <escapekey>:wq The escape gets you out of edit mode and into command mode and :wq saves your file. You should now hava a proper sources list for apt. Next you need to make your system aware of your changes. You do this with the following command in the root terminal apt-get update<enter> this updates your local repository cache with the information in your sources list. next you need to install squeezecenter I suggest the following apt-get remove --purge squeezecenter<enter> this should remove your current possibly broken squeezecenter installation. Next: apt-get install squeezecenter<enter> this should install squeezecenter for you. I hope this helps and clarifies it for you. There are no stupid questions, only stupid answers. If you have any trouble feel free to respond and ask for more help Regards RSS -- [email protected] ------------------------------------------------------------------------ [email protected]'s Profile: http://forums.slimdevices.com/member.php?userid=21856 View this thread: http://forums.slimdevices.com/showthread.php?t=57553 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
