Skip to content

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.

1. Navigate to the Download Directory

Open your terminal and navigate to the folder where the file was saved:

cd ~/Downloads

2. Grant Executable Permissions

On 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-x64

3. Verify the Binary

It 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 --help

Note: 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.

Clone this wiki locally