Duplicating a Yum-based Linux installation Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election Results Why I closed the “Why is Kali so hard” questionHow can I instruct yum to install a specific version of package X?How to get `yum list` output to stay on one line when getting output via remote ssh command?Yum update shows “Killed”What is transaction check in Yum installationHow does yum work?How can I put some comment in yum installation list?Yum installation of package specific modulesLocal installation of .rpms using YUMyum install overwrite manual installationLinux offline installationServer upgrade (yum update) removed psql local installationWhy package installation with yum show wrong source repository?

What is a Meta algorithm?

When is phishing education going too far?

Why is black pepper both grey and black?

What's the difference between `auto x = vector<int>()` and `vector<int> x`?

When to stop saving and start investing?

Is above average number of years spent on PhD considered a red flag in future academia or industry positions?

3 doors, three guards, one stone

Is the Standard Deduction better than Itemized when both are the same amount?

Stars Make Stars

How to bypass password on Windows XP account?

Gastric acid as a weapon

Why does Python start at index -1 when indexing a list from the end?

Is there any avatar supposed to be born between the death of Krishna and the birth of Kalki?

What does '1 unit of lemon juice' mean in a grandma's drink recipe?

Why are there no cargo aircraft with "flying wing" design?

Letter Boxed validator

What happens to sewage if there is no river near by?

What is this single-engine low-wing propeller plane?

Do I really need recursive chmod to restrict access to a folder?

What are the pros and cons of Aerospike nosecones?

Why was the term "discrete" used in discrete logarithm?

Were Kohanim forbidden from serving in King David's army?

Is 1 ppb equal to 1 μg/kg?

Can inflation occur in a positive-sum game currency system such as the Stack Exchange reputation system?



Duplicating a Yum-based Linux installation



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questionHow can I instruct yum to install a specific version of package X?How to get `yum list` output to stay on one line when getting output via remote ssh command?Yum update shows “Killed”What is transaction check in Yum installationHow does yum work?How can I put some comment in yum installation list?Yum installation of package specific modulesLocal installation of .rpms using YUMyum install overwrite manual installationLinux offline installationServer upgrade (yum update) removed psql local installationWhy package installation with yum show wrong source repository?



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








19















Given an installation based on Yum (specifically in my case, a Scientific Linux 5.1 x86_64 installation), how would I duplicate the installed programs and utilities to a new machine based on Fedora Core x86_64? The hardware is very similar but not identical, and there's the obvious difference that SL5 is based on EL, not on Fedora; I'm largely aiming to duplicate the user experience from the original box (SL) to the new box (FC).










share|improve this question
























  • just a side note in case you don't know it already: you can get the list of programs to install on the new system, then copy over the settings in your home folder (files and directories whose names start with a .)

    – phunehehe
    Aug 11 '10 at 6:25











  • Just be careful about version mismatches. I've wrecked settings due to configuration incompatibilities in my home directory doing that. Typically it works ok migrating to newer versions, but there are occasional difficulties.

    – Matt Simmons
    Aug 11 '10 at 10:17

















19















Given an installation based on Yum (specifically in my case, a Scientific Linux 5.1 x86_64 installation), how would I duplicate the installed programs and utilities to a new machine based on Fedora Core x86_64? The hardware is very similar but not identical, and there's the obvious difference that SL5 is based on EL, not on Fedora; I'm largely aiming to duplicate the user experience from the original box (SL) to the new box (FC).










share|improve this question
























  • just a side note in case you don't know it already: you can get the list of programs to install on the new system, then copy over the settings in your home folder (files and directories whose names start with a .)

    – phunehehe
    Aug 11 '10 at 6:25











  • Just be careful about version mismatches. I've wrecked settings due to configuration incompatibilities in my home directory doing that. Typically it works ok migrating to newer versions, but there are occasional difficulties.

    – Matt Simmons
    Aug 11 '10 at 10:17













19












19








19


2






Given an installation based on Yum (specifically in my case, a Scientific Linux 5.1 x86_64 installation), how would I duplicate the installed programs and utilities to a new machine based on Fedora Core x86_64? The hardware is very similar but not identical, and there's the obvious difference that SL5 is based on EL, not on Fedora; I'm largely aiming to duplicate the user experience from the original box (SL) to the new box (FC).










share|improve this question
















