how to repair or reinstall kde noen with live-boot

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











up vote
0
down vote

favorite












i am using kde-neon. today i wanted to uninstall vlc and i used this command:



sudo apt-get autoremove --purge vlc


so os borke :) and now i cant log in to my desktop (log in page don't show and it is balck)



i tryed to reinstall kde-desktop by alt+ctrl+f1 (command line page) but i'm not connected to wifi and i can't fix it



now how can I connect to wifi in command line or reinstall kde-desktop or kde-neon with live-boot?



if i want to install windows10 or another distro how i can save my files that was saved in home directory?










share|improve this question



























    up vote
    0
    down vote

    favorite












    i am using kde-neon. today i wanted to uninstall vlc and i used this command:



    sudo apt-get autoremove --purge vlc


    so os borke :) and now i cant log in to my desktop (log in page don't show and it is balck)



    i tryed to reinstall kde-desktop by alt+ctrl+f1 (command line page) but i'm not connected to wifi and i can't fix it



    now how can I connect to wifi in command line or reinstall kde-desktop or kde-neon with live-boot?



    if i want to install windows10 or another distro how i can save my files that was saved in home directory?










    share|improve this question

























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      i am using kde-neon. today i wanted to uninstall vlc and i used this command:



      sudo apt-get autoremove --purge vlc


      so os borke :) and now i cant log in to my desktop (log in page don't show and it is balck)



      i tryed to reinstall kde-desktop by alt+ctrl+f1 (command line page) but i'm not connected to wifi and i can't fix it



      now how can I connect to wifi in command line or reinstall kde-desktop or kde-neon with live-boot?



      if i want to install windows10 or another distro how i can save my files that was saved in home directory?










      share|improve this question















      i am using kde-neon. today i wanted to uninstall vlc and i used this command:



      sudo apt-get autoremove --purge vlc


      so os borke :) and now i cant log in to my desktop (log in page don't show and it is balck)



      i tryed to reinstall kde-desktop by alt+ctrl+f1 (command line page) but i'm not connected to wifi and i can't fix it



      now how can I connect to wifi in command line or reinstall kde-desktop or kde-neon with live-boot?



      if i want to install windows10 or another distro how i can save my files that was saved in home directory?







      kde kde-neon






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Sep 11 at 20:16









      Rui F Ribeiro

      36.8k1273117




      36.8k1273117










      asked Sep 11 at 6:22









      Javad Farokhi

      31




      31




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote



          accepted










          In order to connect to Wifi You can follow the following answer on SE:



          Connecting to wifi network through command line



          Then You should be able to reinstall KDE.



          Also, in order to deinstall VLC You could use



          sudo apt purge VLC


          or



          sudo apt-get purge VLC


          The command according to man page:



          sudo apt-get autoremove



          autoremove is used to remove packages that were automatically installed to satisfy dependencies for other
          packages and are now no longer needed as dependencies changed or the package(s) needing them were removed in the
          meantime.



          You should check that the list does not include applications you have grown to like even though they were once
          installed just as a dependency of another package. You can mark such a package as manually installed by using
          apt-mark(8). Packages which you have installed explicitly via install are also never proposed for automatic
          removal.







          share|improve this answer




















            Your Answer







            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "106"
            ;
            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: false,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            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%2funix.stackexchange.com%2fquestions%2f468175%2fhow-to-repair-or-reinstall-kde-noen-with-live-boot%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










            In order to connect to Wifi You can follow the following answer on SE:



            Connecting to wifi network through command line



            Then You should be able to reinstall KDE.



            Also, in order to deinstall VLC You could use



            sudo apt purge VLC


            or



            sudo apt-get purge VLC


            The command according to man page:



            sudo apt-get autoremove



            autoremove is used to remove packages that were automatically installed to satisfy dependencies for other
            packages and are now no longer needed as dependencies changed or the package(s) needing them were removed in the
            meantime.



            You should check that the list does not include applications you have grown to like even though they were once
            installed just as a dependency of another package. You can mark such a package as manually installed by using
            apt-mark(8). Packages which you have installed explicitly via install are also never proposed for automatic
            removal.







            share|improve this answer
























              up vote
              0
              down vote



              accepted










              In order to connect to Wifi You can follow the following answer on SE:



              Connecting to wifi network through command line



              Then You should be able to reinstall KDE.



              Also, in order to deinstall VLC You could use



              sudo apt purge VLC


              or



              sudo apt-get purge VLC


              The command according to man page:



              sudo apt-get autoremove



              autoremove is used to remove packages that were automatically installed to satisfy dependencies for other
              packages and are now no longer needed as dependencies changed or the package(s) needing them were removed in the
              meantime.



              You should check that the list does not include applications you have grown to like even though they were once
              installed just as a dependency of another package. You can mark such a package as manually installed by using
              apt-mark(8). Packages which you have installed explicitly via install are also never proposed for automatic
              removal.







              share|improve this answer






















                up vote
                0
                down vote



                accepted







                up vote
                0
                down vote



                accepted






                In order to connect to Wifi You can follow the following answer on SE:



                Connecting to wifi network through command line



                Then You should be able to reinstall KDE.



                Also, in order to deinstall VLC You could use



                sudo apt purge VLC


                or



                sudo apt-get purge VLC


                The command according to man page:



                sudo apt-get autoremove



                autoremove is used to remove packages that were automatically installed to satisfy dependencies for other
                packages and are now no longer needed as dependencies changed or the package(s) needing them were removed in the
                meantime.



                You should check that the list does not include applications you have grown to like even though they were once
                installed just as a dependency of another package. You can mark such a package as manually installed by using
                apt-mark(8). Packages which you have installed explicitly via install are also never proposed for automatic
                removal.







                share|improve this answer












                In order to connect to Wifi You can follow the following answer on SE:



                Connecting to wifi network through command line



                Then You should be able to reinstall KDE.



                Also, in order to deinstall VLC You could use



                sudo apt purge VLC


                or



                sudo apt-get purge VLC


                The command according to man page:



                sudo apt-get autoremove



                autoremove is used to remove packages that were automatically installed to satisfy dependencies for other
                packages and are now no longer needed as dependencies changed or the package(s) needing them were removed in the
                meantime.



                You should check that the list does not include applications you have grown to like even though they were once
                installed just as a dependency of another package. You can mark such a package as manually installed by using
                apt-mark(8). Packages which you have installed explicitly via install are also never proposed for automatic
                removal.








                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Sep 11 at 7:31









                Piotr Sawicki

                516




                516



























                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f468175%2fhow-to-repair-or-reinstall-kde-noen-with-live-boot%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    How to check contact read email or not when send email to Individual?

                    Bahrain

                    Postfix configuration issue with fips on centos 7; mailgun relay