Announcement

Collapse
No announcement yet.

Help with KDE!

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

    Help with KDE!


    Help with KDE!
    So I decided to give Kubuntu a try and since I did I had some problems with my sound card (nothing major, but I want to go back to the pure Gnome Ubuntu). I tried the command located at this link http://www.psychocats.net/ubuntu/puregnome but ended up getting up an error in my terminal that read:

    Reading state information... 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.
    The following information may help resolve the situation:

    The following packages have unmet dependencies:
    libaccess-bridge-java : Depends: default-jre but it is not going to be installed or
    openjdk-6-jre but it is not going to be installed or
    sun-java6-jre but it is not going to be installed
    E: Broken packages

    I tried installing some of the stuff through the synaptic package manager but it appears Kubuntu is still there...

    (don't be offended by me not wanting to use Kubuntu, it seems great but not for me)

    This isn't the end of the world if I can't understand the KDE and go back to pure Gnome.. but if anyone has any suggestions it would be greatly appreciated.

    I'm running Ubuntu 10.10 and I tried the KDE uninstall from Gnome desktop.

    Thanks!

    #2
    Re: Help with KDE!

    I'll take a shot in the dark at the problem.

    Code:
    sudo apt-get autoremove --fix-broken
    Will this fix it or just make things worse? I don't honestly know.
    Welcome newbies!
    Verify the ISO
    Kubuntu's documentation

    Comment


      #3
      Re: Help with KDE!

      How about:

      Code:
      sudo apt-get remove kubuntu-desktop
      Followed by:

      Code:
      sudo apt-get install ubuntu-desktop
      Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

      Comment

      Working...
      X