Given an installation based on Yum (specifically in my case, a Scientific Linux 5.1 x86_64 installation), how would I duplicate the installed programs and utilities to a new machine based on Fedora Core x86_64? The hardware is very similar but not identical, and there's the obvious difference that SL5 is based on EL, not on Fedora; I'm largely aiming to duplicate the user experience from the original box (SL) to the new box (FC).







yum






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Sep 19 '14 at 13:03









Braiam

23.8k2078144




23.8k2078144










asked Aug 10 '10 at 20:00









Wesley BurrWesley Burr

280139




280139












  • just a side note in case you don't know it already: you can get the list of programs to install on the new system, then copy over the settings in your home folder (files and directories whose names start with a .)

    – phunehehe
    Aug 11 '10 at 6:25











  • Just be careful about version mismatches. I've wrecked settings due to configuration incompatibilities in my home directory doing that. Typically it works ok migrating to newer versions, but there are occasional difficulties.

    – Matt Simmons
    Aug 11 '10 at 10:17

















  • just a side note in case you don't know it already: you can get the list of programs to install on the new system, then copy over the settings in your home folder (files and directories whose names start with a .)

    – phunehehe
    Aug 11 '10 at 6:25











  • Just be careful about version mismatches. I've wrecked settings due to configuration incompatibilities in my home directory doing that. Typically it works ok migrating to newer versions, but there are occasional difficulties.

    – Matt Simmons
    Aug 11 '10 at 10:17
















just a side note in case you don't know it already: you can get the list of programs to install on the new system, then copy over the settings in your home folder (files and directories whose names start with a .)

– phunehehe
Aug 11 '10 at 6:25





just a side note in case you don't know it already: you can get the list of programs to install on the new system, then copy over the settings in your home folder (files and directories whose names start with a .)

– phunehehe
Aug 11 '10 at 6:25













Just be careful about version mismatches. I've wrecked settings due to configuration incompatibilities in my home directory doing that. Typically it works ok migrating to newer versions, but there are occasional difficulties.

– Matt Simmons
Aug 11 '10 at 10:17





Just be careful about version mismatches. I've wrecked settings due to configuration incompatibilities in my home directory doing that. Typically it works ok migrating to newer versions, but there are occasional difficulties.

– Matt Simmons
Aug 11 '10 at 10:17










4 Answers
4






active

oldest

votes


















17














You can create a list of the installed software with:



$ rpm -qa > installed-software.log


Since they are based on different distros, I am not sure how you would do the install.



If I was copying it to a fresh install of the same distro, I would run the following command as root



# yum -y install $(cat /home/user/installed-software.log)





