Results 1 to 10 of 10

Thread: i deleted the entire gui, what now

  1. #1
    Join Date
    Mar 2009
    Beans
    137
    Distro
    Ubuntu 10.04 Lucid Lynx

    i deleted the entire gui, what now

    I have been trying to get big desktop to work with a dual head ati graphics card. In doing so, I decided to uninstall via synaptec randr and when I executed this it pretty much uninstalled the entire system, jaunty 64. Now I am booting directly to the command line.

    Seriously, it is true I am an idiot and did this because I had previously installed a resolution switcher that I thought was conflicting with ATI catalyst controls but probably randr is a bigger deal, not that I would know. Any ideas on how to restore the system? I have hardy heron installed in another partition and the grub loade gives me lots of options so I am not totally out but I would like to make the reconfiguration of the system as easy as possible, if possible.

    Thanks,

    TR

  2. #2
    Join Date
    Jan 2007
    Beans
    1,634
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: i deleted the entire gui, what now

    Can you reinstall whatever it was you uninstalled?
    Don't forget to give thanks and mark your thread as solved

  3. #3
    Join Date
    Mar 2009
    Beans
    137
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: i deleted the entire gui, what now

    I have no clue, i marked a program for complete uninstallation and it went through the entire system. At this point I am backing up relevant information and getting to clean sweep. I think the better question is how to completely uninstall a kernal and make the new install?

  4. #4
    Join Date
    Jan 2007
    Beans
    1,634
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: i deleted the entire gui, what now

    I know a history is kept somewhere, but I'm not sure how to get to it without being able to open Synaptic. You could try googling to figure out how to view the history from the command line, so you can figure out what you uninstalled
    Don't forget to give thanks and mark your thread as solved

  5. #5
    Join Date
    Dec 2008
    Location
    United States
    Beans
    766
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: i deleted the entire gui, what now

    your booting in to the terminal right??? if so do a
    sudo synaptic that will get you to the package manager
    but with out knowing what you uninstalled i dont know
    anymore to tell you

  6. #6
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: i deleted the entire gui, what now

    I think you'll find a log of package activity in /var/log/dpkg.log . You can open this file when you boot into recovery mode with the command
    Code:
    nano /var/log/dpkg.log
    then hit Alt-/ to go to the end of the file. Hopefully from there you can see what commands you need to to reverse.

  7. #7
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: i deleted the entire gui, what now

    Quote Originally Posted by andrea000 View Post
    your booting in to the terminal right??? if so do a
    sudo synaptic that will get you to the package manager
    but with out knowing what you uninstalled i dont know
    anymore to tell you
    Synaptic requires a GUI to run, and it doesn't sound like the OP has a GUI.

  8. #8
    Join Date
    Jun 2007
    Location
    Paraparaumu, New Zealand
    Beans
    Hidden!

    Re: i deleted the entire gui, what now

    Something that might be worth a try at the command line is this:
    Code:
    sudo aptitude install ubuntu-desktop
    If things are not too badly broken, this should get a gui back for you.
    Forum DOs and DON'Ts
    Please use CODE tags
    Including your email address in a post is not recommended
    My Blog

  9. #9
    Join Date
    Apr 2006
    Beans
    265

    Re: i deleted the entire gui, what now

    sudo aptitude install ubuntu-desktop

    will install all of the packages required for a standard ubuntu install.

    When done you can exit and should reboot to the login screen.

    All needed packages should be installed and all of your old config should still be there.

    If this doesn't work then post back - you have probably installed a dodgy graphics driver.

  10. #10
    Join Date
    Dec 2005
    Location
    Western Australia
    Beans
    11,480
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: i deleted the entire gui, what now

    lisati and jacksaff are correct. Follow their suggestion, but before you do:

    Code:
    sudo rm /etc/X11/xorg.conf
    Just to make sure that when Xorg installs, it is installing completely fresh.
    I try to treat the cause, not the symptom. I avoid the terminal in instructions, unless it's easier or necessary. My instructions will work within the Ubuntu system, instead of breaking or subverting it. Those are the three guarantees to the helpee.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •