LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-13-2009, 06:51 AM   #1
QueenZ
Member
 
Registered: Sep 2008
Distribution: openSUSE, Ubuntu
Posts: 373
Blog Entries: 2

Rep: Reputation: 32
Can't install KDE, i get this error..


I'm trying to install KDE with synaptic manager on ubuntu but i get this error every time.. What does it mean? Why can't i install? It installed a lot of things but some things it said it can't..

http://www.freeimagehosting.net/uploads/eb1fa0839e.jpg
 
Old 02-13-2009, 07:07 AM   #2
David the H.
Bash Guru
 
Registered: Jun 2004
Location: Osaka, Japan
Distribution: Arch + Xfce
Posts: 6,852

Rep: Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037
Seems pretty clear to me: "404 not found". For some reason synaptic can't find and download the packages you want to install.

Maybe your repository source list is wrong somewhere, or maybe there's some kind of server outage upstream and it can't send them to you or something.

One thing that sometimes happens is that when new packages get uploaded to the various server mirrors around the world, the filelist get updated immediately, but it takes a longer time for the actual package data itself to copy to the mirror. If you just wait a while and try again occasionally you might find that more and more package become available over time.

For reasons like this, I usually set synaptic to "download packages only" the first time around, and then only after I have all the package data downloaded do I turn it off to run the actuall update.
 
Old 02-13-2009, 07:16 AM   #3
QueenZ
Member
 
Registered: Sep 2008
Distribution: openSUSE, Ubuntu
Posts: 373

Original Poster
Blog Entries: 2

Rep: Reputation: 32
Hmmm.. maybe i need to update repository list? How can i do this in synaptic? I don't see any update buttons anywhere..
 
Old 02-13-2009, 07:17 AM   #4
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
If you go to the actual site referred to in the error messages the answer is clear - because the packages that synaptic is looking for aren't there. For example the first package on the list is:
jockey-common_0.5~beta3-0ubuntu6_all.deb but the package in the repo is called: jockey-common_0.5~beta3-0ubuntu6.1_all.deb. No wonder it can't find it. It's misnamed.
You probably need to run update on synaptic. It should be found in the "actions" menu (if synaptic has one). Life is some much simpler on the command line. ;-)
Cheers,
jdk

Last edited by jdkaye; 02-13-2009 at 07:19 AM.
 
Old 02-13-2009, 07:29 AM   #5
QueenZ
Member
 
Registered: Sep 2008
Distribution: openSUSE, Ubuntu
Posts: 373

Original Poster
Blog Entries: 2

Rep: Reputation: 32
Quote:
Originally Posted by jdkaye View Post
If you go to the actual site referred to in the error messages the answer is clear - because the packages that synaptic is looking for aren't there. For example the first package on the list is:
jockey-common_0.5~beta3-0ubuntu6_all.deb but the package in the repo is called: jockey-common_0.5~beta3-0ubuntu6.1_all.deb. No wonder it can't find it. It's misnamed.
You probably need to run update on synaptic. It should be found in the "actions" menu (if synaptic has one). Life is some much simpler on the command line. ;-)
Cheers,
jdk
Oh yeah.. you are so right about that one

I ran sudo apt-get update
Then sudo apt-get install kubuntu-desktop

and it seems to be intalling fine so far.. YAY!!!
 
Old 02-13-2009, 07:30 AM   #6
QueenZ
Member
 
Registered: Sep 2008
Distribution: openSUSE, Ubuntu
Posts: 373

Original Poster
Blog Entries: 2

Rep: Reputation: 32
btw, it asked me for some kind of manager kdm / gdm which one to choose??
 
Old 02-13-2009, 07:43 AM   #7
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Quote:
Originally Posted by QueenZ View Post
btw, it asked me for some kind of manager kdm / gdm which one to choose??
Whichever one you like They both work fine. I use kdm but linux is about being free to do what you like. You can try both and then stick with the one you like.
enjoy!
BTW, you might want to try aptitude instead of apt-get. I bet you'll like it more.
jdk

