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;
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
add a comment |
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
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
add a comment |
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
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
yum
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
add a comment |
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
add a comment |
4 Answers
4
active
oldest
votes
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)
add a comment |
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.
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
add a comment |
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
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
add a comment |
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
New contributor
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
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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)
add a comment |
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)
add a comment |
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)
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)
edited Feb 26 '14 at 10:30
yanjost
1034
1034
answered Aug 11 '10 at 0:39
Steve BurdineSteve Burdine
3,62652119
3,62652119
add a comment |
add a comment |
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.
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
add a comment |
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.
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
add a comment |
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.
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.
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
add a comment |
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
add a comment |
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
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
add a comment |
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
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
add a comment |
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
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
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
add a comment |
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
add a comment |
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
New contributor
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
add a comment |
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
New contributor
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
add a comment |
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
New contributor
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
New contributor
New contributor
answered Apr 11 at 21:40
Han LuoHan Luo
1
1
New contributor
New contributor
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
add a comment |
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
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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