how to install gui for debian












4














I have installed debian in my old computer(extremely slow) with minimal installation. It is showing me terminal. I tried installing GUI as follows:



 $apt-get update  //done successfully
$apt-get install x-window-system-core gdm


It is showing is me error saying that: Unable to locate x-window-system-core and unable to locate gdm. Please anyone help me as soon as possible










share|improve this question






















  • I think it is not connecting to ethernet. I tried pinging google it is saying unknown host.
    – rahul.tapali
    Nov 18 '12 at 9:46


















4














I have installed debian in my old computer(extremely slow) with minimal installation. It is showing me terminal. I tried installing GUI as follows:



 $apt-get update  //done successfully
$apt-get install x-window-system-core gdm


It is showing is me error saying that: Unable to locate x-window-system-core and unable to locate gdm. Please anyone help me as soon as possible










share|improve this question






















  • I think it is not connecting to ethernet. I tried pinging google it is saying unknown host.
    – rahul.tapali
    Nov 18 '12 at 9:46
















4












4








4


2





I have installed debian in my old computer(extremely slow) with minimal installation. It is showing me terminal. I tried installing GUI as follows:



 $apt-get update  //done successfully
$apt-get install x-window-system-core gdm


It is showing is me error saying that: Unable to locate x-window-system-core and unable to locate gdm. Please anyone help me as soon as possible










share|improve this question













I have installed debian in my old computer(extremely slow) with minimal installation. It is showing me terminal. I tried installing GUI as follows:



 $apt-get update  //done successfully
$apt-get install x-window-system-core gdm


It is showing is me error saying that: Unable to locate x-window-system-core and unable to locate gdm. Please anyone help me as soon as possible







linux debian gui






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 18 '12 at 9:39









rahul.tapali

133114




133114












  • I think it is not connecting to ethernet. I tried pinging google it is saying unknown host.
    – rahul.tapali
    Nov 18 '12 at 9:46




















  • I think it is not connecting to ethernet. I tried pinging google it is saying unknown host.
    – rahul.tapali
    Nov 18 '12 at 9:46


















I think it is not connecting to ethernet. I tried pinging google it is saying unknown host.
– rahul.tapali
Nov 18 '12 at 9:46






I think it is not connecting to ethernet. I tried pinging google it is saying unknown host.
– rahul.tapali
Nov 18 '12 at 9:46












3 Answers
3






active

oldest

votes


















4














The package in debian for the x window system is called "xserver-xorg-core", not "x-window-system-core" which would be your problem.



So you would install it with:
apt-get install xserver-xorg-core gdm.



If you want your system to be light-weight I wouldn't go for GDM as a display manager as it really isn't very light. I'd suggest either LightDM or SLiM instead.



Lastly, you'll probably also want a Window Manager as the xserver on its own only gives you the windows, nothing more. An example of a light-weight window manager is Openbox.



See the debian wiki for details and examples:



http://wiki.debian.org/DisplayManager



http://wiki.debian.org/WindowManager



http://wiki.debian.org/Xorg






