# Telepítés AppImage néven

You can download the latest AppImage from the QOwnNotes releases page (opens new window). Meg kell nevezni a következő néven: QOwnNotes-x86_64.AppImage.

TIP

Ha telepítve van a jq (opens new window), közvetlenül letöltheti a legújabb AppImage-et is:

# query the latest Linux release from the QOwnNotes API, parse the JSON for the URL and download it
curl -L https://api.qownnotes.org/latest_releases/linux | jq .url | xargs curl -Lo QOwnNotes-x86_64.AppImage
1
2

Ezután megváltoztathatja a fájl végrehajtási engedélyeit:

chmod a+x QOwnNotes-*.AppImage
1

TIP

AppImages need libfuse2 to run! For example under Ubuntu you can install the library with sudo apt install libfuse2.

Afterward you should be able to execute the AppImage to run QOwnNotes.

WARNING

Ha az automatikus frissítőt szeretné használni, feltétlenül helyezze el az AppImage -ot olyan helyre, ahová felhasználói fiókja írási jogosultsággal rendelkezik, például valahol a saját könyvtárában.

TIP

Ha problémái vannak az AppImage futtatásával, mert a glibc verziója túl régi, próbálkozzon az OBS-re épített AppImage (opens new window) programmal, amelyet a glibc 2.16-os verziójával kell elkészíteni.