share|improve this answer
































    8














    Get list of installed RPMs on your RHEL box:



    yum list installed |tail -n +3|cut -d' ' -f1 > installed_packages.txt



    Install packages onto Fedora:



    yum -y install $(cat installed_packages.txt)



    Note: Fedora is the R&D project for RHEL and you should be able to install most of these packages in Fedora.



    Steves method lists version numbers and you want to avoid that.






    share|improve this answer























    • Fedora is a distribution on its own terms, with an aggressive stance of being the first with the best of open source/free software. Red Hat Enterprise Linux is a very conservative distribution, almost the dimetral oposite. Red Hat takes (selected packages of) a version of Fedora and after stabilization and QA cuts Red Hat Enterprise Linux from it. To call Fedora "an R&D project" is as wrong as saying that Debian does R&D for Fedora (yes, Fedora does take patches and even complete packages from Debian, and viceversa).

      – vonbrand
      Mar 15 '13 at 14:40


















    2














    You can try Kickstart or you may want to set up a PXE install/boot server for multiple distros. Or if some of your machines are diskless you can try LTPS method (this is what is generally called - thin client - IIRC), also see here



    EDIT: If that's the case see this






    share|improve this answer




















    • 1





      I think the question was more asking how to get a list of installed apps on one box/distro and install them on another box/distro, rather than an automated way of doing installs.

      – Frozenskys
      Aug 10 '10 at 21:22












    • The latter is correct, and was exactly what I needed.

      – Wesley Burr
      Aug 10 '10 at 22:06


















    0














    I believe Dejan's answer https://unix.stackexchange.com/a/25729/346788 is the best one for yum based system. However, it may not work when you ssh into the server due to the buffer. Details at How to get `yum list` output to stay on one line when getting output via remote ssh command?



    Thus, to slightly improve, to get the full list of package:



    yum list installed | xargs -n3 | column -t | tail -n +3 |cut -d' ' -f1


    To get the list of package installed from a rpm:



    yum list installed | xargs -n3 | column -t | grep -v "@" | tail -n +3 |cut -d' ' -f1


    To get the list of package installed from yum:



    yum list installed | xargs -n3 | column -t | grep "@" | tail -n +3 |cut -d' ' -f1





    share|improve this answer








    New contributor




    Han Luo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.




















    • While this is — I guess? — a useful adjunct to Dejan's answer to this question, it is not an answer to this question.  Perhaps you could write a question that corresponds to the above post, and then submit (i.e., ask) that as a new question.  Also, answers like this should explain what they are doing (and how) and show example output.

      – G-Man
      Apr 11 at 22:13











    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%2f71%2fduplicating-a-yum-based-linux-installation%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    4 Answers
    4






    active

    oldest

    votes








    4 Answers
    4






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    17














    You can create a list of the installed software with:



    $ rpm -qa > installed-software.log


    Since they are based on different distros, I am not sure how you would do the install.



    If I was copying it to a fresh install of the same distro, I would run the following command as root



    # yum -y install $(cat /home/user/installed-software.log)





    share|improve this answer





























      17














      You can create a list of the installed software with:



      $ rpm -qa > installed-software.log


      Since they are based on different distros, I am not sure how you would do the install.



      If I was copying it to a fresh install of the same distro, I would run the following command as root



      # yum -y install $(cat /home/user/installed-software.log)





      share|improve this answer



























        17












        17








        17







        You can create a list of the installed software with:



        $ rpm -qa > installed-software.log


        Since they are based on different distros, I am not sure how you would do the install.



        If I was copying it to a fresh install of the same distro, I would run the following command as root



        # yum -y install $(cat /home/user/installed-software.log)





        share|improve this answer















        You can create a list of the installed software with:



        $ rpm -qa > installed-software.log


        Since they are based on different distros, I am not sure how you would do the install.



        If I was copying it to a fresh install of the same distro, I would run the following command as root



        # yum -y install $(cat /home/user/installed-software.log)






        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Feb 26 '14 at 10:30









        yanjost

        1034




        1034










        answered Aug 11 '10 at 0:39









        Steve BurdineSteve Burdine

        3,62652119




        3,62652119























            8














            Get list of installed RPMs on your RHEL box:



            yum list installed |tail -n +3|cut -d' ' -f1 > installed_packages.txt



            Install packages onto Fedora:



            yum -y install $(cat installed_packages.txt)



            Note: Fedora is the R&D project for RHEL and you should be able to install most of these packages in Fedora.



            Steves method lists version numbers and you want to avoid that.






            share|improve this answer























            • Fedora is a distribution on its own terms, with an aggressive stance of being the first with the best of open source/free software. Red Hat Enterprise Linux is a very conservative distribution, almost the dimetral oposite. Red Hat takes (selected packages of) a version of Fedora and after stabilization and QA cuts Red Hat Enterprise Linux from it. To call Fedora "an R&D project" is as wrong as saying that Debian does R&D for Fedora (yes, Fedora does take patches and even complete packages from Debian, and viceversa).

              – vonbrand
              Mar 15 '13 at 14:40















            8














            Get list of installed RPMs on your RHEL box:



            yum list installed |tail -n +3|cut -d' ' -f1 > installed_packages.txt



            Install packages onto Fedora:



            yum -y install $(cat installed_packages.txt)



            Note: Fedora is the R&D project for RHEL and you should be able to install most of these packages in Fedora.



            Steves method lists version numbers and you want to avoid that.






            share|improve this answer























            • Fedora is a distribution on its own terms, with an aggressive stance of being the first with the best of open source/free software. Red Hat Enterprise Linux is a very conservative distribution, almost the dimetral oposite. Red Hat takes (selected packages of) a version of Fedora and after stabilization and QA cuts Red Hat Enterprise Linux from it. To call Fedora "an R&D project" is as wrong as saying that Debian does R&D for Fedora (yes, Fedora does take patches and even complete packages from Debian, and viceversa).

              – vonbrand
              Mar 15 '13 at 14:40













            8












            8








            8







            Get list of installed RPMs on your RHEL box:



            yum list installed |tail -n +3|cut -d' ' -f1 > installed_packages.txt



            Install packages onto Fedora:



            yum -y install $(cat installed_packages.txt)



            Note: Fedora is the R&D project for RHEL and you should be able to install most of these packages in Fedora.



            Steves method lists version numbers and you want to avoid that.






            share|improve this answer













            Get list of installed RPMs on your RHEL box:



            yum list installed |tail -n +3|cut -d' ' -f1 > installed_packages.txt



            Install packages onto Fedora:



            yum -y install $(cat installed_packages.txt)



            Note: Fedora is the R&D project for RHEL and you should be able to install most of these packages in Fedora.



            Steves method lists version numbers and you want to avoid that.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Nov 30 '11 at 2:01









            DejanDejan

            504410




            504410












            • Fedora is a distribution on its own terms, with an aggressive stance of being the first with the best of open source/free software. Red Hat Enterprise Linux is a very conservative distribution, almost the dimetral oposite. Red Hat takes (selected packages of) a version of Fedora and after stabilization and QA cuts Red Hat Enterprise Linux from it. To call Fedora "an R&D project" is as wrong as saying that Debian does R&D for Fedora (yes, Fedora does take patches and even complete packages from Debian, and viceversa).

              – vonbrand
              Mar 15 '13 at 14:40

















            • Fedora is a distribution on its own terms, with an aggressive stance of being the first with the best of open source/free software. Red Hat Enterprise Linux is a very conservative distribution, almost the dimetral oposite. Red Hat takes (selected packages of) a version of Fedora and after stabilization and QA cuts Red Hat Enterprise Linux from it. To call Fedora "an R&D project" is as wrong as saying that Debian does R&D for Fedora (yes, Fedora does take patches and even complete packages from Debian, and viceversa).

              – vonbrand
              Mar 15 '13 at 14:40
















            Fedora is a distribution on its own terms, with an aggressive stance of being the first with the best of open source/free software. Red Hat Enterprise Linux is a very conservative distribution, almost the dimetral oposite. Red Hat takes (selected packages of) a version of Fedora and after stabilization and QA cuts Red Hat Enterprise Linux from it. To call Fedora "an R&D project" is as wrong as saying that Debian does R&D for Fedora (yes, Fedora does take patches and even complete packages from Debian, and viceversa).

            – vonbrand
            Mar 15 '13 at 14:40





            Fedora is a distribution on its own terms, with an aggressive stance of being the first with the best of open source/free software. Red Hat Enterprise Linux is a very conservative distribution, almost the dimetral oposite. Red Hat takes (selected packages of) a version of Fedora and after stabilization and QA cuts Red Hat Enterprise Linux from it. To call Fedora "an R&D project" is as wrong as saying that Debian does R&D for Fedora (yes, Fedora does take patches and even complete packages from Debian, and viceversa).

            – vonbrand
            Mar 15 '13 at 14:40











            2














            You can try Kickstart or you may want to set up a PXE install/boot server for multiple distros. Or if some of your machines are diskless you can try LTPS method (this is what is generally called - thin client - IIRC), also see here



            EDIT: If that's the case see this






            share|improve this answer




















            • 1





              I think the question was more asking how to get a list of installed apps on one box/distro and install them on another box/distro, rather than an automated way of doing installs.

              – Frozenskys
              Aug 10 '10 at 21:22












            • The latter is correct, and was exactly what I needed.

              – Wesley Burr
              Aug 10 '10 at 22:06















            2














            You can try Kickstart or you may want to set up a PXE install/boot server for multiple distros. Or if some of your machines are diskless you can try LTPS method (this is what is generally called - thin client - IIRC), also see here



            EDIT: If that's the case see this






            share|improve this answer




















            • 1





              I think the question was more asking how to get a list of installed apps on one box/distro and install them on another box/distro, rather than an automated way of doing installs.

              – Frozenskys
              Aug 10 '10 at 21:22












            • The latter is correct, and was exactly what I needed.

              – Wesley Burr
              Aug 10 '10 at 22:06













            2












            2








            2







            You can try Kickstart or you may want to set up a PXE install/boot server for multiple distros. Or if some of your machines are diskless you can try LTPS method (this is what is generally called - thin client - IIRC), also see here



            EDIT: If that's the case see this






            share|improve this answer















            You can try Kickstart or you may want to set up a PXE install/boot server for multiple distros. Or if some of your machines are diskless you can try LTPS method (this is what is generally called - thin client - IIRC), also see here



            EDIT: If that's the case see this







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Jun 30 '14 at 20:54









            drs

            3,33862961




            3,33862961










            answered Aug 10 '10 at 20:40









            bitekbitek

            52359




            52359







            • 1





              I think the question was more asking how to get a list of installed apps on one box/distro and install them on another box/distro, rather than an automated way of doing installs.

              – Frozenskys
              Aug 10 '10 at 21:22












            • The latter is correct, and was exactly what I needed.

              – Wesley Burr
              Aug 10 '10 at 22:06












            • 1





              I think the question was more asking how to get a list of installed apps on one box/distro and install them on another box/distro, rather than an automated way of doing installs.

              – Frozenskys
              Aug 10 '10 at 21:22












            • The latter is correct, and was exactly what I needed.

              – Wesley Burr
              Aug 10 '10 at 22:06







            1




            1





            I think the question was more asking how to get a list of installed apps on one box/distro and install them on another box/distro, rather than an automated way of doing installs.

            – Frozenskys
            Aug 10 '10 at 21:22






            I think the question was more asking how to get a list of installed apps on one box/distro and install them on another box/distro, rather than an automated way of doing installs.

            – Frozenskys
            Aug 10 '10 at 21:22














            The latter is correct, and was exactly what I needed.

            – Wesley Burr
            Aug 10 '10 at 22:06





            The latter is correct, and was exactly what I needed.

            – Wesley Burr
            Aug 10 '10 at 22:06











            0














            I believe Dejan's answer https://unix.stackexchange.com/a/25729/346788 is the best one for yum based system. However, it may not work when you ssh into the server due to the buffer. Details at How to get `yum list` output to stay on one line when getting output via remote ssh command?



            Thus, to slightly improve, to get the full list of package:



            yum list installed | xargs -n3 | column -t | tail -n +3 |cut -d' ' -f1


            To get the list of package installed from a rpm:



            yum list installed | xargs -n3 | column -t | grep -v "@" | tail -n +3 |cut -d' ' -f1


            To get the list of package installed from yum:



            yum list installed | xargs -n3 | column -t | grep "@" | tail -n +3 |cut -d' ' -f1





            share|improve this answer








            New contributor




            Han Luo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.




















            • While this is — I guess? — a useful adjunct to Dejan's answer to this question, it is not an answer to this question.  Perhaps you could write a question that corresponds to the above post, and then submit (i.e., ask) that as a new question.  Also, answers like this should explain what they are doing (and how) and show example output.

              – G-Man
              Apr 11 at 22:13















            0














            I believe Dejan's answer https://unix.stackexchange.com/a/25729/346788 is the best one for yum based system. However, it may not work when you ssh into the server due to the buffer. Details at How to get `yum list` output to stay on one line when getting output via remote ssh command?



            Thus, to slightly improve, to get the full list of package:



            yum list installed | xargs -n3 | column -t | tail -n +3 |cut -d' ' -f1


            To get the list of package installed from a rpm:



            yum list installed | xargs -n3 | column -t | grep -v "@" | tail -n +3 |cut -d' ' -f1


            To get the list of package installed from yum:



            yum list installed | xargs -n3 | column -t | grep "@" | tail -n +3 |cut -d' ' -f1





            share|improve this answer








            New contributor




            Han Luo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.




















            • While this is — I guess? — a useful adjunct to Dejan's answer to this question, it is not an answer to this question.  Perhaps you could write a question that corresponds to the above post, and then submit (i.e., ask) that as a new question.  Also, answers like this should explain what they are doing (and how) and show example output.

              – G-Man
              Apr 11 at 22:13













            0












            0








            0







            I believe Dejan's answer https://unix.stackexchange.com/a/25729/346788 is the best one for yum based system. However, it may not work when you ssh into the server due to the buffer. Details at How to get `yum list` output to stay on one line when getting output via remote ssh command?



            Thus, to slightly improve, to get the full list of package:



            yum list installed | xargs -n3 | column -t | tail -n +3 |cut -d' ' -f1


            To get the list of package installed from a rpm:



            yum list installed | xargs -n3 | column -t | grep -v "@" | tail -n +3 |cut -d' ' -f1


            To get the list of package installed from yum:



            yum list installed | xargs -n3 | column -t | grep "@" | tail -n +3 |cut -d' ' -f1





            share|improve this answer








            New contributor




            Han Luo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.










            I believe Dejan's answer https://unix.stackexchange.com/a/25729/346788 is the best one for yum based system. However, it may not work when you ssh into the server due to the buffer. Details at How to get `yum list` output to stay on one line when getting output via remote ssh command?



            Thus, to slightly improve, to get the full list of package:



            yum list installed | xargs -n3 | column -t | tail -n +3 |cut -d' ' -f1


            To get the list of package installed from a rpm:



            yum list installed | xargs -n3 | column -t | grep -v "@" | tail -n +3 |cut -d' ' -f1


            To get the list of package installed from yum:



            yum list installed | xargs -n3 | column -t | grep "@" | tail -n +3 |cut -d' ' -f1






            share|improve this answer








            New contributor




            Han Luo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.









            share|improve this answer



            share|improve this answer






            New contributor




            Han Luo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.









            answered Apr 11 at 21:40









            Han LuoHan Luo

            1




            1




            New contributor




            Han Luo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.





            New contributor





            Han Luo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.






            Han Luo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.












            • While this is — I guess? — a useful adjunct to Dejan's answer to this question, it is not an answer to this question.  Perhaps you could write a question that corresponds to the above post, and then submit (i.e., ask) that as a new question.  Also, answers like this should explain what they are doing (and how) and show example output.

              – G-Man
              Apr 11 at 22:13

















            • While this is — I guess? — a useful adjunct to Dejan's answer to this question, it is not an answer to this question.  Perhaps you could write a question that corresponds to the above post, and then submit (i.e., ask) that as a new question.  Also, answers like this should explain what they are doing (and how) and show example output.

              – G-Man
              Apr 11 at 22:13
















            While this is — I guess? — a useful adjunct to Dejan's answer to this question, it is not an answer to this question.  Perhaps you could write a question that corresponds to the above post, and then submit (i.e., ask) that as a new question.  Also, answers like this should explain what they are doing (and how) and show example output.

            – G-Man
            Apr 11 at 22:13





            While this is — I guess? — a useful adjunct to Dejan's answer to this question, it is not an answer to this question.  Perhaps you could write a question that corresponds to the above post, and then submit (i.e., ask) that as a new question.  Also, answers like this should explain what they are doing (and how) and show example output.

            – G-Man
            Apr 11 at 22:13

















            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%2f71%2fduplicating-a-yum-based-linux-installation%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

            getting Checkpoint VPN SSL Network Extender working in the command lineHow to connect to CheckPoint VPN on Ubuntu 18.04LTS?Will the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayVPN SSL Network Extender in FirefoxLinux Checkpoint SNX tool configuration issuesCheck Point - Connect under Linux - snx + OTPSNX VPN Ububuntu 18.XXUsing Checkpoint VPN SSL Network Extender CLI with certificateVPN with network manager (nm-applet) is not workingWill the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayImport VPN config files to NetworkManager from command lineTrouble connecting to VPN using network-manager, while command line worksStart a VPN connection with PPTP protocol on command linestarting a docker service daemon breaks the vpn networkCan't connect to vpn with Network-managerVPN SSL Network Extender in FirefoxUsing Checkpoint VPN SSL Network Extender CLI with certificate

            Cannot Extend partition with GParted The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election ResultsCan't increase partition size with GParted?GParted doesn't recognize the unallocated space after my current partitionWhat is the best way to add unallocated space located before to Ubuntu 12.04 partition with GParted live?I can't figure out how to extend my Arch home partition into free spaceGparted Linux Mint 18.1 issueTrying to extend but swap partition is showing as Unknown in Gparted, shows proper from fdiskRearrange partitions in gparted to extend a partitionUnable to extend partition even though unallocated space is next to it using GPartedAllocate free space to root partitiongparted: how to merge unallocated space with a partition

            NetworkManager fails with “Could not find source connection”Trouble connecting to VPN using network-manager, while command line worksHow can I be notified about state changes to a VPN adapterBacktrack 5 R3 - Refuses to connect to VPNFeed all traffic through OpenVPN for a specific network namespace onlyRun daemon on startup in Debian once openvpn connection establishedpfsense tcp connection between openvpn and lan is brokenInternet connection problem with web browsers onlyWhy does NetworkManager explicitly support tun/tap devices?Browser issues with VPNTwo IP addresses assigned to the same network card - OpenVPN issues?Cannot connect to WiFi with nmcli, although secrets are provided