If you’ve downloaded the DMG file, double-click it to mount the disk image. Then, drag the MarkNode app into your Applications folder. You can launch the app from there.
If you’ve downloaded the tar.gz
file, extract it and run the MarkNode executable. For easier access, you can move the extracted folder to your Applications folder.
If you’ve downloaded the MSI file, double-click it to run the installer. Follow the on-screen instructions to complete the installation.
If you’ve downloaded the NSIS installer, double-click it to run the installer. Follow the on-screen instructions to complete the installation.
If you’ve downloaded the AppImage file, make it executable with the following command:
chmod +x MarkNode-*.AppImage
Then, run the app with:
./MarkNode-*.AppImage
If you see the following error:
dlopen(): error loading libfuse.so.2
It means the FUSE library is not installed. Install it with:
sudo apt update
sudo apt install libfuse2
If you’ve downloaded the .deb file, install it with:
sudo dpkg -i MarkNode-*.deb
If you’ve downloaded the .rpm file, install it with:
sudo rpm -i MarkNode-*.rpm
If you encounter any issues during installation or use, feel free to contact us at support@documentnode.io.