forked from baumgarr/nixnote2
-
Notifications
You must be signed in to change notification settings - Fork 32
HowTo Run AppImage without FUSE
Robert Spiegel edited this page Aug 16, 2018
·
5 revisions
Filesystem in Userspace (FUSE) is a system that lets non-root users mount filesystems. Many distributions have a working FUSE setup out-of-the-box. However if it is not working for you, you may need to install and configure FUSE manually ...or you may want to unpack AppImage and run extracted version.
See also: How to install FUSE
Here short intro how you can run AppImage if you don't have FUSE installed (and for what ever reason you don't want to install).
./NixNote2.AppImage --appimage-extract
Wiki Index ** FAQ ** Getting started ** Features