SomeITGuy
read back to my post earlier, I tried to spell it out for a linux noob (like myself) to understand
Once Kubuntu is installed and you have the KDE desktop with the LMCE install icon in front of you, open a terminal window. to do this go to the bottom left (where 'start' would be in Win) click on it and then click on 'applications' and then 'system', thenscroll down to 'Terminal' and click on it.
in the terminal window, type:
sudo nano /etc/apt/sources.list
(if you want to copy and paste, 'shift + insert' is paste in the terminal window)
you will be asked for your password, this is the one you created earlier
use the arrow keys to navigate around
make the changes namely change anything that says 'us.archives' or 'security' to 'old-releases'
when you are done 'ctrl + o' saves and 'ctrl + x' to exit
now do:
sudo apt-get update
sudo apt-get dist-upgrade
once complete run the install icon on the desktop