http://lte-ns3-studies.blogspot.com
http://vinaytechsimulator.blogspot.com
http://3gppltee.blogspot.com
i now installed Ubuntu11.10 with the Kubuntu11.10 install cd,
Why ? I did not feel like downloading the Ubuntu iso while having the Kubuntu cd ready for usage.
After a successful install of Kubuntu its easy to revert to Ubuntu:
sudo apt-get install ubuntu-desktopWhen it asks what dm to use; kdm or gdm; select gdm… continue…
When done its time to remove the Kubuntu packages;
sudo apt-get remove kubuntu-desktop kubuntu-artwork-usplashIt wil remove some of the Kubuntu packages and with autoremove the rest of the Kubuntu packages kan be removed now;
sudo apt-get autoremoveWhen done reboot (or restart x) and you have your Ubuntu ready for usage.
Replace Kubuntu with Xubuntu;
sudo apt-get install xubuntu-desktopReplace Kubuntu with Edubuntu:
Select gdm as dm
Remove Kubuntu as explained earlier
sudo apt-get install edubuntu-desktopIf you wish to keep the Kubuntu packages simply skip the remove step.
Select gdm as dm
Remove Kubuntu as explained earlier
If you wish to revert from Ubuntu to Kubuntu ;
sudo apt-get install kubuntu-desktopUbuntu to Xubuntu:
Select kdm as dm
sudo apt-get remove ubuntu-desktop
sudo apt-get autoremove
sudo apt-get install xubuntu-desktopUbuntu to Edubuntu:
sudo apt-get remove xubuntu desktop
sudo apt-get autoremove
sudo apt-get install edubuntu-desktopIf you revert to Kubuntu make sure to select kdm as dm, all others require gdm.
sudo apt-get remove edubuntu desktop
sudo apt-get autoremove
Removal of Xubuntu:
sudo apt-get remove xubuntu-desktop xubuntu-artwork-usplashRemoval of Edubuntu:
sudo apt-get autoremove
sudo apt-get remove edubuntu edubuntu-artwork-usplashWant to switch from gdm to kdm or vice versa while having both installed?
sudo apt-get autoremove
sudo dpkg-reconfigure gdmIts not very hard to switch from one environment to another, and sometimes its easier to use the cd you have laying around and switch after install.
and select your preferred dm
or
sudo dpkg-reconfigure kdm
and select your preferred dm
Drawback
This is a great and simple method. There is a minor drawback with it though, that anyone attempting should be aware of.
When you upgrade to the next virgin of Ubuntu you may have your system fall to pieces because of unmatched dependencies, etc. Removing your previous environment’s packages is very prudent. I suspect that failure to do this is part of the reason why my Dapper to Edgy installation fell to pieces