problems reinstalling ubuntu-desktop and purging gnome completely

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












I purged gnome but when I'm at the login screen I can only log in with gnome: if I try to change shell everything is blank. Logging in with gnome lead to a black screen and I can't even open the terminal.



When running



sudo apt-get install ubuntu-desktop


I get the same results as this I tried those answers with no luck. I also tried all the solutions and various command lines here without finding a solution.



I would like to get the standard Ubuntu shell, I don't use unity.










share|improve this question





















  • What version of Ubuntu is this on? 17.10 and newer, the default shell is GNOME, so purging it won't help. Are you saying you're getting the stock GNOME rather than the Ubuntu modified GNOME?
    – dobey
    Mar 29 at 16:49










  • I'm on 16.04. Yes that's it, but I'm not getting either just a black screen and some icons
    – Emma T.
    Mar 29 at 22:19














up vote
0
down vote

favorite












I purged gnome but when I'm at the login screen I can only log in with gnome: if I try to change shell everything is blank. Logging in with gnome lead to a black screen and I can't even open the terminal.



When running



sudo apt-get install ubuntu-desktop


I get the same results as this I tried those answers with no luck. I also tried all the solutions and various command lines here without finding a solution.



I would like to get the standard Ubuntu shell, I don't use unity.










share|improve this question





















  • What version of Ubuntu is this on? 17.10 and newer, the default shell is GNOME, so purging it won't help. Are you saying you're getting the stock GNOME rather than the Ubuntu modified GNOME?
    – dobey
    Mar 29 at 16:49










  • I'm on 16.04. Yes that's it, but I'm not getting either just a black screen and some icons
    – Emma T.
    Mar 29 at 22:19












up vote
0
down vote

favorite









up vote
0
down vote

favorite











I purged gnome but when I'm at the login screen I can only log in with gnome: if I try to change shell everything is blank. Logging in with gnome lead to a black screen and I can't even open the terminal.



When running



sudo apt-get install ubuntu-desktop


I get the same results as this I tried those answers with no luck. I also tried all the solutions and various command lines here without finding a solution.



I would like to get the standard Ubuntu shell, I don't use unity.










share|improve this question













I purged gnome but when I'm at the login screen I can only log in with gnome: if I try to change shell everything is blank. Logging in with gnome lead to a black screen and I can't even open the terminal.



When running



sudo apt-get install ubuntu-desktop


I get the same results as this I tried those answers with no luck. I also tried all the solutions and various command lines here without finding a solution.



I would like to get the standard Ubuntu shell, I don't use unity.







16.04 gnome






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 29 at 15:16









Emma T.

11




11











  • What version of Ubuntu is this on? 17.10 and newer, the default shell is GNOME, so purging it won't help. Are you saying you're getting the stock GNOME rather than the Ubuntu modified GNOME?
    – dobey
    Mar 29 at 16:49










  • I'm on 16.04. Yes that's it, but I'm not getting either just a black screen and some icons
    – Emma T.
    Mar 29 at 22:19
















  • What version of Ubuntu is this on? 17.10 and newer, the default shell is GNOME, so purging it won't help. Are you saying you're getting the stock GNOME rather than the Ubuntu modified GNOME?
    – dobey
    Mar 29 at 16:49










  • I'm on 16.04. Yes that's it, but I'm not getting either just a black screen and some icons
    – Emma T.
    Mar 29 at 22:19















What version of Ubuntu is this on? 17.10 and newer, the default shell is GNOME, so purging it won't help. Are you saying you're getting the stock GNOME rather than the Ubuntu modified GNOME?
– dobey
Mar 29 at 16:49




What version of Ubuntu is this on? 17.10 and newer, the default shell is GNOME, so purging it won't help. Are you saying you're getting the stock GNOME rather than the Ubuntu modified GNOME?
– dobey
Mar 29 at 16:49












I'm on 16.04. Yes that's it, but I'm not getting either just a black screen and some icons
– Emma T.
Mar 29 at 22:19




I'm on 16.04. Yes that's it, but I'm not getting either just a black screen and some icons
– Emma T.
Mar 29 at 22:19










1 Answer
1






active

oldest

votes

















up vote
0
down vote



accepted










I was able to run sudo apt-get -f install after this:



 sudo apt-get update
sudo apt-get remove gnome-backgrounds
sudo apt-get remove --auto-remove gnome-backgrounds
sudo apt-get remove gnome-session
sudo apt-get autoremove
sudo apt-get update
sudo apt-get dist-upgrade





share|improve this answer




















    Your Answer







    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "89"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1020301%2fproblems-reinstalling-ubuntu-desktop-and-purging-gnome-completely%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote



    accepted










    I was able to run sudo apt-get -f install after this:



     sudo apt-get update
    sudo apt-get remove gnome-backgrounds
    sudo apt-get remove --auto-remove gnome-backgrounds
    sudo apt-get remove gnome-session
    sudo apt-get autoremove
    sudo apt-get update
    sudo apt-get dist-upgrade





    share|improve this answer
























      up vote
      0
      down vote



      accepted










      I was able to run sudo apt-get -f install after this:



       sudo apt-get update
      sudo apt-get remove gnome-backgrounds
      sudo apt-get remove --auto-remove gnome-backgrounds
      sudo apt-get remove gnome-session
      sudo apt-get autoremove
      sudo apt-get update
      sudo apt-get dist-upgrade





      share|improve this answer






















        up vote
        0
        down vote



        accepted







        up vote
        0
        down vote



        accepted






        I was able to run sudo apt-get -f install after this:



         sudo apt-get update
        sudo apt-get remove gnome-backgrounds
        sudo apt-get remove --auto-remove gnome-backgrounds
        sudo apt-get remove gnome-session
        sudo apt-get autoremove
        sudo apt-get update
        sudo apt-get dist-upgrade





        share|improve this answer












        I was able to run sudo apt-get -f install after this:



         sudo apt-get update
        sudo apt-get remove gnome-backgrounds
        sudo apt-get remove --auto-remove gnome-backgrounds
        sudo apt-get remove gnome-session
        sudo apt-get autoremove
        sudo apt-get update
        sudo apt-get dist-upgrade






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Apr 5 at 16:57









        Emma T.

        11




        11



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1020301%2fproblems-reinstalling-ubuntu-desktop-and-purging-gnome-completely%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            pylint3 and pip3 broken

            Missing snmpget and snmpwalk

            How to enroll fingerprints to Ubuntu 17.10 with VFS491