Announcement

Collapse
No announcement yet.

[SOLVED] KDE messed up. Installing possible from Live CD?

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

    [SOLVED] KDE messed up. Installing possible from Live CD?

    I let a friend play around on my pc for a while and somehow we managed to wipe out kde while trying to "upgrade" to some obscure edition of Kubuntu.
    Now I'm using the live cd. Is there any way I can reinstall KDE from here without having to reinstall the whole OS?

    Thanks,
    ElWray
    Core 2 Quad Q6600<br />4 GB RAM<br />GeForce 9800 GTX<br />Hitachi Deskstar 1TB<br />Seagate 250 GB<br /><br />Triple-booting Gentoo, Crunchbang &amp; Windows 7

    #2
    Re: KDE messed up. Installing possible from Live CD?

    If is only KDE that got trashed, you should be able to reinstall it.

    Ctrl-Alt-F1 to the CLI, and log in there.

    Code:
    sudo service kdm stop
    
    sudo apt-get update
    
    sudo apt-get dist-upgrade
    
    sudo apt-get install --reinstall kubuntu-desktop
    
    sudo service kdm start
    and you should get the login greeter.

    Comment


      #3
      Re: KDE messed up. Installing possible from Live CD?

      Yes! It worked.

      Thanks a lot!
      ElWray
      Core 2 Quad Q6600<br />4 GB RAM<br />GeForce 9800 GTX<br />Hitachi Deskstar 1TB<br />Seagate 250 GB<br /><br />Triple-booting Gentoo, Crunchbang &amp; Windows 7

      Comment

      Working...
      X