Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.
Auszug
hiddentrue

Nuclos Launcher as a Linux AppImage: libfuse2 prerequisite, execute permission and desktop integration with AppImageLauncher.

globe with meridians Language: Deutsch · English

hammer and wrench Linux AppImage (EN)

Run the Nuclos Launcher on Linux as an AppImage – incl. libfuse2 and optional desktop integration.

Status
colourPurple
titleHow-to
Status
colourBlue
titleUser
Status
colourGreen
titleUpdated: Jul 2026
Status
colourGrey
titleapplies to Nuclos 4.2026.x

Panel
bgColor#F4F5F7

On this page

Inhalt
maxLevel2
minLevel2

Prerequisite: libfuse2

Current Linux distributions need libfuse2 to load AppImages:

Codeblock
languagebash
sudo apt-get install libfuse2 zlib1g-dev

Start

With execute permission the launcher starts directly:

Codeblock
languagebash
chmod +x Nuclos_Launcher_*.AppImage

Desktop integration (optional)

For seamless integration (start menu, auto-updates) we recommend AppImageLauncher:

Codeblock
languagebash
bash -c 'set -e; A=$(dpkg --print-architecture); case "$A" in amd64|arm64) F="appimagelauncher_2.2.0_${A}-bionic.deb";; *) echo "Not supported architecture: $A" >&2; exit 1;; esac; U="https://launchpad.net/appimagelauncher/2.x/v2.2.0/+download/$F"; wget -qO "/tmp/$F" "$U"; sudo apt-get install "/tmp/$F"; rm "/tmp/$F"'

Related pages

desktop computer Launcher (DE)


Enable & configure the launcher.

Open →

rocket Installation (DE)


Install Nuclos.

Open →