<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=5410&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Five-or-more pinning to older version]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=5410</link>
		<description><![CDATA[The most recent posts in [SOLVED] Five-or-more pinning to older version.]]></description>
		<lastBuildDate>Fri, 16 Dec 2022 18:49:43 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Five-or-more pinning to older version]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=39434#p39434</link>
			<description><![CDATA[<p>Well, don&#039;t fully understand the reasoning. The filename did not include the epoch, and I used that info for the pref file. The epoch is present in Synpatic and when you look closely to the printout of apt policy, but I never thought it would be important, based on the examples I saw.</p><p>So far so bad, its solved. Again what learned ....</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Fri, 16 Dec 2022 18:49:43 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=39434#p39434</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Five-or-more pinning to older version]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=39433#p39433</link>
			<description><![CDATA[<div class="quotebox"><cite>rolfie wrote:</cite><blockquote><div><p>Why is this &quot;1:&quot; you call it epoch required?</p></div></blockquote></div><p>The epoch is part of the version string. See also <a href="https://www.debian.org/doc/debian-policy/ch-controlfields.html#version" rel="nofollow">https://www.debian.org/doc/debian-polic … ml#version</a>.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Fri, 16 Dec 2022 18:43:05 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=39433#p39433</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Five-or-more pinning to older version]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=39431#p39431</link>
			<description><![CDATA[<p>Why is this &quot;1:&quot; you call it epoch required? Well it works this way. </p><p>I scanned through the man apt_preferences, the Ubuntu wiki article, and other in the internet before posting here, didn&#039;t see that in the examples given ....</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Fri, 16 Dec 2022 18:37:41 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=39431#p39431</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Five-or-more pinning to older version]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=39427#p39427</link>
			<description><![CDATA[<p>You forgot to add the epoch:</p><div class="codebox"><pre><code>Package: five-or-more*
Pin: version 1:3.30.0*
Pin-Priority: 1001</code></pre></div><p>Tested and works for me.</p><p>EDIT: added asterisk after package name to cover multi-arch systems.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Fri, 16 Dec 2022 18:16:01 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=39427#p39427</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Five-or-more pinning to older version]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=39426#p39426</link>
			<description><![CDATA[<div class="codebox"><pre class="vscroll"><code># apt policy
Paketdateien:
 100 /var/lib/dpkg/status
     release a=now
 500 http://deb.devuan.org/merged daedalus/non-free i386 Packages
     release v=5.0,o=Devuan,a=testing,n=daedalus,l=Devuan,c=non-free,b=i386
     origin deb.devuan.org
 500 http://deb.devuan.org/merged daedalus/non-free amd64 Packages
     release v=5.0,o=Devuan,a=testing,n=daedalus,l=Devuan,c=non-free,b=amd64
     origin deb.devuan.org
 500 http://deb.devuan.org/merged daedalus/contrib i386 Packages
     release v=5.0,o=Devuan,a=testing,n=daedalus,l=Devuan,c=contrib,b=i386
     origin deb.devuan.org
 500 http://deb.devuan.org/merged daedalus/contrib amd64 Packages
     release v=5.0,o=Devuan,a=testing,n=daedalus,l=Devuan,c=contrib,b=amd64
     origin deb.devuan.org
 500 http://deb.devuan.org/merged daedalus/main i386 Packages
     release v=5.0,o=Devuan,a=testing,n=daedalus,l=Devuan,c=main,b=i386
     origin deb.devuan.org
 500 http://deb.devuan.org/merged daedalus/main amd64 Packages
     release v=5.0,o=Devuan,a=testing,n=daedalus,l=Devuan,c=main,b=amd64
     origin deb.devuan.org
Mit Pinning verwaltete Pakete:
# apt policy five-or-more
five-or-more:
  Installiert:           1:3.30.0-2
  Installationskandidat: 1:3.32.3-1
  Versionstabelle:
     1:3.32.3-1 500
        500 http://deb.devuan.org/merged daedalus/main amd64 Packages
 *** 1:3.30.0-2 100
        100 /var/lib/dpkg/status</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Fri, 16 Dec 2022 18:14:30 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=39426#p39426</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Five-or-more pinning to older version]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=39425#p39425</link>
			<description><![CDATA[<p>Can we see</p><div class="codebox"><pre><code>apt policy
apt policy five-or-more</code></pre></div><p>Thanks!</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Fri, 16 Dec 2022 18:07:40 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=39425#p39425</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Five-or-more pinning to older version]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=39424#p39424</link>
			<description><![CDATA[<p>Daedalus with Cinnamon DE.</p><p>The counting of results of the game five-or-more is broken since Chimaera, and hasn&#039;t been fixed in Daedalus. I removed the package from the installation, downloaded the older version five-or-more_3.30.0-2_amd64.deb from Beowulf and installed it with dpkg -i. I think I had to install an additional dependency. The older program is working. </p><p>To keep the package, I added a file five-or-more to /etc/apt/preferences.d with the contents:</p><div class="codebox"><pre><code>Package: five-or-more
Pin: version 3.30.0*
Pin-Priority: 1001</code></pre></div><p>When I run an apt update this setting is ignored, I still get the version 3.32.3 listed as installation candidate.</p><p>What is wrong in my setup? Why is the preference ignored? Shouldn&#039;t I see the setting immediately in apt-cache policy? </p><p>rolfie</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Fri, 16 Dec 2022 18:03:52 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=39424#p39424</guid>
		</item>
	</channel>
</rss>
