<?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=5681&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Gdebi/dpkg and zst archives?]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=5681</link>
		<description><![CDATA[The most recent posts in Gdebi/dpkg and zst archives?.]]></description>
		<lastBuildDate>Mon, 01 May 2023 08:29:41 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Gdebi/dpkg and zst archives?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=42082#p42082</link>
			<description><![CDATA[<div class="quotebox"><cite>swanson wrote:</cite><blockquote><div><div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>Given that a <span class="bbc">.deb</span> file is an <span class="bbc">ar</span> archive file containing two <span class="bbc">.tar.gz</span> files it might be within scope for you to repackage things yourself.</p></div></blockquote></div><p>Yeah, but I forgot how to do it. I could possibly unpack debs and unzst them, and then repack them as new debs. </p><p>Where can I find good guides on that?</p><p>Thanks for the help guys!</p></div></blockquote></div><p>I havent done this in awhile either but ill try and give a somewhat simplistic guide, in a terminal i just tried with the jq package but the data and control file were in xz format.</p><div class="codebox"><pre><code>mkdir jq
ar vx jq.deb --output /home/soren/jq
cd /home/soren/jq
tar xvf data.tar.xz
tar xvf control.tar.xz
rm control.tar.xz data.tar.xz
mkdir DEBIAN
mv usr/ control debian-binary md5sums DEBIAN/
cd ..
dpkg-deb -b /home/soren/jq jq.fixed.deb</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (soren)]]></author>
			<pubDate>Mon, 01 May 2023 08:29:41 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=42082#p42082</guid>
		</item>
		<item>
			<title><![CDATA[Re: Gdebi/dpkg and zst archives?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=42076#p42076</link>
			<description><![CDATA[<p><span class="bbc">man ar</span> (from binutils-common)<br /><span class="bbc">man tar</span> (from package tar)</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sun, 30 Apr 2023 22:03:26 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=42076#p42076</guid>
		</item>
		<item>
			<title><![CDATA[Re: Gdebi/dpkg and zst archives?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=42069#p42069</link>
			<description><![CDATA[<div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>Given that a <span class="bbc">.deb</span> file is an <span class="bbc">ar</span> archive file containing two <span class="bbc">.tar.gz</span> files it might be within scope for you to repackage things yourself.</p></div></blockquote></div><p>Yeah, but I forgot how to do it. I could possibly unpack debs and unzst them, and then repack them as new debs. </p><p>Where can I find good guides on that?</p><p>Thanks for the help guys!</p>]]></description>
			<author><![CDATA[dummy@example.com (swanson)]]></author>
			<pubDate>Sun, 30 Apr 2023 17:30:01 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=42069#p42069</guid>
		</item>
		<item>
			<title><![CDATA[Re: Gdebi/dpkg and zst archives?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=42064#p42064</link>
			<description><![CDATA[<p>Given that a <span class="bbc">.deb</span> file is an <span class="bbc">ar</span> archive file containing two <span class="bbc">.tar.gz</span> files it might be within scope for you to repackage things yourself.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sun, 30 Apr 2023 12:29:18 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=42064#p42064</guid>
		</item>
		<item>
			<title><![CDATA[Re: Gdebi/dpkg and zst archives?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=42063#p42063</link>
			<description><![CDATA[<p>I&#039;ve collected deb packages from all over. It&#039;s mainly addons to my DAW (plugins). So they are not mission critical nor damaging to the system. Most install in /home/user as well. I&#039;ve been seeing more and more zst archives lately, so I&#039;m glad we have zstd at least.</p>]]></description>
			<author><![CDATA[dummy@example.com (swanson)]]></author>
			<pubDate>Sun, 30 Apr 2023 12:16:16 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=42063#p42063</guid>
		</item>
		<item>
			<title><![CDATA[Re: Gdebi/dpkg and zst archives?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=42062#p42062</link>
			<description><![CDATA[<div class="quotebox"><cite>swanson wrote:</cite><blockquote><div><p>I&#039;ve recently tried to install deb packages containing zst-archives and failed. I have zstd installed (Chimeara). <br />What can I do? I can unpack zst archives in terminal, but Gdebi and Dpkg fails.</p><p>I don&#039;t mind hacking the deb packages if only I knew how to do it. Must be some way...</p></div></blockquote></div><p>Where did you get the deb package, what is it? If it is a ubuntu package or a debian 12 package you shouldnt try doing that on chimaera (debian/devuan 11) or at all. Support for zst is slated for debian 12 (unstable at the moment).</p><p>In addition: <br /><a href="https://tracker.debian.org/news/1407587/accepted-dpkg-12118-source-into-unstable/" rel="nofollow">https://tracker.debian.org/news/1407587 … -unstable/</a></p><div class="quotebox"><blockquote><div><p>- libdpkg: Add zstd support for .deb archives. Closes: #892664</p></div></blockquote></div>]]></description>
			<author><![CDATA[dummy@example.com (soren)]]></author>
			<pubDate>Sun, 30 Apr 2023 07:58:07 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=42062#p42062</guid>
		</item>
		<item>
			<title><![CDATA[Gdebi/dpkg and zst archives?]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=42057#p42057</link>
			<description><![CDATA[<p>I&#039;ve recently tried to install deb packages containing zst-archives and failed. I have zstd installed (Chimeara). <br />What can I do? I can unpack zst archives in terminal, but Gdebi and Dpkg fails.</p><p>I don&#039;t mind hacking the deb packages if only I knew how to do it. Must be some way...</p>]]></description>
			<author><![CDATA[dummy@example.com (swanson)]]></author>
			<pubDate>Sat, 29 Apr 2023 15:34:14 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=42057#p42057</guid>
		</item>
	</channel>
</rss>
