Results 1 to 7 of 7
I have downloaded Ubuntu. Kubuntu & Ubuntu and installed Ubuntu. Is there any way to install KDE and other programs like kaffeine, k3b from the Kubutu CD also Xfcee environment ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-21-2006 #1Just Joined!
- Join Date
- Jun 2006
- Posts
- 15
Installing Applications from Kubutu & Xubuntu CDs in Ubuntu
I have downloaded Ubuntu. Kubuntu & Ubuntu and installed Ubuntu. Is there any way to install KDE and other programs like kaffeine, k3b from the Kubutu CD also Xfcee environment and programs in Xubutu CD to my Ubuntu system.
- 06-21-2006 #2
I believe there is a way to do this. You'll need to point apt-get to those CDs as one of its sources. I'm not positive (antidrugue might be of more help) but I think you just insert the CD you want and run apt-config or apt-setup, and tell it to look for the CD.
Registered Linux user #270181
TechieMoe's Tech Rants
- 06-22-2006 #3Just Joined!
- Join Date
- Apr 2006
- Posts
- 97
If you'd prefer to get all the latest versions, you can add the online apt sources. You could pretty much copy every line in /etc/apt/sources.list and replace "ubuntu" with "kubuntu" or "xubuntu".
Eg:
Code:deb http://au.archive.ubuntu.com/ubuntu breezy main restricted deb http://au.archive.ubuntu.com/kubuntu breezy main restricted deb http://au.archive.ubuntu.com/xubuntu breezy main restricted
- 06-22-2006 #4
Are you without an internet connection? If so, yes, you can use the Alternate CDs (not the Desktop CDs) as repository sources for installing software.
for example.Code:sudo apt-cdrom add sudo aptitude update sudo aptitude install k3b kaffeine
If you have an internet connection, just get the right repositories and thenRead more about installing software here: http://www.monkeyblog.org/ubuntu/installingCode:sudo aptitude update sudo aptitude install k3b kaffeine
- 06-22-2006 #5Just Joined!
- Join Date
- Jun 2006
- Posts
- 15
What is an Alternate CD? Is that the kubutu/xubuntu installation CD? I am using ubuntu 6.06. If it is a separate package CD where can I find one? Is it available for download?
- 06-22-2006 #6Just Joined!
- Join Date
- Apr 2006
- Posts
- 97
The Alternate CD is different from the usual install disc. It is required if you want to upgrade from a previous distribution, I think the idea is that it gives you more control over what you install. You can find them in the normal place:
http://www.ubuntu.com/download
Just click on your favourite mirror, you'll see the Alternate CD isos listed. Then you can mount or burn the CD and use
Code:sudo apt-cdrom add
- 06-22-2006 #7Just Joined!
- Join Date
- Jun 2006
- Posts
- 15
Thanks I am downloading the alternate CDs. Will try using the method. And sucessss!!. Thanks a lot


Reply With Quote
