-
Notifications
You must be signed in to change notification settings - Fork 0
Installation Linux Generic
Chase Chen edited this page Feb 24, 2026
·
1 revision
The installation package downloaded via GitHub Releases will typically be located in your ~/Downloads/ directory.
Open your terminal and navigate to the folder where the file was saved:
cd ~/DownloadsOn Linux, manually downloaded binaries are not executable by default for security reasons. You must grant the file execution permissions using the chmod command:
chmod +x unsealer-linux-x64It is recommended to test the binary to ensure it runs correctly on your system environment. You can do this by invoking the help command:
./unsealer-linux-x64 --helpNote: If you receive an error regarding missing shared libraries (e.g., libzbar.so), please refer to the system-specific installation guides (Arch, Debian, or Red Hat) to install the necessary dependencies.