<?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>Paket &#8211; Linux und Ich</title>
	<atom:link href="https://linuxundich.de/tag/paket/feed/" rel="self" type="application/rss+xml" />
	<link>https://linuxundich.de</link>
	<description>Blog über Ubuntu, Linux, Android und IT</description>
	<lastBuildDate>Thu, 13 Mar 2025 12:30:16 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://linuxundich.de/wp-content/uploads/2025/04/cropped-lui-app-512-32x32.png</url>
	<title>Paket &#8211; Linux und Ich</title>
	<link>https://linuxundich.de</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Pachist zeigt unter Arch Linux wann welches Paket aus der Paketverwaltung installiert wurde</title>
		<link>https://linuxundich.de/gnu-linux/pachist-zeigt-unter-arch-linux-wann-welches-paket-aus-der-paketverwaltung-installiert-wurde/</link>
					<comments>https://linuxundich.de/gnu-linux/pachist-zeigt-unter-arch-linux-wann-welches-paket-aus-der-paketverwaltung-installiert-wurde/#comments</comments>
		
		<dc:creator><![CDATA[Christoph Langner]]></dc:creator>
		<pubDate>Thu, 06 Mar 2014 12:42:13 +0000</pubDate>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[Pacman]]></category>
		<category><![CDATA[Paket]]></category>
		<guid isPermaLink="false">http://linuxundich.de/?p=22890</guid>

					<description><![CDATA[Ab und an ist es für mich recht wichtig herauszufinden, wann welches Paket aus der Paketverwaltung heraus installiert beziehungsweise aktualisiert wurde. Dafür muss man unter Arch Linux eigentlich nur einen Blick in die /var/log/pacman.log werfen, doch das Format der Datei ist alles andere als angenehm zu lesen. Viel einfacher und übersichtlicher geht es mit dem [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Ab und an ist es für mich recht wichtig herauszufinden, wann welches Paket aus der Paketverwaltung heraus installiert beziehungsweise aktualisiert wurde. Dafür muss man unter Arch Linux eigentlich nur einen Blick in die <em>/var/log/pacman.log</em> werfen, doch das Format der Datei ist alles andere als angenehm zu lesen. Viel einfacher und übersichtlicher geht es mit dem simplen Shell-Skript <a href="https://github.com/Almehdi/pachist/blob/master/pachist" target="_blank" rel="noopener">Pachist</a>.</p>
<pre>$ wget https://github.com/Almehdi/pachist/blob/master/
$ mv pachist ~/bin
$ chmod +x ~/bin/pachist
$ yaourt -S colout-git  #Alternativ ein anderer AUR-Wrapper
$ pachist</pre>
<p>Die Befehle von oben laden das Skript runter und schieben es nach ~/bin, so dass ihr es von überall aus aufrufen könnt. Das Skript liest das pacman.log aus, schnippelt die relevanten Einträge heraus, bei denen etwas über die Paketverwaltung installiert, aktualisiert oder &#8222;downgraded&#8220; wurde, sucht sich noch die Versionsummern heraus und stellt das ganze dann farbig dar. //Edit: Pachist gibt es auch fertig paketiert als <a href="https://aur.archlinux.org/packages/pachist-git/" target="_blank" rel="noopener">pachist-git im AUR</a>. Von daher erübrigt sich die händische Installation.</p>
<figure id="attachment_22892" aria-describedby="caption-attachment-22892" style="width: 640px" class="wp-caption aligncenter"><a href="http://linuxundich.de/wp-content/uploads/2014/03/pachist.png"><img fetchpriority="high" decoding="async" class="td-modal-image wp-image-22892 size-medium" src="https://linuxundich.de/wp-content/uploads/2014/03/pachist-640x406.png" alt="Pachist zeigt welche Pakete wann auf welche Version aktualisiert oder installiert wurden." width="640" height="406" srcset="https://linuxundich.de/wp-content/uploads/2014/03/pachist-640x406.png 640w, https://linuxundich.de/wp-content/uploads/2014/03/pachist-250x159.png 250w, https://linuxundich.de/wp-content/uploads/2014/03/pachist-550x349.png 550w, https://linuxundich.de/wp-content/uploads/2014/03/pachist-284x180.png 284w, https://linuxundich.de/wp-content/uploads/2014/03/pachist-473x300.png 473w, https://linuxundich.de/wp-content/uploads/2014/03/pachist.png 660w" sizes="(max-width: 640px) 100vw, 640px"></a><figcaption id="caption-attachment-22892" class="wp-caption-text">Pachist zeigt welche Pakete wann auf welche Version aktualisiert oder installiert wurden.</figcaption></figure>
]]></content:encoded>
					
					<wfw:commentRss>https://linuxundich.de/gnu-linux/pachist-zeigt-unter-arch-linux-wann-welches-paket-aus-der-paketverwaltung-installiert-wurde/feed/</wfw:commentRss>
			<slash:comments>13</slash:comments>
		
		
			</item>
		<item>
		<title>Google Gears gibts seit Ubuntu Karmic in den Paketquellen</title>
		<link>https://linuxundich.de/gnu-linux/google-gears-ubuntu-karmic-64bit/</link>
					<comments>https://linuxundich.de/gnu-linux/google-gears-ubuntu-karmic-64bit/#comments</comments>
		
		<dc:creator><![CDATA[Christoph Langner]]></dc:creator>
		<pubDate>Wed, 28 Oct 2009 12:23:52 +0000</pubDate>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Gears]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Notiz]]></category>
		<category><![CDATA[Paket]]></category>
		<category><![CDATA[Paketverwaltung]]></category>
		<category><![CDATA[Software]]></category>
		<guid isPermaLink="false">http://linuxundich.de/de/?p=4387</guid>

					<description><![CDATA[Die Installation von Google Gears auf einem 64-bit Ubuntu war bislang eine Frickelei. Die von Google zur Verfügung gestellte .xpi-Datei funktioniert leider nur auf einem 32-bit System und so musste man Gears entweder selber kompilieren oder sich auf Pakete Dritter verlassen. Da Gears jedoch unter der BSD-Lizenz steht, kann es auch frei verteilt werden und [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Die Installation von <a href="http://gears.google.com/" target="_blank" rel="noopener">Google Gears</a> auf einem 64-bit Ubuntu war bislang eine Frickelei. Die von Google zur Verfügung gestellte .xpi-Datei funktioniert leider nur auf einem 32-bit System und so musste man Gears entweder selber kompilieren oder <a href="/ubuntu/gears-aka-google-gears-auf-einem-64-bit-linux/">sich auf Pakete Dritter verlassen</a>. Da Gears jedoch unter der BSD-Lizenz steht, kann es auch frei verteilt werden und somit in die Paketquellen aller Linux-Distributionen einziehen. Bei Ubuntu ist dies nun seit Karmic Koala 9.10 der Fall. Gears steckt in den Paketquellen und kann somit auf 32-bit sowie 64-bit Ubuntus via&#8230;</p>
<pre>$ sudo apt-get install gears</pre>
<p>&#8230;installiert werden. Nach einem Neustart des Browsers (Gears funktioniert afaik nur mit Firefox&#8230;) ist das Plugin automatisch aktiv und wird von Seiten wie Google Docs, Google Reader oder Remember The Milk benutzt, um Webseiten auch Offline nutzen zu können. Bei Debian konnte ich Gears noch nicht in den Quellen finden. Es wird vermutlich nicht lange dauern bis das Ubuntu-Paket auf Debian portiert wird.</p>
<figure id="attachment_4388" aria-describedby="caption-attachment-4388" style="width: 640px" class="wp-caption aligncenter"><a href="http://linuxundich.de/wp-content/uploads/2009/10/googlegears.jpg"><img decoding="async" class="wp-image-4388 size-medium" title="googlegears" src="https://linuxundich.de/wp-content/uploads/2009/10/googlegears-640x575.jpg" alt="Google Gears" width="640" height="575" srcset="https://linuxundich.de/wp-content/uploads/2009/10/googlegears-640x575.jpg 640w, https://linuxundich.de/wp-content/uploads/2009/10/googlegears-468x420.jpg 468w, https://linuxundich.de/wp-content/uploads/2009/10/googlegears-681x612.jpg 681w, https://linuxundich.de/wp-content/uploads/2009/10/googlegears-250x224.jpg 250w, https://linuxundich.de/wp-content/uploads/2009/10/googlegears-550x494.jpg 550w, https://linuxundich.de/wp-content/uploads/2009/10/googlegears-200x180.jpg 200w, https://linuxundich.de/wp-content/uploads/2009/10/googlegears-334x300.jpg 334w, https://linuxundich.de/wp-content/uploads/2009/10/googlegears-557x500.jpg 557w, https://linuxundich.de/wp-content/uploads/2009/10/googlegears.jpg 686w" sizes="(max-width: 640px) 100vw, 640px"></a><figcaption id="caption-attachment-4388" class="wp-caption-text">Google Gears</figcaption></figure>
]]></content:encoded>
					
					<wfw:commentRss>https://linuxundich.de/gnu-linux/google-gears-ubuntu-karmic-64bit/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
