<?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=6258&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / installing kicd from backports. pinning question]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=6258</link>
		<description><![CDATA[The most recent posts in installing kicd from backports. pinning question.]]></description>
		<lastBuildDate>Mon, 18 Dec 2023 11:58:41 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: installing kicd from backports. pinning question]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46322#p46322</link>
			<description><![CDATA[<div class="quotebox"><cite>Andre4freedom wrote:</cite><blockquote><div><p>I just wonder:<br />Is there any reason to install Kicad from backports? It&#039;s fully present in the standard Devuan Deadalus repos.... and has long been.</p></div></blockquote></div><p>The thing with kicad often is, that the very helpfull libraries form external sources often require a newer version, IIRC.<br />And as is stands&#160; backports is kicad 7.x while daedalus is 6.x.</p><p>It&#039;s not that I necessarily want it, but to knew the path when I get there. (I &quot;think&quot; it was a much bigger gap in debian).</p>]]></description>
			<author><![CDATA[dummy@example.com (mclien)]]></author>
			<pubDate>Mon, 18 Dec 2023 11:58:41 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46322#p46322</guid>
		</item>
		<item>
			<title><![CDATA[Re: installing kicd from backports. pinning question]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46320#p46320</link>
			<description><![CDATA[<p>I just wonder:<br />Is there any reason to install Kicad from backports? It&#039;s fully present in the standard Devuan Deadalus repos.... and has long been.</p>]]></description>
			<author><![CDATA[dummy@example.com (Andre4freedom)]]></author>
			<pubDate>Mon, 18 Dec 2023 10:47:45 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46320#p46320</guid>
		</item>
		<item>
			<title><![CDATA[Re: installing kicd from backports. pinning question]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46318#p46318</link>
			<description><![CDATA[<p>That command <strong>apt -t daedalus-backports install</strong> will automatically pull in all dependencies as listed in the package. </p><p>Additional packages that are not dependencies must be installed with the same method as kicad. </p><div class="quotebox"><blockquote><div><p>Another question I&#039;m not entirely sure of. If there are updates in the backport package, will that be covered by?:</p><div class="codebox"><pre><code>apt update &amp;&amp; apt upgrade</code></pre></div></div></blockquote></div><p>Yes, as long as backports remains enabled in the sources.list.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Mon, 18 Dec 2023 08:16:46 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46318#p46318</guid>
		</item>
		<item>
			<title><![CDATA[Re: installing kicd from backports. pinning question]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46315#p46315</link>
			<description><![CDATA[<p>I get, that is the &quot;package by package&quot; way to do it. But kicad has also several other packages like kicad-library, kicad-foodprints and some.<br />The thought was to have those covered, too without to remember the &quot;-t daedalus-backports&quot; option every time.</p><p>Another question I&#039;m not entirely sure of. If there are updates in the backport package, will that be covered by?:</p><div class="codebox"><pre><code>apt update &amp;&amp; apt upgrade</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (mclien)]]></author>
			<pubDate>Mon, 18 Dec 2023 06:45:12 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46315#p46315</guid>
		</item>
		<item>
			<title><![CDATA[Re: installing kicd from backports. pinning question]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46304#p46304</link>
			<description><![CDATA[<p>If you just want kicad from backports, just amend the above line to the sources.list. Pinning isn&#039;t required, no backports package will be installed by default. </p><p>Then execute:</p><div class="codebox"><pre><code># apt update
# apt -t daedalus-backports install kicad</code></pre></div><p>And you will get updates for kicad if they appear in backports.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Sun, 17 Dec 2023 20:15:37 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46304#p46304</guid>
		</item>
		<item>
			<title><![CDATA[installing kicd from backports. pinning question]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=46301#p46301</link>
			<description><![CDATA[<p>I want to install kicad on my daedalus system from backports.<br />As I&#039;m not used to include backports, I&#039;d like some verification, that this is the/a correct way to do so.<br />sources list, add backports:</p><div class="codebox"><pre><code>deb http://deb.devuan.org/merged daedalus-backports main non-free contrib</code></pre></div><p>Then generate a preferences file for apt (/etc/apt/preferences):</p><div class="codebox"><pre><code>Package: *
Pin: release a=daedalus
Pin-Priority: 900

Package: *
Pin: release a=daedalus-backports
Pin-Priority: 500</code></pre></div><p>And for have it tidy generate one for kicad:<br />/etc/apt/preferences.d/kicad<br />containing:</p><div class="codebox"><pre><code>Package: kicad*
Pin: release a=daedalus-backports
Pin-Priority: 1000</code></pre></div><p>And then the usual</p><div class="codebox"><pre><code>apt-get update
apt-get install kicad&lt;whatever&gt;</code></pre></div><p>As I understand it, the other way would be, to put the kicad part directly into the preferences file.</p><p>So is that about right? Do I miss something?</p>]]></description>
			<author><![CDATA[dummy@example.com (mclien)]]></author>
			<pubDate>Sun, 17 Dec 2023 18:58:50 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=46301#p46301</guid>
		</item>
	</channel>
</rss>