Last edited by jdkaye; 02-13-2009 at 07:45 AM.
 
Old 02-13-2009, 07:45 AM   #8
QueenZ
Member
 
Registered: Sep 2008
Distribution: openSUSE, Ubuntu
Posts: 373

Original Poster
Blog Entries: 2

Rep: Reputation: 32
I don't even know what they are and what's the difference between them.. Can you tell me?
 
Old 02-13-2009, 07:54 AM   #9
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Quote:
Originally Posted by QueenZ View Post
I don't even know what they are and what's the difference between them.. Can you tell me?
They are display managers (hence the ___dm in the name). When your X-server first starts, these are the guys that give you the splash screen and the place to login; the first graphics bit that you see on bootup. If you're ever curious about what a package does, try
Code:
aptitude show [package name]
on the command line. It will give you a quick synopsis of the package including what it does.
The difference between gdm and kdm is mainly cosmetic. Their functionality is pretty much the same.
Cheers,
jdk

Last edited by jdkaye; 02-13-2009 at 07:56 AM.
 
Old 02-13-2009, 09:43 AM   #10
David the H.
Bash Guru
 
Registered: Jun 2004
Location: Osaka, Japan
Distribution: Arch + Xfce
Posts: 6,852

Rep: Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037
kdm is the login manager of the kde desktop, and gdm is the manager of the gnome desktop. They both do the same thing, but only one of them can be used at a time. You should probably choose the one from the desktop environment you intend to use most often, because the easiest way to configure them is through their respective control centers. But you can choose whichever one you want, and it's possible to switch them later if you want to.

By the way, the synaptic "reload" is the same as running "apt-get update". Synaptic is mostly just a front-end for apt, as is aptitude, though there are some differences in package tracking and management between them.
 
Old 02-14-2009, 12:07 PM   #11
QueenZ
Member
 
Registered: Sep 2008
Distribution: openSUSE, Ubuntu
Posts: 373

Original Poster
Blog Entries: 2

Rep: Reputation: 32
OK thanks!

OK, so i did sudo apt-get install kubuntu-desktop and guess what, it installed KDE 4.1 but i wanted KDE 4.2 How can i upgrade now?
 
Old 02-14-2009, 12:15 PM   #12
DragonSlayer48DX
Registered User
 
Registered: Dec 2006
Posts: 1,454
Blog Entries: 1

Rep: Reputation: 75
Quote:
Originally Posted by QueenZ View Post
OK thanks!

OK, so i did sudo apt-get install kubuntu-desktop and guess what, it installed KDE 4.1 but i wanted KDE 4.2 How can i upgrade now?
The safest way is to wait for the distro maintainers to upgrade for you. It will come as an automatic update, probably very soon.

"sudo apt-get install" gets the newest version available in the repos.

Cheers

Last edited by DragonSlayer48DX; 02-14-2009 at 12:17 PM.
 
Old 02-14-2009, 12:33 PM   #13
QueenZ
Member
 
Registered: Sep 2008
Distribution: openSUSE, Ubuntu
Posts: 373

Original Poster
Blog Entries: 2

Rep: Reputation: 32
Oh.. right i haven't installed any updates for a while now.. that could be the problem.. thanks
 
  


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
Error when install Kde 4.1.3 from source Pode Slackware 13 01-07-2009 02:46 AM
KDE install error. Lenny420 Linux - Software 1 06-20-2005 07:08 AM
Getting error when trying to install KDE rpm!!! gidude Linux - Newbie 9 04-13-2004 11:41 AM
RH8 apt-get KDE 3.1.2 install error phatcher Linux - Software 2 09-28-2003 01:16 PM
KDE 3.1.2 Install Error (With Konstruct) and Visual Desktop Error KneeLess Linux - Software 0 06-04-2003 03:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:39 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