share|improve this answer





























    10














    To install GUI (Graphical User Interface) for debian



    Gnome



    # apt-get install aptitude tasksel
    # tasksel install gnome-desktop --new-install


    KDE



    # apt-get install kde-standard


    XFCE



    # apt-get install xfce4 xfce4-goodies thunar-archive-plugin


    There are more options to choose from this page http://namhuy.net/1085/install-gui-on-debian-7-wheezy.html






    share|improve this answer





























      1














      Just replace your previous second command or line with this one:



      Previous commands:



      $apt-get update
      $apt-get install x-window-system-core gdm


      New working commands:



      $apt-get update
      $apt-get install x-window-system-core gdm3





      share|improve this answer























        Your Answer








        StackExchange.ready(function() {
        var channelOptions = {
        tags: "".split(" "),
        id: "3"
        };
        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',
        autoActivateHeartbeat: false,
        convertImagesToLinks: true,
        noModals: true,
        showLowRepImageUploadWarning: true,
        reputationToPostImages: 10,
        bindNavPrevention: true,
        postfix: "",
        imageUploader: {
        brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
        contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
        allowUrls: true
        },
        onDemand: true,
        discardSelector: ".discard-answer"
        ,immediatelyShowMarkdownHelp:true
        });


        }
        });














        draft saved

        draft discarded


















        StackExchange.ready(
        function () {
        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f507241%2fhow-to-install-gui-for-debian%23new-answer', 'question_page');
        }
        );

        Post as a guest















        Required, but never shown

























        3 Answers
        3






        active

        oldest

        votes








        3 Answers
        3






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes









        4














        The package in debian for the x window system is called "xserver-xorg-core", not "x-window-system-core" which would be your problem.



        So you would install it with:
        apt-get install xserver-xorg-core gdm.



        If you want your system to be light-weight I wouldn't go for GDM as a display manager as it really isn't very light. I'd suggest either LightDM or SLiM instead.



        Lastly, you'll probably also want a Window Manager as the xserver on its own only gives you the windows, nothing more. An example of a light-weight window manager is Openbox.



        See the debian wiki for details and examples:



        http://wiki.debian.org/DisplayManager



        http://wiki.debian.org/WindowManager



        http://wiki.debian.org/Xorg






        share|improve this answer


























          4














          The package in debian for the x window system is called "xserver-xorg-core", not "x-window-system-core" which would be your problem.



          So you would install it with:
          apt-get install xserver-xorg-core gdm.



          If you want your system to be light-weight I wouldn't go for GDM as a display manager as it really isn't very light. I'd suggest either LightDM or SLiM instead.



          Lastly, you'll probably also want a Window Manager as the xserver on its own only gives you the windows, nothing more. An example of a light-weight window manager is Openbox.



          See the debian wiki for details and examples:



          http://wiki.debian.org/DisplayManager



          http://wiki.debian.org/WindowManager



          http://wiki.debian.org/Xorg






          share|improve this answer
























            4












            4








            4






            The package in debian for the x window system is called "xserver-xorg-core", not "x-window-system-core" which would be your problem.



            So you would install it with:
            apt-get install xserver-xorg-core gdm.



            If you want your system to be light-weight I wouldn't go for GDM as a display manager as it really isn't very light. I'd suggest either LightDM or SLiM instead.



            Lastly, you'll probably also want a Window Manager as the xserver on its own only gives you the windows, nothing more. An example of a light-weight window manager is Openbox.



            See the debian wiki for details and examples:



            http://wiki.debian.org/DisplayManager



            http://wiki.debian.org/WindowManager



            http://wiki.debian.org/Xorg






            share|improve this answer












            The package in debian for the x window system is called "xserver-xorg-core", not "x-window-system-core" which would be your problem.



            So you would install it with:
            apt-get install xserver-xorg-core gdm.



            If you want your system to be light-weight I wouldn't go for GDM as a display manager as it really isn't very light. I'd suggest either LightDM or SLiM instead.



            Lastly, you'll probably also want a Window Manager as the xserver on its own only gives you the windows, nothing more. An example of a light-weight window manager is Openbox.



            See the debian wiki for details and examples:



            http://wiki.debian.org/DisplayManager



            http://wiki.debian.org/WindowManager



            http://wiki.debian.org/Xorg







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Nov 18 '12 at 11:01









            yzfr1

            133118




            133118

























                10














                To install GUI (Graphical User Interface) for debian



                Gnome



                # apt-get install aptitude tasksel
                # tasksel install gnome-desktop --new-install


                KDE



                # apt-get install kde-standard


                XFCE



                # apt-get install xfce4 xfce4-goodies thunar-archive-plugin


                There are more options to choose from this page http://namhuy.net/1085/install-gui-on-debian-7-wheezy.html






                share|improve this answer


























                  10














                  To install GUI (Graphical User Interface) for debian



                  Gnome



                  # apt-get install aptitude tasksel
                  # tasksel install gnome-desktop --new-install


                  KDE



                  # apt-get install kde-standard


                  XFCE



                  # apt-get install xfce4 xfce4-goodies thunar-archive-plugin


                  There are more options to choose from this page http://namhuy.net/1085/install-gui-on-debian-7-wheezy.html






                  share|improve this answer
























                    10












                    10








                    10






                    To install GUI (Graphical User Interface) for debian



                    Gnome



                    # apt-get install aptitude tasksel
                    # tasksel install gnome-desktop --new-install


                    KDE



                    # apt-get install kde-standard


                    XFCE



                    # apt-get install xfce4 xfce4-goodies thunar-archive-plugin


                    There are more options to choose from this page http://namhuy.net/1085/install-gui-on-debian-7-wheezy.html






                    share|improve this answer












                    To install GUI (Graphical User Interface) for debian



                    Gnome



                    # apt-get install aptitude tasksel
                    # tasksel install gnome-desktop --new-install


                    KDE



                    # apt-get install kde-standard


                    XFCE



                    # apt-get install xfce4 xfce4-goodies thunar-archive-plugin


                    There are more options to choose from this page http://namhuy.net/1085/install-gui-on-debian-7-wheezy.html







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Oct 20 '13 at 16:41









                    THOMSON

                    10112




                    10112























                        1














                        Just replace your previous second command or line with this one:



                        Previous commands:



                        $apt-get update
                        $apt-get install x-window-system-core gdm


                        New working commands:



                        $apt-get update
                        $apt-get install x-window-system-core gdm3





                        share|improve this answer




























                          1














                          Just replace your previous second command or line with this one:



                          Previous commands:



                          $apt-get update
                          $apt-get install x-window-system-core gdm


                          New working commands:



                          $apt-get update
                          $apt-get install x-window-system-core gdm3





                          share|improve this answer


























                            1












                            1








                            1






                            Just replace your previous second command or line with this one:



                            Previous commands:



                            $apt-get update
                            $apt-get install x-window-system-core gdm


                            New working commands:



                            $apt-get update
                            $apt-get install x-window-system-core gdm3





                            share|improve this answer














                            Just replace your previous second command or line with this one:



                            Previous commands:



                            $apt-get update
                            $apt-get install x-window-system-core gdm


                            New working commands:



                            $apt-get update
                            $apt-get install x-window-system-core gdm3






                            share|improve this answer














                            share|improve this answer



                            share|improve this answer








                            edited Nov 11 '14 at 9:29









                            Tim Radcliffe

                            709416




                            709416










                            answered Nov 11 '14 at 7:22









                            Bob

                            111




                            111






























                                draft saved

                                draft discarded




















































                                Thanks for contributing an answer to Super User!


                                • Please be sure to answer the question. Provide details and share your research!

                                But avoid



                                • Asking for help, clarification, or responding to other answers.

                                • Making statements based on opinion; back them up with references or personal experience.


                                To learn more, see our tips on writing great answers.





                                Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                                Please pay close attention to the following guidance:


                                • Please be sure to answer the question. Provide details and share your research!

                                But avoid



                                • Asking for help, clarification, or responding to other answers.

                                • Making statements based on opinion; back them up with references or personal experience.


                                To learn more, see our tips on writing great answers.




                                draft saved


                                draft discarded














                                StackExchange.ready(
                                function () {
                                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f507241%2fhow-to-install-gui-for-debian%23new-answer', 'question_page');
                                }
                                );

                                Post as a guest















                                Required, but never shown





















































                                Required, but never shown














                                Required, but never shown












                                Required, but never shown







                                Required, but never shown

































                                Required, but never shown














                                Required, but never shown












                                Required, but never shown







                                Required, but never shown







                                Popular posts from this blog

                                Mouse cursor on multiple screens with different PPI

                                Agildo Ribeiro

                                Sometime when accessing a menu: “Ubuntu 16.04 has experienced an internal error”