How do I check what distribution of CentOS 7 I have installed? (Minimal or Everything)












6















So I have CentOS running in a virtual box on my machine, and I downloaded the ISO from here. Problem is, I can't remember which distribution I used, the Everything ISO or the Minimal ISO. What is a good way to check for that in the Command Line Interface?










share|improve this question


















  • 2





    Your Linux distribution is CentOS. You can download bigger (everything) or smaller (minimal) ISO. They differ by number of packages written in image. So installing from bigger image will probably result in less data downloaded from Internet. IMHO, those days it matter only in certain scenarios, where you don't have access to decent Internet connection on installation box. Note, that after installation in both cases you have access to same repositories (set of packages).

    – Kalavan
    May 12 '17 at 14:07
















6















So I have CentOS running in a virtual box on my machine, and I downloaded the ISO from here. Problem is, I can't remember which distribution I used, the Everything ISO or the Minimal ISO. What is a good way to check for that in the Command Line Interface?










share|improve this question


















  • 2





    Your Linux distribution is CentOS. You can download bigger (everything) or smaller (minimal) ISO. They differ by number of packages written in image. So installing from bigger image will probably result in less data downloaded from Internet. IMHO, those days it matter only in certain scenarios, where you don't have access to decent Internet connection on installation box. Note, that after installation in both cases you have access to same repositories (set of packages).

    – Kalavan
    May 12 '17 at 14:07














6












6








6








So I have CentOS running in a virtual box on my machine, and I downloaded the ISO from here. Problem is, I can't remember which distribution I used, the Everything ISO or the Minimal ISO. What is a good way to check for that in the Command Line Interface?










share|improve this question














So I have CentOS running in a virtual box on my machine, and I downloaded the ISO from here. Problem is, I can't remember which distribution I used, the Everything ISO or the Minimal ISO. What is a good way to check for that in the Command Line Interface?







centos






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked May 12 '17 at 13:38









user3685285user3685285

13113




13113








  • 2





    Your Linux distribution is CentOS. You can download bigger (everything) or smaller (minimal) ISO. They differ by number of packages written in image. So installing from bigger image will probably result in less data downloaded from Internet. IMHO, those days it matter only in certain scenarios, where you don't have access to decent Internet connection on installation box. Note, that after installation in both cases you have access to same repositories (set of packages).

    – Kalavan
    May 12 '17 at 14:07














  • 2





    Your Linux distribution is CentOS. You can download bigger (everything) or smaller (minimal) ISO. They differ by number of packages written in image. So installing from bigger image will probably result in less data downloaded from Internet. IMHO, those days it matter only in certain scenarios, where you don't have access to decent Internet connection on installation box. Note, that after installation in both cases you have access to same repositories (set of packages).

    – Kalavan
    May 12 '17 at 14:07








2




2





Your Linux distribution is CentOS. You can download bigger (everything) or smaller (minimal) ISO. They differ by number of packages written in image. So installing from bigger image will probably result in less data downloaded from Internet. IMHO, those days it matter only in certain scenarios, where you don't have access to decent Internet connection on installation box. Note, that after installation in both cases you have access to same repositories (set of packages).

– Kalavan
May 12 '17 at 14:07





Your Linux distribution is CentOS. You can download bigger (everything) or smaller (minimal) ISO. They differ by number of packages written in image. So installing from bigger image will probably result in less data downloaded from Internet. IMHO, those days it matter only in certain scenarios, where you don't have access to decent Internet connection on installation box. Note, that after installation in both cases you have access to same repositories (set of packages).

– Kalavan
May 12 '17 at 14:07










3 Answers
3






active

oldest

votes


















3














If you wish to check out what you initially installed, check the %packages section of /root/anaconda-ks.cfg



If you did a minimum install, it should look like:



@minimal
@core


If you installed from the Everything ISO and, for exmaple, specified a graphical server install, it should look like:



@graphical-server-environment
@base
@core
@desktop-debugging
@dial-up
@fonts
@gnome-desktop
@guest-agents
@guest-desktop-agents
@input-methods
@internet-browser
@multimedia
@print-client
@x11





