Announcement

Collapse
No announcement yet.

uninstall ubuntu

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

    uninstall ubuntu

    I have two versions installed and want to uninstall ububtu
    what do I type on command line please

    #2
    Re: uninstall ubuntu

    In fact, you should erase partition with the install version you want to delete, then erase entries in grub list file...
    I think you should do this from the install you want to keep and be sure that grub is installed from this one...
    If you want to have more precise commands, you should post both /etc/fstab from both versions you have installed

    Comment


      #3
      Re: uninstall ubuntu

      both kubuntu and ubuntu are installed on same partition

      Comment


        #4
        Re: uninstall ubuntu

        So you would like to uninstall gnome ? that's it ?

        Comment


          #5
          Re: uninstall ubuntu

          yes thats correct

          Comment


            #6
            Re: uninstall ubuntu

            my guess is to use

            Code:
            sudo apt-get remove ubuntu-desktop

            Comment

            Working...
            X