Announcement

Collapse
No announcement yet.

kubuntu installation in ubuntu

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    kubuntu installation in ubuntu

    Hi

    I want to install Kubuntu on 1GHz P3 with Ubuntu installed through the alternate cd, but I receive the following error when trying to install kubuntu-desktop or kde package:
    Code:
    svetlin@svemar:~$ sudo apt-get install kubuntu-desktop
    Reading package lists... Done
    Building dependency tree... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    
    Since you only requested a single operation it is extremely likely that
    the package is simply not installable and a bug report against
    that package should be filed.
    The following information may help to resolve the situation:
    
    The following packages have unmet dependencies:
      kubuntu-desktop: Depends: language-selector-qt but it is not going to be installed
    E: Broken packages
    svetlin@svemar:~$ sudo apt-get install kde
    Reading package lists... Done
    Building dependency tree... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    
    Since you only requested a single operation it is extremely likely that
    the package is simply not installable and a bug report against
    that package should be filed.
    The following information may help to resolve the situation:
    
    The following packages have unmet dependencies:
      kde: Depends: kdesdk but it is not going to be installed
    E: Broken packages
    There's no problem installing kde-core.
    Any help?

    #2
    Re: kubuntu installation in ubuntu

    kubuntu-desktop: Depends: language-selector-qt but it is not going to be installed
    E: Broken packages

    Try
    Code:
    sudo apt-get install language-selector-qt
    It's a dependency. You MUST have that file otherwise the package will not be installed. The dependency for installing KDE in your second situation is kdesdk, so you can apt-get that package too. A possible reason this is happening, is because your repositories aren't enabled. In /etc/apt/sources.list you can uncomment repositories, then type
    Code:
    sudo apt-get update
    then try reinstalling kubuntu-desktop.

    Will

    Comment


      #3
      Re: kubuntu installation in ubuntu

      Maybe connected to this?
      http://kubuntuforums.net/forums/index.php?topic=8446.0

      Seems there is a dependency problem with language-selector-qt, which I'm sure will be corrected soon (if it hasn't been already)

      Comment

      Working...
      X