<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Linux Get List of Installed Software for Reinstallation / Restore All the Software Programs</title> <atom:link href="http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Fri, 10 Feb 2012 20:37:43 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: kohrime</title><link>http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html#comment-178968</link> <dc:creator>kohrime</dc:creator> <pubDate>Sat, 28 Jan 2012 23:58:21 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html#comment-178968</guid> <description>Kindly delete the &quot;installed-software.log&quot; that you made (I think).
Home&#039;s directory is actually /home//
Maybe try doing this command instead:
dpkg –get-selections &gt; ~/backup/installed-software.log</description> <content:encoded><![CDATA[<p>Kindly delete the &#8220;installed-software.log&#8221; that you made (I think).</p><p>Home&#8217;s directory is actually /home//</p><p>Maybe try doing this command instead:<br
/> dpkg –get-selections &gt; ~/backup/installed-software.log</p> ]]></content:encoded> </item> <item><title>By: cmcanulty</title><link>http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html#comment-178507</link> <dc:creator>cmcanulty</dc:creator> <pubDate>Fri, 13 Jan 2012 18:02:37 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html#comment-178507</guid> <description>I run the 1st command and get the list but on the second command
i get this this error
&quot;cmcanulty@Darcy25:~$ dpkg --get-selections &gt; /backup/installed-software.log
bash: /backup/installed-software.log: No such file or directory&quot;
but I did make a bckup folder in my home and created a test file called
installed-software.log before I ran the 2nd command  what am I doing wrong?</description> <content:encoded><![CDATA[<p>I run the 1st command and get the list but on the second command<br
/> i get this this error<br
/> &#8220;cmcanulty@Darcy25:~$ dpkg &#8211;get-selections &gt; /backup/installed-software.log<br
/> bash: /backup/installed-software.log: No such file or directory&#8221;<br
/> but I did make a bckup folder in my home and created a test file called<br
/> installed-software.log before I ran the 2nd command  what am I doing wrong?</p> ]]></content:encoded> </item> <item><title>By: prasanna</title><link>http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html#comment-178255</link> <dc:creator>prasanna</dc:creator> <pubDate>Mon, 09 Jan 2012 10:50:39 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html#comment-178255</guid> <description>Is there any way to get the software manufacturer name with dpkg/rpm command for those softwares.</description> <content:encoded><![CDATA[<p>Is there any way to get the software manufacturer name with dpkg/rpm command for those softwares.</p> ]]></content:encoded> </item> <item><title>By: Nicholas Blasgen</title><link>http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html#comment-176053</link> <dc:creator>Nicholas Blasgen</dc:creator> <pubDate>Fri, 25 Nov 2011 04:16:01 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html#comment-176053</guid> <description>if mount -o remount,exec /tmp &amp;&amp; pear channel-update pear.php.net &amp;&amp; pear upgrade --force Console_Getopt &amp;&amp; pear upgrade --force pear &amp;&amp; pear upgrade-all &amp;&amp; pecl install json; then
echo &quot;extension=json.so&quot; &gt; /etc/php.d/json.ini
mount -o remount,noexec /tmp
else
mount -o remount,noexec /tmp
error_exit &quot;JSON was unable to be installed&quot;
fi</description> <content:encoded><![CDATA[<p>if mount -o remount,exec /tmp &amp;&amp; pear channel-update pear.php.net &amp;&amp; pear upgrade &#8211;force Console_Getopt &amp;&amp; pear upgrade &#8211;force pear &amp;&amp; pear upgrade-all &amp;&amp; pecl install json; then<br
/> echo &#8220;extension=json.so&#8221; &gt; /etc/php.d/json.ini<br
/> mount -o remount,noexec /tmp<br
/> else<br
/> mount -o remount,noexec /tmp<br
/> error_exit &#8220;JSON was unable to be installed&#8221;<br
/> fi</p> ]]></content:encoded> </item> <item><title>By: cyrixmorten</title><link>http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html#comment-175734</link> <dc:creator>cyrixmorten</dc:creator> <pubDate>Fri, 18 Nov 2011 20:55:11 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html#comment-175734</guid> <description>correcting the command above
sed -r --in-place &#039;s/-[0-9][a-z 0-9_.-]*//&#039; installed-software.log</description> <content:encoded><![CDATA[<p>correcting the command above</p><p>sed -r &#8211;in-place &#8216;s/-[0-9][a-z 0-9_.-]*//&#8217; installed-software.log</p> ]]></content:encoded> </item> <item><title>By: cyrixmorten</title><link>http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html#comment-175733</link> <dc:creator>cyrixmorten</dc:creator> <pubDate>Fri, 18 Nov 2011 20:53:06 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html#comment-175733</guid> <description>correcting the command above
&lt;blockquote&gt;sed -r --in-place &#039;s/-[0-9][a-z 0-9_.-]*//&#039; installed-software.log&lt;/blockquote&gt;</description> <content:encoded><![CDATA[<p>correcting the command above</p><blockquote><p>sed -r &#8211;in-place &#8216;s/-[0-9][a-z 0-9_.-]*//&#8217; installed-software.log</p></blockquote> ]]></content:encoded> </item> <item><title>By: cyrixmorten</title><link>http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html#comment-175731</link> <dc:creator>cyrixmorten</dc:creator> <pubDate>Fri, 18 Nov 2011 19:46:03 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html#comment-175731</guid> <description>I used the following command to clean up the list of packages generated in fedora:
sed -r --in-place &#039;s/-[0-9][a-z 0-9_.-]*//&#039; installed-software.log
This removes any version dist and architecture information leaving only the packagename suitable for yum to consume using the command as suggested by rainmaker:
cat installed.log &#124;xargs yum -y install</description> <content:encoded><![CDATA[<p>I used the following command to clean up the list of packages generated in fedora:</p><p>sed -r &#8211;in-place &#8216;s/-[0-9][a-z 0-9_.-]*//&#8217; installed-software.log</p><p>This removes any version dist and architecture information leaving only the packagename suitable for yum to consume using the command as suggested by rainmaker:</p><p>cat installed.log |xargs yum -y install</p> ]]></content:encoded> </item> <item><title>By: rainmaker</title><link>http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html#comment-175722</link> <dc:creator>rainmaker</dc:creator> <pubDate>Thu, 17 Nov 2011 16:24:25 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html#comment-175722</guid> <description>You can also do:
#cat installed.log &#124;xargs yum -y install</description> <content:encoded><![CDATA[<p>You can also do:<br
/> #cat installed.log |xargs yum -y install</p> ]]></content:encoded> </item> <item><title>By: Gerald</title><link>http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html#comment-174740</link> <dc:creator>Gerald</dc:creator> <pubDate>Mon, 10 Oct 2011 18:09:43 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html#comment-174740</guid> <description>Yum&#039;s package management is really abysmal:
After searching for intensely on the web for ways to retrieve a list of packages that had been manually installed in CentOS 5 (so I can clean up no longer needed apps), I finally had to give up: It&#039;s just not possible - the only thing you can get is useless lists which include gazillion dependencies as if they were programs you had actually &#039;installed&#039;.
In RHEL/CentOS/SL 6.x, the situation has gotten slightly better with yumdb.
But IMHO you can ONLY _manually_ generate a list if you do
yumdb search installed_by 0 (lists everything installed by user root, not including things from the initial installation)
and then remove (by hand) everything that isn&#039;t also in the following list
- yumdb search reason user (everything that wasn&#039;t installed as part of a dependency. This however also includes everything from the initial installation)
If you then manually generated a list from those 2 outputs, you should get a list of  individual apps that have been installed. To get yum to also remove non-needed dependencies you of course also have to add clean_requirements_on_remove=1 to /etc/yum.conf.
Alternative:
If you run an OS with good package management, such as Gentoo things are so much simpler: edit /var/lib/portage/world and remove what you no longer need, then run emerge --depclean and you&#039;re done.</description> <content:encoded><![CDATA[<p>Yum&#8217;s package management is really abysmal:</p><p>After searching for intensely on the web for ways to retrieve a list of packages that had been manually installed in CentOS 5 (so I can clean up no longer needed apps), I finally had to give up: It&#8217;s just not possible &#8211; the only thing you can get is useless lists which include gazillion dependencies as if they were programs you had actually &#8216;installed&#8217;.</p><p>In RHEL/CentOS/SL 6.x, the situation has gotten slightly better with yumdb.</p><p>But IMHO you can ONLY _manually_ generate a list if you do<br
/> yumdb search installed_by 0 (lists everything installed by user root, not including things from the initial installation)</p><p>and then remove (by hand) everything that isn&#8217;t also in the following list<br
/> - yumdb search reason user (everything that wasn&#8217;t installed as part of a dependency. This however also includes everything from the initial installation)</p><p>If you then manually generated a list from those 2 outputs, you should get a list of  individual apps that have been installed. To get yum to also remove non-needed dependencies you of course also have to add clean_requirements_on_remove=1 to /etc/yum.conf.</p><p>Alternative:<br
/> If you run an OS with good package management, such as Gentoo things are so much simpler: edit /var/lib/portage/world and remove what you no longer need, then run emerge &#8211;depclean and you&#8217;re done.</p> ]]></content:encoded> </item> <item><title>By: joe</title><link>http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html#comment-174605</link> <dc:creator>joe</dc:creator> <pubDate>Mon, 03 Oct 2011 16:49:05 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html#comment-174605</guid> <description>Hello,
Looking for information on how to restore out of rpm/yum upgrade/install (off all installs done on 09/22/2011)
Thanks
Joe</description> <content:encoded><![CDATA[<p>Hello,<br
/> Looking for information on how to restore out of rpm/yum upgrade/install (off all installs done on 09/22/2011)</p><p>Thanks<br
/> Joe</p> ]]></content:encoded> </item> <item><title>By: MKZA</title><link>http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html#comment-173345</link> <dc:creator>MKZA</dc:creator> <pubDate>Wed, 17 Aug 2011 10:13:17 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html#comment-173345</guid> <description>Works GREAT !!! Thanks for a great site with really great stuff for Nix Admins.
If anyone gets a permission denied error when running the dpkg --get-selections &gt; /etc/installed-applications.log command
First create your .log file in your chosen folder, give yourself or root full permission to write to the file then run it again.
What I then did was I added this command to the FTPbackup.sh script also posted on this site so now it does this automatically everyday making sure I have a complete up to date list of applications installed.</description> <content:encoded><![CDATA[<p>Works GREAT !!! Thanks for a great site with really great stuff for Nix Admins.</p><p>If anyone gets a permission denied error when running the dpkg &#8211;get-selections &gt; /etc/installed-applications.log command</p><p>First create your .log file in your chosen folder, give yourself or root full permission to write to the file then run it again.</p><p>What I then did was I added this command to the FTPbackup.sh script also posted on this site so now it does this automatically everyday making sure I have a complete up to date list of applications installed.</p> ]]></content:encoded> </item> <item><title>By: AO</title><link>http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html#comment-172081</link> <dc:creator>AO</dc:creator> <pubDate>Thu, 23 Jun 2011 17:01:21 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html#comment-172081</guid> <description>Helo,
I need a debian command to find which packages I have installed from backports. dkpg --get-selections only gives me the package name.
Any ideas?</description> <content:encoded><![CDATA[<p>Helo,<br
/> I need a debian command to find which packages I have installed from backports. dkpg &#8211;get-selections only gives me the package name.</p><p>Any ideas?</p> ]]></content:encoded> </item> <item><title>By: James</title><link>http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html#comment-169520</link> <dc:creator>James</dc:creator> <pubDate>Sat, 05 Mar 2011 03:49:11 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html#comment-169520</guid> <description>Just to note.  apt-get isn&#039;t Ubuntu only.  It&#039;s another frontend to dpkg.  On Ubuntu just use dpkg as you would on a Debian system.</description> <content:encoded><![CDATA[<p>Just to note.  apt-get isn&#8217;t Ubuntu only.  It&#8217;s another frontend to dpkg.  On Ubuntu just use dpkg as you would on a Debian system.</p> ]]></content:encoded> </item> <item><title>By: Cavin</title><link>http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html#comment-158627</link> <dc:creator>Cavin</dc:creator> <pubDate>Fri, 30 Jul 2010 21:38:23 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html#comment-158627</guid> <description>@patrick
Well, Gentoo does compile all packages from sources, yes, but it uses a package management system. And the packages that are installed, are of course, binaries. Just because they were compiled on the system, doesn&#039;t make them any less so. So it is applicable to this.</description> <content:encoded><![CDATA[<p>@patrick<br
/> Well, Gentoo does compile all packages from sources, yes, but it uses a package management system. And the packages that are installed, are of course, binaries. Just because they were compiled on the system, doesn&#8217;t make them any less so. So it is applicable to this.</p> ]]></content:encoded> </item> <item><title>By: Kumar</title><link>http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html#comment-154885</link> <dc:creator>Kumar</dc:creator> <pubDate>Thu, 08 Apr 2010 20:43:59 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html#comment-154885</guid> <description>How do you view partial list? I get the lists but I can&#039;t view anything on top.</description> <content:encoded><![CDATA[<p>How do you view partial list? I get the lists but I can&#8217;t view anything on top.</p> ]]></content:encoded> </item> <item><title>By: SwiftLayer</title><link>http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html#comment-154494</link> <dc:creator>SwiftLayer</dc:creator> <pubDate>Tue, 23 Mar 2010 20:28:21 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html#comment-154494</guid> <description>Can be done to allow for upgrading to newer systems be removing arch dependency:
&lt;code&gt;
#!/bin/bash
## Installed Software Dump
## by SwiftLayer.com
## Dump the list of installed software ##
yum list installed &#124; awk &#039;{print $1}&#039; &gt; software
## Strip out the arch with sed replace ##
sed -i &#039;s/.noarch//g&#039; software
sed -i &#039;s/.i386//g&#039; software
sed -i &#039;s/.i686//g&#039; software
## Strip out the lines we dont want ## sed -i &#039;/ /d&#039; software
sed -i &#039;/Installed/d&#039; software
sed -i &#039;/MySQL/d&#039; software
sed -i &#039;/mysqlclient/d&#039; software
sed -i &#039;/ftp/d&#039; software
sed -i &#039;/dummy-centos-4/d&#039; software
sed -i &#039;/sendmail-cf/d&#039; software
sed -i &#039;/sendmail-doc/d&#039; software
sed -i &#039;/http/d&#039; software
sed -i &#039;/indexhtml/d&#039; software
sed -i &#039;/bind/d&#039; software
sed -i &#039;/postgresql/d&#039; software
sed -i &#039;/gpg/d&#039; software
sed -i &#039;/x11/d&#039; software
sed -i &#039;/caching-nameserver/d&#039; software
sed -i &#039;/yum/d&#039; software
sed -i &#039;/da_/d&#039; software
&lt;/code&gt;
Then use this to install on other system:
&lt;code&gt;
#!/bin/bash
## Yum install from list
## by SwiftLayer.com
if [ ! -e &quot;software&quot; ]; then
echo -e &quot;\n\nSoftware list missing please make sure file &#039;software&#039; exists\n&quot;
echo -e &quot;hint: run Installed Software Dump &#039;getInstalled.sh&#039; on old system\n&quot;
echo -e &quot;then copy the &#039;software&#039; file to this system\n\n&quot;
exit
fi
## Lets pipe in the software list to a single yum command using &#039;tr&#039; ##
yum install $(cat software &#124; tr &#039;\n&#039; &#039; &#039;)
&lt;/code&gt;</description> <content:encoded><![CDATA[<p>Can be done to allow for upgrading to newer systems be removing arch dependency:</p><p><code><br
/> #!/bin/bash</p><p>## Installed Software Dump<br
/> ## by SwiftLayer.com</p><p>## Dump the list of installed software ##<br
/> yum list installed | awk '{print $1}' &gt; software</p><p>## Strip out the arch with sed replace ##<br
/> sed -i 's/.noarch//g' software<br
/> sed -i 's/.i386//g' software<br
/> sed -i 's/.i686//g' software</p><p>## Strip out the lines we dont want ## sed -i '/ /d' software<br
/> sed -i '/Installed/d' software<br
/> sed -i '/MySQL/d' software<br
/> sed -i '/mysqlclient/d' software<br
/> sed -i '/ftp/d' software<br
/> sed -i '/dummy-centos-4/d' software<br
/> sed -i '/sendmail-cf/d' software<br
/> sed -i '/sendmail-doc/d' software<br
/> sed -i '/http/d' software<br
/> sed -i '/indexhtml/d' software<br
/> sed -i '/bind/d' software<br
/> sed -i '/postgresql/d' software<br
/> sed -i '/gpg/d' software<br
/> sed -i '/x11/d' software<br
/> sed -i '/caching-nameserver/d' software<br
/> sed -i '/yum/d' software<br
/> sed -i '/da_/d' software</p><p></code></p><p>Then use this to install on other system:<br
/> <code><br
/> #!/bin/bash</p><p>## Yum install from list<br
/> ## by SwiftLayer.com</p><p>if [ ! -e "software" ]; then<br
/> echo -e "\n\nSoftware list missing please make sure file 'software' exists\n"<br
/> echo -e "hint: run Installed Software Dump 'getInstalled.sh' on old system\n"<br
/> echo -e "then copy the 'software' file to this system\n\n"<br
/> exit<br
/> fi</p><p>## Lets pipe in the software list to a single yum command using 'tr' ##<br
/> yum install $(cat software | tr '\n' ' ')<br
/> </code></p> ]]></content:encoded> </item> <item><title>By: elyograg</title><link>http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html#comment-153967</link> <dc:creator>elyograg</dc:creator> <pubDate>Fri, 26 Feb 2010 23:39:24 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html#comment-153967</guid> <description>This is what I did.  It ensures that if the list is long enough to exceed the length limit on a command, it will still work:
cat installed-software.log &#124; xargs yum -y install</description> <content:encoded><![CDATA[<p>This is what I did.  It ensures that if the list is long enough to exceed the length limit on a command, it will still work:</p><p>cat installed-software.log | xargs yum -y install</p> ]]></content:encoded> </item> <item><title>By: Doc</title><link>http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html#comment-153253</link> <dc:creator>Doc</dc:creator> <pubDate>Sun, 31 Jan 2010 05:58:20 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html#comment-153253</guid> <description>But....
rpm -qa
Returns the long name, with version number, distro and arch,
for ex. gnome-utils-libs-2.28.3-1.fc11.i586
And if you try to install this list on a newer version distro you get
&lt;b&gt;No gnome-utils-libs-2.28.3-1.fc11.i586 package availabe.&lt;/b&gt;
You shoud use:
rpm -qa --queryformat &quot;%{NAME}\n&quot; &gt; packages.log
The problem is that I&#039;ve just figure out this, just when I&#039;ve formatted and installed a newer version of Fedora. Is there a trick to use the list I have? because there is no pattern at all to use sed/awk, isn&#039;t it?</description> <content:encoded><![CDATA[<p>But&#8230;.<br
/> rpm -qa<br
/> Returns the long name, with version number, distro and arch,<br
/> for ex. gnome-utils-libs-2.28.3-1.fc11.i586<br
/> And if you try to install this list on a newer version distro you get<br
/> <b>No gnome-utils-libs-2.28.3-1.fc11.i586 package availabe.</b></p><p>You shoud use:<br
/> rpm -qa &#8211;queryformat &#8220;%{NAME}\n&#8221; &gt; packages.log</p><p>The problem is that I&#8217;ve just figure out this, just when I&#8217;ve formatted and installed a newer version of Fedora. Is there a trick to use the list I have? because there is no pattern at all to use sed/awk, isn&#8217;t it?</p> ]]></content:encoded> </item> <item><title>By: AShok1288</title><link>http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html#comment-152715</link> <dc:creator>AShok1288</dc:creator> <pubDate>Tue, 05 Jan 2010 02:27:24 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html#comment-152715</guid> <description>i can&#039;t automate the installation process in fedora since it is asking
&quot;Total Download size:xxMB
Is this ok [y/n]?&quot;
every time for all packages i have to give &#039;y&#039; to download the package ............
is there any other way to automate the process?
please helpme........................</description> <content:encoded><![CDATA[<p>i can&#8217;t automate the installation process in fedora since it is asking<br
/> &#8220;Total Download size:xxMB<br
/> Is this ok [y/n]?&#8221;<br
/> every time for all packages i have to give &#8216;y&#8217; to download the package &#8230;&#8230;&#8230;&#8230;</p><p>is there any other way to automate the process?</p><p>please helpme&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;</p> ]]></content:encoded> </item> <item><title>By: johnhere</title><link>http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html#comment-148044</link> <dc:creator>johnhere</dc:creator> <pubDate>Tue, 07 Apr 2009 22:26:52 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html#comment-148044</guid> <description>Nice to see Debian and RPM based distro&#039;s working so peacefully together in this
gr8 tutorial. I gonna give it a try to put this as an aftercare script in a kickstart file.
I want to call it a &#039;clone kickstart&#039;.  ;-)
ks.cfg extracted/edited from a fedora distro /root/anaconda-ks.cfg
for rpm:
%post
for i in $(cat /some_network/kickstart_server/installed-software.log) ; do
packages+=&quot;$i &quot; ; done
yum install -y $packages
%end
Just an idea so correct me if i am wrong. That saves time.  ;-)</description> <content:encoded><![CDATA[<p>Nice to see Debian and RPM based distro&#8217;s working so peacefully together in this<br
/> gr8 tutorial. I gonna give it a try to put this as an aftercare script in a kickstart file.<br
/> I want to call it a &#8216;clone kickstart&#8217;.  ;-)</p><p>ks.cfg extracted/edited from a fedora distro /root/anaconda-ks.cfg</p><p>for rpm:</p><p>%post<br
/> for i in $(cat /some_network/kickstart_server/installed-software.log) ; do<br
/> packages+=&#8221;$i &#8221; ; done<br
/> yum install -y $packages<br
/> %end</p><p>Just an idea so correct me if i am wrong. That saves time.  ;-)</p> ]]></content:encoded> </item> </channel> </rss>
