LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 12-21-2008, 11:39 PM   #1
jestinjoy
Member
 
Registered: May 2004
Location: India
Distribution: Ubuntu 9.04, Debian Lenny
Posts: 121

Rep: Reputation: 22
installing kubuntu on ubuntu using cd?


I have installed ubuntu 8.1 on my system. I tried installing kubuntu on ubuntu using kubuntu CD. But it didnt work.....please help the commands I followed are given below...........


Quote:
root@jestinjoy-desktop:/home/jestinjoy# apt-cdrom add
Using CD-ROM mount point /cdrom/
Unmounting CD-ROM
Waiting for disc...
Please insert a Disc in the drive and press enter
Mounting CD-ROM...
Identifying.. [27b27dcec05824d0e2cf35487540bd1a-2]
Scanning disc for index files..
Found 2 package indexes, 0 source indexes, 0 translation indexes and 1 signatures
This disc is called:
'Kubuntu 8.10 _Intrepid Ibex_ - Release i386 (20081029.1)'
Copying package lists...gpgv: Signature made Thursday 30 October 2008 03:58:55 AM IST using DSA key ID FBB75451
gpgv: Good signature from "Ubuntu CD Image Automatic Signing Key <cdimage@ubuntu.com>"
Reading Package Indexes... Done
Writing new source list
Source list entries for this disc are:
deb cdrom:[Kubuntu 8.10 _Intrepid Ibex_ - Release i386 (20081029.1)]/ intrepid main restricted
Unmounting CD-ROM...
Repeat this process for the rest of the CDs in your set.
W: Skipping non-exisiting file /cdrom/dists/intrepid/main/binary-i386/Packages
W: Skipping non-exisiting file /cdrom/dists/intrepid/restricted/binary-i386/Packages
root@jestinjoy-desktop:/home/jestinjoy# apt-get install kubuntu-desktop
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package kubuntu-desktop
 
Old 12-22-2008, 12:37 AM   #2
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Quote:
I have installed ubuntu 8.1 on my system
That would be 8.10 - eight point ten. It's the date of release.

You'll notice a conflict between math and lit when it comes to decimal point notation. Authors have no trouble with section numbers which go

1.1, 1.2, 1.3, ..., 1.8, 1.9, 1.10, 1.11 ...

In math, 1.1 = 1.10 and 1.11 < 1.2 ... but not all disciplines see it that way. To be fair on Mark, they do put the leading zeros in the release dates so that the April release is 8.04 and not 8.4.

Quote:
Unmounting CD-ROM...
Repeat this process for the rest of the CDs in your set.
W: Skipping non-exisiting file /cdrom/dists/intrepid/main/binary-i386/Packages
W: Skipping non-exisiting file /cdrom/dists/intrepid/restricted/binary-i386/Packages
root@jestinjoy-desktop:/home/jestinjoy# apt-get install kubuntu-desktop
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package kubuntu-desktop
I notice that the CDROM was unmounted by apt-add, did you mount it again before the apt-get command?

Last edited by Simon Bridge; 12-22-2008 at 12:43 AM.
 
Old 12-22-2008, 12:53 AM   #3
htnakirs
Member
 
Registered: Mar 2007
Posts: 239

Rep: Reputation: 34
Are you sure the package name is "kubuntu-desktop"?
 
Old 12-22-2008, 04:22 AM   #4
DragonSlayer48DX
Registered User
 
Registered: Dec 2006
Posts: 1,454
Blog Entries: 1

Rep: Reputation: 75
Quote:
Originally Posted by htnakirs View Post
Are you sure the package name is "kubuntu-desktop"?
I'll verify that-

Quote:
apt-get install kubuntu-desktop
is correct for installing the kdm on Ubuntu, prefixed with "sudo" if not logged in as root.

I agree with Simon- the first thing I noticed was the cd was unmounted...
 
Old 12-22-2008, 06:02 AM   #5
jestinjoy
Member
 
Registered: May 2004
Location: India
Distribution: Ubuntu 9.04, Debian Lenny
Posts: 121

Original Poster
Rep: Reputation: 22
Unhappy re

I tried mounting the cdrom(After executing "apt-cdrom add" command)
.........but still get the same error message........is there anything wrong with my cdrom mounting?

Quote:
root@jestinjoy-desktop:/home/jestinjoy# mount /dev/cdrom
mount: block device /dev/scd0 is write-protected, mounting read-only
root@jestinjoy-desktop:/home/jestinjoy# apt-get install kubuntu-desktop
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package kubuntu-desktop
 
Old 12-23-2008, 10:25 PM   #6
jestinjoy
Member
 
Registered: May 2004
Location: India
Distribution: Ubuntu 9.04, Debian Lenny
Posts: 121

Original Poster
Rep: Reputation: 22
Unhappy RE

iS IT BECAUSE install command couldnt find the CD?
 
Old 12-24-2008, 05:02 AM   #7
DragonSlayer48DX
Registered User
 
Registered: Dec 2006
Posts: 1,454
Blog Entries: 1

Rep: Reputation: 75
Are you using the Kubuntu Desktop installation CD?

The only thing meaningful I could find on the issue is here, and it says this:

Quote:
First though, it's important that you have the Kubuntu Alternate CD,
not the Desktop CD. This is because the Desktop CD is a LiveCD system
and doesn't contain very many .debs at all. The Alternate CDs have all
the needed .debs on them so that's what you want to use in general if
you are upgrading to a new release or installing packages from CD.
Beyond that, I can only say that a quick search on a live CD with the GUI "Software Sources" showed no installable packages...
 
Old 12-24-2008, 09:11 PM   #8
jestinjoy
Member
 
Registered: May 2004
Location: India
Distribution: Ubuntu 9.04, Debian Lenny
Posts: 121

Original Poster
Rep: Reputation: 22
Thumbs up re

Thanks for the information
 
Old 12-24-2008, 10:37 PM   #9
jglen490
Member
 
Registered: Apr 2002
Location: The next brick house on the right.
Distribution: Kubuntu 18.04, Bodhi 5.0
Posts: 691

Rep: Reputation: 45
Don't use the CD to install the Kubuntu desktop on Ubuntu. Use apt-get or synaptic to get the desktop package from the repos.
 
Old 12-25-2008, 01:59 PM   #10
Duck2006
Member
 
Registered: Sep 2006
Distribution: Ubuntu 8.04 Hardy Heron LST
Posts: 346

Rep: Reputation: 33
http://www.psychocats.net/ubuntu/kde
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing kubuntu on ubuntu with kubuntu CD coolblue Ubuntu 6 06-30-2008 10:53 AM
How to uninstall Kubuntu for Ubuntu installing ChuritoMax Linux - Newbie 7 06-12-2008 03:37 AM
not installing ubuntu 7.1 or kubuntu amalgam Linux - Newbie 12 11-14-2007 02:24 AM
Installing stuff on Ubuntu/KUbuntu FunkyChicken Linux - Software 9 03-07-2007 08:51 AM
Installing kubuntu on ubuntu with kubuntu CD coolblue Linux - Newbie 1 07-12-2005 01:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 01:12 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration