<?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=6433&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Getting rid of "frankenstein" packages]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=6433</link>
		<description><![CDATA[The most recent posts in Getting rid of "frankenstein" packages.]]></description>
		<lastBuildDate>Sat, 24 Feb 2024 22:29:59 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Getting rid of "frankenstein" packages]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=48440#p48440</link>
			<description><![CDATA[<p>Always remember not to mix debian repos with ubuntu repos, or similar. Repos that only have one or the other, are a different case if they are from unofficial repos, but still be careful of what depends get pulled in. <img src="http://dev1galaxy.org/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (zapper)]]></author>
			<pubDate>Sat, 24 Feb 2024 22:29:59 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=48440#p48440</guid>
		</item>
		<item>
			<title><![CDATA[Re: Getting rid of "frankenstein" packages]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=48386#p48386</link>
			<description><![CDATA[<p>Cool, sounds like apt pinning is what I&#039;m looking for. Will try it and see.</p>]]></description>
			<author><![CDATA[dummy@example.com (quickfur)]]></author>
			<pubDate>Thu, 22 Feb 2024 19:57:47 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=48386#p48386</guid>
		</item>
		<item>
			<title><![CDATA[Re: Getting rid of "frankenstein" packages]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=48347#p48347</link>
			<description><![CDATA[<p>&quot;apt pinning&quot; is a possibility. A priority of at least 1001 allows package downgrade.<br />In your case, It would be pinning the daedalus packages to 1001 and then doing the usual upgrade.<br />I&#039;ve done that a few times, it usually just works.</p><div class="codebox"><pre><code># cat /etc/apt/preferences
Package: *
Pin: release n=daedalus
Pin-Priority: 1001

# apt update
# apt upgrade
# apt dist-upgrade</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (delgado)]]></author>
			<pubDate>Tue, 20 Feb 2024 19:11:43 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=48347#p48347</guid>
		</item>
		<item>
			<title><![CDATA[Re: Getting rid of "frankenstein" packages]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=48344#p48344</link>
			<description><![CDATA[<p>I had a similar problem (dist-up* didn’t help), of course it’s better to reinstall, it’s faster and the result is without surprises. If there is a separate /home partition, this is quite easy to do. And if not, then it&#039;s time to do that too.</p>]]></description>
			<author><![CDATA[dummy@example.com (aluma)]]></author>
			<pubDate>Tue, 20 Feb 2024 18:13:02 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=48344#p48344</guid>
		</item>
		<item>
			<title><![CDATA[Re: Getting rid of "frankenstein" packages]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=48343#p48343</link>
			<description><![CDATA[<p>If I am not mistaken there was an older thread in the forum with a similar issue. All I remember there was no easy way to achieve that what you want, it was a package by package undertaking.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Tue, 20 Feb 2024 18:06:41 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=48343#p48343</guid>
		</item>
		<item>
			<title><![CDATA[Re: Getting rid of "frankenstein" packages]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=48342#p48342</link>
			<description><![CDATA[<p>Example using synaptic, first disable unnecessary repositories and reload them.<br /><a href="https://postimages.org/" rel="nofollow"><span class="postimg"><img src="https://i.postimg.cc/gkqTw62L/25.jpg" alt="25.jpg" /></span></a><br /><a href="https://postimages.org/" rel="nofollow"><span class="postimg"><img src="https://i.postimg.cc/sf5n8ZSH/26.jpg" alt="26.jpg" /></span></a></p>]]></description>
			<author><![CDATA[dummy@example.com (aluma)]]></author>
			<pubDate>Tue, 20 Feb 2024 18:02:16 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=48342#p48342</guid>
		</item>
		<item>
			<title><![CDATA[Re: Getting rid of "frankenstein" packages]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=48341#p48341</link>
			<description><![CDATA[<p>I know what I did is unsupported / foolish / whatever.&#160; But I got it to (mostly) work.&#160; So now I&#039;m just looking for a way to clean things up.&#160; Reinstalling isn&#039;t really an option since this is my primary PC.</p>]]></description>
			<author><![CDATA[dummy@example.com (quickfur)]]></author>
			<pubDate>Tue, 20 Feb 2024 17:35:50 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=48341#p48341</guid>
		</item>
		<item>
			<title><![CDATA[Re: Getting rid of "frankenstein" packages]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=48340#p48340</link>
			<description><![CDATA[<p>Do have a look at this page to understand the Devuan/Debian release relationships:</p><p><span class="bbu"><a href="https://www.devuan.org/os/releases" rel="nofollow">https://www.devuan.org/os/releases</a></span></p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Tue, 20 Feb 2024 17:25:28 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=48340#p48340</guid>
		</item>
		<item>
			<title><![CDATA[Re: Getting rid of "frankenstein" packages]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=48339#p48339</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>... migrated to daedalus from debian/testing ...</p></div></blockquote></div><p>Well, the Debian equivalent to Daedalus is Bookworm, not Trixie/Testing. A new installation of Daedalus would solve all issues.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Tue, 20 Feb 2024 17:19:11 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=48339#p48339</guid>
		</item>
		<item>
			<title><![CDATA[Getting rid of "frankenstein" packages]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=48338#p48338</link>
			<description><![CDATA[<p>I migrated to daedalus from debian/testing, and while I&#039;ve fixed some resulting dependency issues with packages that are newer than what&#039;s in daedulus, I&#039;m still running into issues with packages that are &quot;too new&quot;, causing some existing packages in daedalus to be uninstallable unless I first track down each dependency that&#039;s &quot;too new&quot; and remove them manually.</p><p>Is there a way to force apt to auto-downgrade packages that are newer than what&#039;s in daedalus? That would ease a lot of this pain.</p>]]></description>
			<author><![CDATA[dummy@example.com (quickfur)]]></author>
			<pubDate>Tue, 20 Feb 2024 17:15:37 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=48338#p48338</guid>
		</item>
	</channel>
</rss>
