<?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=7913&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Can't find libfuse2 on devuan/feria]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=7913</link>
		<description><![CDATA[The most recent posts in [SOLVED] Can't find libfuse2 on devuan/feria.]]></description>
		<lastBuildDate>Fri, 17 Apr 2026 13:00:51 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Can't find libfuse2 on devuan/feria]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=63255#p63255</link>
			<description><![CDATA[<p>Why that complicated. </p><p>In the top left corner of this forum there is a link to the Devuan packages. Search for libfuse2, then goto 2.9.9-6+b1 which is the latest version, and download the deb under Filename.</p><p>Copy the download to /tmp, cd there as root and run dpkg -i *.deb and you are done.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Fri, 17 Apr 2026 13:00:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=63255#p63255</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Can't find libfuse2 on devuan/feria]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=63253#p63253</link>
			<description><![CDATA[<p>There&#039;s other solution.<br /><a href="https://github.com/ivan-hc/AM/blob/main/docs/guides-and-tutorials/nolibfuse.md" rel="nofollow">https://github.com/ivan-hc/AM/blob/main … libfuse.md</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Elyon)]]></author>
			<pubDate>Fri, 17 Apr 2026 11:40:38 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=63253#p63253</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Can't find libfuse2 on devuan/feria]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=63250#p63250</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>My first reaction was: that lib is outdated.</p></div></blockquote></div><p>Indeed, It&#039;s outdated but it is a crutial for A LOT of AppImages out there to run properly. </p><p>I ended up with an isolated solution to keep everything separated from apt/system packages.</p><p>Downloaded <a href="http://mirrors.kernel.org/ubuntu/pool/universe/f/fuse/libfuse2t64_2.9.9-9_amd64.deb" rel="nofollow">libfuse deb</a> from ubuntu questing repo.<br />Extracted the *.so files and put it inside <span class="bbc">/opt/libfuse2/</span><br />Made a conf file inside <span class="bbc">/etc/ld.so.conf.d/</span><br />Like this: </p><div class="codebox"><pre><code>$ cat /etc/ld.so.conf.d/fuse2compat.conf 
/opt/libfuse2/</code></pre></div><p>Then I ran: <span class="bbc">sudo ldconfig</span></p>]]></description>
			<author><![CDATA[dummy@example.com (sysv_penguin)]]></author>
			<pubDate>Thu, 16 Apr 2026 22:43:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=63250#p63250</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Can't find libfuse2 on devuan/feria]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=63240#p63240</link>
			<description><![CDATA[<p>My first reaction was: that lib is outdated. </p><p>Then I had a look at my Excalibur. There I got listed libfuse2/now 2.9.9-6+b1 amd64 which is installed locally, and libfuse2t64/stable 2.9.9-9 amd64 which isn&#039;t installed. Haven&#039;t digged any deeper. Don&#039;t know why/how libfuse2 was installed, can&#039;t remember any special operation. </p><p>libfuse2 is from bookworm, libfuse2t64 is from Trixie, there is nothing in Forky/Freia.</p><p>You could try libfuse2t64. But I think you need to download it from Trixie/Excalibur and then install it locally. Same is vald for libfuse2 from Bootkworm/Daedalus.</p><p>Update: some search revealed that libfuse2 was installed because of Veracrypt.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Thu, 16 Apr 2026 10:13:19 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=63240#p63240</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Can't find libfuse2 on devuan/feria]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=63239#p63239</link>
			<description><![CDATA[<p>This package is needed by a dozen of my AppImages to work properly. They refuse to open without this package. <br />running <span class="bbc">sudo apt search libfuse</span> returns this:</p><div class="codebox"><pre><code>golang-github-hanwen-go-fuse-dev/testing 2.8.0-1 all
  Native Go bindings for the FUSE kernel module

libfuse3-4/testing,now 3.18.2-1 amd64 [installed,automatic]
  Filesystem in Userspace (library) (3.x version)

libfuse3-dev/testing 3.18.2-1 amd64
  Filesystem in Userspace (development) (3.x version)

python3-pyfuse3/testing 3.4.0-3+b4 amd64
  Python 3 bindings for libfuse 3 with asynchronous API

python3-pyfuse3-doc/testing 3.4.0-3 all
  Python 3 bindings for libfuse 3 with asynchronous API (documentation)</code></pre></div><p>How can I install this library on my system?</p>]]></description>
			<author><![CDATA[dummy@example.com (sysv_penguin)]]></author>
			<pubDate>Thu, 16 Apr 2026 09:49:31 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=63239#p63239</guid>
		</item>
	</channel>
</rss>
