{"id":1214,"date":"2020-04-06T21:02:18","date_gmt":"2020-04-06T21:02:18","guid":{"rendered":"\/blog\/?p=1214"},"modified":"2021-03-03T14:19:32","modified_gmt":"2021-03-03T14:19:32","slug":"install-same-packages-as-another-server","status":"publish","type":"post","link":"\/blog\/index.php\/install-same-packages-as-another-server\/","title":{"rendered":"install same packages as another server"},"content":{"rendered":"<p>In server a<br>\n# rpm -qa &#8211;queryformat &#8220;%{NAME}\\n&#8221; &gt; pkgs<\/p>\n<p>In server b<br>\n# xargs yum -y install &lt; pkgs\n<\/p>\n\n\n<p>OR<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>in source server: rpm -qa > installed-software.log\nin target server: yum -y install $(cat \/home\/user\/installed-software.log)<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>In server a # rpm -qa &#8211;queryformat &#8220;%{NAME}\\n&#8221; &gt; pkgs In server b # xargs yum -y install &lt; pkgs OR<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1214","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"\/blog\/index.php\/wp-json\/wp\/v2\/posts\/1214","targetHints":{"allow":["GET"]}}],"collection":[{"href":"\/blog\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"\/blog\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/comments?post=1214"}],"version-history":[{"count":2,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/posts\/1214\/revisions"}],"predecessor-version":[{"id":1324,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/posts\/1214\/revisions\/1324"}],"wp:attachment":[{"href":"\/blog\/index.php\/wp-json\/wp\/v2\/media?parent=1214"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/categories?post=1214"},{"taxonomy":"post_tag","embeddable":true,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/tags?post=1214"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}