<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=4308&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Installing roundcube from beowulf-backports]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=4308</link>
		<description><![CDATA[The most recent posts in [SOLVED] Installing roundcube from beowulf-backports.]]></description>
		<lastBuildDate>Mon, 03 May 2021 10:05:26 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Installing roundcube from beowulf-backports]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=29573#p29573</link>
			<description><![CDATA[<div class="quotebox"><cite>angstrom wrote:</cite><blockquote><div><p>Thanks. Ah, okay, I see, so in general, it would seem preferable to use -t, which means that I&#039;ve been doing it wrong. :-(</p></div></blockquote></div><p>Just to qualify this statement (that I made), I guess that there are situations where you would want to install package X from backports while minimizing other changes to your existing setup, in which case</p><div class="codebox"><pre><code>apt-get install X/beowulf-backports</code></pre></div><p>would be the better strategy. However, the risk with this strategy (as I found out), particularly if X has a number of dependencies, is that one of the dependencies (which is <em>not</em> installed from backports) is too old or isn&#039;t fully compatible with X from backports.</p><p>This is why the safest strategy would be to install X from backports using</p><div class="codebox"><pre><code>apt-get -t beowulf-backports install X</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (angstrom)]]></author>
			<pubDate>Mon, 03 May 2021 10:05:26 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=29573#p29573</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Installing roundcube from beowulf-backports]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=29559#p29559</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>From the man page:</p><div class="quotebox"><blockquote><div><p>-t, --target-release, --default-release<br />This option controls the default input to the policy engine; it creates a default pin at priority 990 using the specified release string.</p></div></blockquote></div><p>Using <span class="bbc">/beowulf-backports</span> doesn&#039;t change the default release so APT can only attempt to draw the dependencies from beowulf.</p><div class="codebox"><pre><code>apt install roundcube/beowulf-backports roundcube-core/beowulf-backports roundcube-mysql/beowulf-backports</code></pre></div></div></blockquote></div><p>Thanks. Ah, okay, I see, so in general, it would seem preferable to use -t, which means that I&#039;ve been doing it wrong. :-(</p><div class="quotebox"><cite>angstrom wrote:</cite><blockquote><div><p>I can install emacs</p></div></blockquote></div><div class="quotebox"><blockquote><div><p>That&#039;s just a metapackage. Try</p><div class="codebox"><pre><code>apt install -s emacs-nox/beowulf-backports</code></pre></div></div></blockquote></div><p>At the same time, the emacs metapackage <em>did</em> pull in the intended emacs version (27.1) from backports, which is why I thought that</p><div class="codebox"><pre><code>apt-get install emacs/beowulf-backports</code></pre></div><p>did what I thought that it did. In other words, in the case of emacs,</p><div class="codebox"><pre><code>apt-get install emacs/beowulf-backports</code></pre></div><p>seemed to me to do what</p><div class="codebox"><pre><code>apt-get -t beowulf-backports install emacs</code></pre></div><p>would have done (but it probably didn&#039;t do <em>exactly</em> the same thing after all).</p>]]></description>
			<author><![CDATA[dummy@example.com (angstrom)]]></author>
			<pubDate>Sun, 02 May 2021 22:11:28 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=29559#p29559</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Installing roundcube from beowulf-backports]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=29557#p29557</link>
			<description><![CDATA[<p>From the man page:</p><div class="quotebox"><blockquote><div><p>-t, --target-release, --default-release<br />This option controls the default input to the policy engine; it creates a default pin at priority 990 using the specified release string.</p></div></blockquote></div><p>Using <span class="bbc">/beowulf-backports</span> doesn&#039;t change the default release so APT can only attempt to draw the dependencies from beowulf.</p><div class="codebox"><pre><code>apt install roundcube/beowulf-backports roundcube-core/beowulf-backports roundcube-mysql/beowulf-backports</code></pre></div><div class="quotebox"><cite>angstrom wrote:</cite><blockquote><div><p>I can install emacs</p></div></blockquote></div><p>That&#039;s just a metapackage. Try</p><div class="codebox"><pre><code>apt install -s emacs-nox/beowulf-backports</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sun, 02 May 2021 21:51:45 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=29557#p29557</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Installing roundcube from beowulf-backports]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=29543#p29543</link>
			<description><![CDATA[<p>The context: a fresh installation of Devuan Beowulf, the backports repository is activated.</p><p>For example, I can install emacs from backports unproblematically using the following command:</p><div class="codebox"><pre><code>apt-get install emacs/beowulf-backports</code></pre></div><p>Suppose that I follow the same strategy to install roundcube from backports:</p><div class="codebox"><pre><code>apt-get install roundcube/beowulf-backports</code></pre></div><p>This results in an error message saying that roundcube can&#039;t be installed because one of its dependencies, roundcube-core, can&#039;t be installed, which puzzles me.</p><p>However, if I try to install roundcube from backports using the command</p><div class="codebox"><pre><code>apt-get -t beowulf-backports install roundcube</code></pre></div><p>then it works!</p><p>Does anyone know why there is this difference?</p>]]></description>
			<author><![CDATA[dummy@example.com (angstrom)]]></author>
			<pubDate>Sun, 02 May 2021 17:03:39 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=29543#p29543</guid>
		</item>
	</channel>
</rss>
