<?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>debian Archives - ITEC4B</title>
	<atom:link href="https://itec4b.com/tag/debian/feed/" rel="self" type="application/rss+xml" />
	<link>https://itec4b.com/tag/debian/</link>
	<description>Information Technology Expert Consulting</description>
	<lastBuildDate>Fri, 10 Feb 2023 21:38:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.3</generator>
	<item>
		<title>Debian: List/Check Installed Packages</title>
		<link>https://itec4b.com/debian-list-check-installed-packages/</link>
		
		<dc:creator><![CDATA[author]]></dc:creator>
		<pubDate>Wed, 01 Feb 2023 16:43:02 +0000</pubDate>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Shell Scripting]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[packages]]></category>
		<category><![CDATA[shell script]]></category>
		<guid isPermaLink="false">https://itec4b.com/?p=916</guid>

					<description><![CDATA[List All Installed Packages Look For Specific Package(s)]]></description>
										<content:encoded><![CDATA[
<h3>List All Installed Packages</h3>



<pre class="wp-block-code"><code>$ LC_ALL=C dpkg-query -f '${Package} ${Version} ${Status}\n' -W | awk '{print $1" "$2" "$4" "$5}' | column -t</code></pre>



<h3>Look For Specific Package(s)</h3>



<pre class="wp-block-code"><code>Multiple package names and glob patterns works

$ LC_ALL=C dpkg-query -f '${Package} ${Version} ${Status}\n' -W &lt;pkg_name&gt; | awk '{print $1" "$2" "$4" "$5}' | column -t</code></pre>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Downloading Debian CD/DVD images</title>
		<link>https://itec4b.com/downloading-debian-cd-dvd-images/</link>
		
		<dc:creator><![CDATA[author]]></dc:creator>
		<pubDate>Sat, 14 Jan 2023 22:21:26 +0000</pubDate>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>
		<guid isPermaLink="false">https://itec4b.com/?p=127</guid>

					<description><![CDATA[https://www.debian.org/CD/http-ftp DVD 64-bit x86 (amd64) FR https://mirrors.ircam.fr/pub/debian-cd/current/amd64/iso-dvd DVD 32-bit x86 (i386) FR https://mirrors.ircam.fr/pub/debian-cd/current/i386/iso-dvd Live Images 64-bit x86 (amd64) FR https://mirrors.ircam.fr/pub/debian-cd/current-live/amd64/iso-hybrid Live Images 32-bit x86 (i386) FR https://mirrors.ircam.fr/pub/debian-cd/current-live/i386/iso-hybrid https://debian-cd.debian.net Debian worldwide mirror sites https://www.debian.org/mirror/list-full The Debian Administrator&#8217;s Handbook https://www.debian.org/doc/manuals/debian-handbook]]></description>
										<content:encoded><![CDATA[
<p><a href="https://www.debian.org/CD/http-ftp">https://www.debian.org/CD/http-ftp</a></p>



<figure class="wp-block-table"><table><tbody><tr><td>DVD 64-bit x86 (amd64)</td><td>FR</td><td><a href="https://mirrors.ircam.fr/pub/debian-cd/current/amd64/iso-dvd">https://mirrors.ircam.fr/pub/debian-cd/current/amd64/iso-dvd</a></td></tr><tr><td>DVD 32-bit x86 (i386)</td><td>FR</td><td><a href="https://mirrors.ircam.fr/pub/debian-cd/current/i386/iso-dvd">https://mirrors.ircam.fr/pub/debian-cd/current/i386/iso-dvd</a></td></tr><tr><td>Live Images 64-bit x86 (amd64)</td><td>FR</td><td><a href="https://mirrors.ircam.fr/pub/debian-cd/current-live/amd64/iso-hybrid">https://mirrors.ircam.fr/pub/debian-cd/current-live/amd64/iso-hybrid</a></td></tr><tr><td>Live Images 32-bit x86 (i386)</td><td>FR</td><td><a href="https://mirrors.ircam.fr/pub/debian-cd/current-live/i386/iso-hybrid">https://mirrors.ircam.fr/pub/debian-cd/current-live/i386/iso-hybrid</a></td></tr><tr><td></td><td></td><td><a href="https://debian-cd.debian.net">https://debian-cd.debian.net</a></td></tr></tbody></table></figure>



<h2>Debian worldwide mirror sites</h2>



<p><a href="https://www.debian.org/mirror/list-full">https://www.debian.org/mirror/list-full</a></p>



<h2>The Debian Administrator&#8217;s Handbook</h2>



<p><a href="https://www.debian.org/doc/manuals/debian-handbook">https://www.debian.org/doc/manuals/debian-handbook</a></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
