<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kenneth Dalbjerg &#187; dpkg</title>
	<atom:link href="http://kennethdalbjerg.dk/tag/dpkg/feed" rel="self" type="application/rss+xml" />
	<link>http://kennethdalbjerg.dk</link>
	<description>Kenneth Qvistgaard Dalbjerg, IT Konsulent i århus</description>
	<lastBuildDate>Fri, 03 Feb 2012 22:41:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Get list of installed programs from dead disk ubuntu debian</title>
		<link>http://kennethdalbjerg.dk/2011/05/24/get-list-of-installed-programs-from-dead-disk-ubuntu-debian</link>
		<comments>http://kennethdalbjerg.dk/2011/05/24/get-list-of-installed-programs-from-dead-disk-ubuntu-debian#comments</comments>
		<pubDate>Tue, 24 May 2011 12:43:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[dpkg]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://kennethdalbjerg.dk/?p=875</guid>
		<description><![CDATA[If you have a dead installation, some will not boot you can use this commands, to get the list of installed programs. grep -B 1 \ "^Status: install ok installed$" /media/recovery2/var/lib/dpkg/status &#124; \ awk '/^Package:.*$/{print $2"\t\tinstall"}' &#124; \ sort > package.list And this command to install it on a new installation: dpkg --set-selections &#60; package.list [...]]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2011/05/24/get-list-of-installed-programs-from-dead-disk-ubuntu-debian/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installere 2 ens Debian maskiner op.</title>
		<link>http://kennethdalbjerg.dk/2008/08/02/installere-2-ens-debian-maskiner-op</link>
		<comments>http://kennethdalbjerg.dk/2008/08/02/installere-2-ens-debian-maskiner-op#comments</comments>
		<pubDate>Sat, 02 Aug 2008 09:10:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[apt-file]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[dpkg]]></category>

		<guid isPermaLink="false">http://kennethdalbjerg.dk/?p=140</guid>
		<description><![CDATA[Det kan være praktisk at nå man skal installere 2 ens maskiner op, bare at finde frem til hvilket pakker der er installeret på den ene, og så overfører dem til den anden, dette gøres nemt med dpkg og dselect. Først skal vi på maskine1 havde hentede de pakker ud som er installeret på den. [...]]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2008/08/02/installere-2-ens-debian-maskiner-op/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian: Installing the same packages on another machine</title>
		<link>http://kennethdalbjerg.dk/2006/04/28/debian-installing-the-same-packages-on-another-machine</link>
		<comments>http://kennethdalbjerg.dk/2006/04/28/debian-installing-the-same-packages-on-another-machine#comments</comments>
		<pubDate>Fri, 28 Apr 2006 17:01:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[dpkg]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://GUID</guid>
		<description><![CDATA[1) dpkg --get-selections > list.txt **do this on source system
**move "list.txt" to target system**
2) dpkg --set-selections < list.txt **do this on target system
3) dselect install
...]]></description>
		<wfw:commentRss>http://kennethdalbjerg.dk/2006/04/28/debian-installing-the-same-packages-on-another-machine/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