share|improve this answer































    2














    It’s all about size of ISO image and amount preinstalled packages, the CentOS base is the same. Because of this, I think, that checking from which ISO image you have installed your current system is unnecessary, but it may be possible indirectly, by checking which packages were installed additionally by package manager (only my assumption).



    I don’t use CentOS, but use Ubuntu full version and minimal version - difference are following: minimal version doesn’t have GUI and packages like Firefox, Libreoffice, etc. Only base/minimal working system with command line interface only. If I want add packages - I install them manually by package manager from same repositories. In full version they all preinstalled and configured. In the end I can transform minimal to full version, by installing all needed packages.



    Here is a brief explanation about Centos 7 ISO images differences http://centos.ufes.br/7/isos/x86_64/0_README.txt




    CentOS-7-x86_64-DVD-1611.iso

    This DVD image contains all the
    packages that can be installed using the installer. This is the
    recommended image for most users.



    CentOS-7-x86_64-Everything-1611.iso

    This image contains the complete
    set of packages for CentOS 7. It can be used for installing or
    populating a local mirror. This image needs a dual layer DVD or an
    8GB USB flash drive.



    CentOS-7-x86_64-Minimal-1611.iso

    The aim of this image is to install
    a very basic CentOS 7 system, with the minimum of packages needed to
    have a functional system. Please burn this image onto a CD and boot
    your computer off it. A preselected set of packages will be installed
    on your system. Everything else needs to be installed using yum. The
    set of packages installed by this image is identical to the one
    installed when choosing the group named "Minimal" from the full DVD
    image.







    share|improve this answer

































      0














      Another approach is



      rpm --query centos-release


      or



      cat /etc/os-release


      or



      hostnamectl


      as described in detail at https://linuxize.com/post/how-to-check-your-centos-version/#alternative-methods-to-check-centos-version






      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',
        autoActivateHeartbeat: false,
        convertImagesToLinks: false,
        noModals: true,
        showLowRepImageUploadWarning: true,
        reputationToPostImages: null,
        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%2funix.stackexchange.com%2fquestions%2f364654%2fhow-do-i-check-what-distribution-of-centos-7-i-have-installed-minimal-or-every%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









        3














        If you wish to check out what you initially installed, check the %packages section of /root/anaconda-ks.cfg



        If you did a minimum install, it should look like:



        @minimal
        @core


        If you installed from the Everything ISO and, for exmaple, specified a graphical server install, it should look like:



        @graphical-server-environment
        @base
        @core
        @desktop-debugging
        @dial-up
        @fonts
        @gnome-desktop
        @guest-agents
        @guest-desktop-agents
        @input-methods
        @internet-browser
        @multimedia
        @print-client
        @x11





        share|improve this answer




























          3














          If you wish to check out what you initially installed, check the %packages section of /root/anaconda-ks.cfg



          If you did a minimum install, it should look like:



          @minimal
          @core


          If you installed from the Everything ISO and, for exmaple, specified a graphical server install, it should look like:



          @graphical-server-environment
          @base
          @core
          @desktop-debugging
          @dial-up
          @fonts
          @gnome-desktop
          @guest-agents
          @guest-desktop-agents
          @input-methods
          @internet-browser
          @multimedia
          @print-client
          @x11





          share|improve this answer


























            3












            3








            3







            If you wish to check out what you initially installed, check the %packages section of /root/anaconda-ks.cfg



            If you did a minimum install, it should look like:



            @minimal
            @core


            If you installed from the Everything ISO and, for exmaple, specified a graphical server install, it should look like:



            @graphical-server-environment
            @base
            @core
            @desktop-debugging
            @dial-up
            @fonts
            @gnome-desktop
            @guest-agents
            @guest-desktop-agents
            @input-methods
            @internet-browser
            @multimedia
            @print-client
            @x11





            share|improve this answer













            If you wish to check out what you initially installed, check the %packages section of /root/anaconda-ks.cfg



            If you did a minimum install, it should look like:



            @minimal
            @core


            If you installed from the Everything ISO and, for exmaple, specified a graphical server install, it should look like:



            @graphical-server-environment
            @base
            @core
            @desktop-debugging
            @dial-up
            @fonts
            @gnome-desktop
            @guest-agents
            @guest-desktop-agents
            @input-methods
            @internet-browser
            @multimedia
            @print-client
            @x11






            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered May 12 '17 at 22:01









            fpmurphyfpmurphy

            2,446915




            2,446915

























                2














                It’s all about size of ISO image and amount preinstalled packages, the CentOS base is the same. Because of this, I think, that checking from which ISO image you have installed your current system is unnecessary, but it may be possible indirectly, by checking which packages were installed additionally by package manager (only my assumption).



                I don’t use CentOS, but use Ubuntu full version and minimal version - difference are following: minimal version doesn’t have GUI and packages like Firefox, Libreoffice, etc. Only base/minimal working system with command line interface only. If I want add packages - I install them manually by package manager from same repositories. In full version they all preinstalled and configured. In the end I can transform minimal to full version, by installing all needed packages.



                Here is a brief explanation about Centos 7 ISO images differences http://centos.ufes.br/7/isos/x86_64/0_README.txt




                CentOS-7-x86_64-DVD-1611.iso

                This DVD image contains all the
                packages that can be installed using the installer. This is the
                recommended image for most users.



                CentOS-7-x86_64-Everything-1611.iso

                This image contains the complete
                set of packages for CentOS 7. It can be used for installing or
                populating a local mirror. This image needs a dual layer DVD or an
                8GB USB flash drive.



                CentOS-7-x86_64-Minimal-1611.iso

                The aim of this image is to install
                a very basic CentOS 7 system, with the minimum of packages needed to
                have a functional system. Please burn this image onto a CD and boot
                your computer off it. A preselected set of packages will be installed
                on your system. Everything else needs to be installed using yum. The
                set of packages installed by this image is identical to the one
                installed when choosing the group named "Minimal" from the full DVD
                image.







                share|improve this answer






























                  2














                  It’s all about size of ISO image and amount preinstalled packages, the CentOS base is the same. Because of this, I think, that checking from which ISO image you have installed your current system is unnecessary, but it may be possible indirectly, by checking which packages were installed additionally by package manager (only my assumption).



                  I don’t use CentOS, but use Ubuntu full version and minimal version - difference are following: minimal version doesn’t have GUI and packages like Firefox, Libreoffice, etc. Only base/minimal working system with command line interface only. If I want add packages - I install them manually by package manager from same repositories. In full version they all preinstalled and configured. In the end I can transform minimal to full version, by installing all needed packages.



                  Here is a brief explanation about Centos 7 ISO images differences http://centos.ufes.br/7/isos/x86_64/0_README.txt




                  CentOS-7-x86_64-DVD-1611.iso

                  This DVD image contains all the
                  packages that can be installed using the installer. This is the
                  recommended image for most users.



                  CentOS-7-x86_64-Everything-1611.iso

                  This image contains the complete
                  set of packages for CentOS 7. It can be used for installing or
                  populating a local mirror. This image needs a dual layer DVD or an
                  8GB USB flash drive.



                  CentOS-7-x86_64-Minimal-1611.iso

                  The aim of this image is to install
                  a very basic CentOS 7 system, with the minimum of packages needed to
                  have a functional system. Please burn this image onto a CD and boot
                  your computer off it. A preselected set of packages will be installed
                  on your system. Everything else needs to be installed using yum. The
                  set of packages installed by this image is identical to the one
                  installed when choosing the group named "Minimal" from the full DVD
                  image.







                  share|improve this answer




























                    2












                    2








                    2







                    It’s all about size of ISO image and amount preinstalled packages, the CentOS base is the same. Because of this, I think, that checking from which ISO image you have installed your current system is unnecessary, but it may be possible indirectly, by checking which packages were installed additionally by package manager (only my assumption).



                    I don’t use CentOS, but use Ubuntu full version and minimal version - difference are following: minimal version doesn’t have GUI and packages like Firefox, Libreoffice, etc. Only base/minimal working system with command line interface only. If I want add packages - I install them manually by package manager from same repositories. In full version they all preinstalled and configured. In the end I can transform minimal to full version, by installing all needed packages.



                    Here is a brief explanation about Centos 7 ISO images differences http://centos.ufes.br/7/isos/x86_64/0_README.txt




                    CentOS-7-x86_64-DVD-1611.iso

                    This DVD image contains all the
                    packages that can be installed using the installer. This is the
                    recommended image for most users.



                    CentOS-7-x86_64-Everything-1611.iso

                    This image contains the complete
                    set of packages for CentOS 7. It can be used for installing or
                    populating a local mirror. This image needs a dual layer DVD or an
                    8GB USB flash drive.



                    CentOS-7-x86_64-Minimal-1611.iso

                    The aim of this image is to install
                    a very basic CentOS 7 system, with the minimum of packages needed to
                    have a functional system. Please burn this image onto a CD and boot
                    your computer off it. A preselected set of packages will be installed
                    on your system. Everything else needs to be installed using yum. The
                    set of packages installed by this image is identical to the one
                    installed when choosing the group named "Minimal" from the full DVD
                    image.







                    share|improve this answer















                    It’s all about size of ISO image and amount preinstalled packages, the CentOS base is the same. Because of this, I think, that checking from which ISO image you have installed your current system is unnecessary, but it may be possible indirectly, by checking which packages were installed additionally by package manager (only my assumption).



                    I don’t use CentOS, but use Ubuntu full version and minimal version - difference are following: minimal version doesn’t have GUI and packages like Firefox, Libreoffice, etc. Only base/minimal working system with command line interface only. If I want add packages - I install them manually by package manager from same repositories. In full version they all preinstalled and configured. In the end I can transform minimal to full version, by installing all needed packages.



                    Here is a brief explanation about Centos 7 ISO images differences http://centos.ufes.br/7/isos/x86_64/0_README.txt




                    CentOS-7-x86_64-DVD-1611.iso

                    This DVD image contains all the
                    packages that can be installed using the installer. This is the
                    recommended image for most users.



                    CentOS-7-x86_64-Everything-1611.iso

                    This image contains the complete
                    set of packages for CentOS 7. It can be used for installing or
                    populating a local mirror. This image needs a dual layer DVD or an
                    8GB USB flash drive.



                    CentOS-7-x86_64-Minimal-1611.iso

                    The aim of this image is to install
                    a very basic CentOS 7 system, with the minimum of packages needed to
                    have a functional system. Please burn this image onto a CD and boot
                    your computer off it. A preselected set of packages will be installed
                    on your system. Everything else needs to be installed using yum. The
                    set of packages installed by this image is identical to the one
                    installed when choosing the group named "Minimal" from the full DVD
                    image.








                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited May 12 '17 at 20:16

























                    answered May 12 '17 at 17:29









                    MiniMaxMiniMax

                    2,816719




                    2,816719























                        0














                        Another approach is



                        rpm --query centos-release


                        or



                        cat /etc/os-release


                        or



                        hostnamectl


                        as described in detail at https://linuxize.com/post/how-to-check-your-centos-version/#alternative-methods-to-check-centos-version






                        share|improve this answer




























                          0














                          Another approach is



                          rpm --query centos-release


                          or



                          cat /etc/os-release


                          or



                          hostnamectl


                          as described in detail at https://linuxize.com/post/how-to-check-your-centos-version/#alternative-methods-to-check-centos-version






                          share|improve this answer


























                            0












                            0








                            0







                            Another approach is



                            rpm --query centos-release


                            or



                            cat /etc/os-release


                            or



                            hostnamectl


                            as described in detail at https://linuxize.com/post/how-to-check-your-centos-version/#alternative-methods-to-check-centos-version






                            share|improve this answer













                            Another approach is



                            rpm --query centos-release


                            or



                            cat /etc/os-release


                            or



                            hostnamectl


                            as described in detail at https://linuxize.com/post/how-to-check-your-centos-version/#alternative-methods-to-check-centos-version







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Feb 22 at 8:57









                            Karl RichterKarl Richter

                            7811823




                            7811823






























                                draft saved

                                draft discarded




















































                                Thanks for contributing an answer to Unix & Linux Stack Exchange!


                                • 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%2funix.stackexchange.com%2fquestions%2f364654%2fhow-do-i-check-what-distribution-of-centos-7-i-have-installed-minimal-or-every%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

                                How to reconfigure Docker Trusted Registry 2.x.x to use CEPH FS mount instead of NFS and other traditional...

                                is 'sed' thread safe

                                How to make a Squid Proxy server?