Install Manaby on Linux
Follow these simple instructions to install Manaby Browser on your Linux distribution
Distribution Detection
We've detected you're using a Linux system. Please follow the installation instructions for your distribution:
Debian/Ubuntu-based Systems
1. Import the GPG key
curl -fsSL https://manaby.app/repository/manaby-release-key.gpg | sudo gpg --dearmor -o /usr/share/keyrings/manaby-archive-keyring.gpg
2. Add the repository to your sources list
echo "deb [signed-by=/usr/share/keyrings/manaby-archive-keyring.gpg] https://manaby.app/repository/deb stable main" | sudo tee /etc/apt/sources.list.d/manaby.list
3. Update and install
sudo apt update && sudo apt install manaby
Verifying Package Authenticity
All packages in the Manaby repository are signed with the Manaby Release Key. The package manager will automatically verify the signature when installing packages.
Manually verify the repository signing key fingerprint
curl -fsSL https://manaby.app/repository/manaby-release-key.gpg | gpg --show-keys
Available Architectures
- DEB packages: amd64, arm64
- RPM packages: x86_64
Troubleshooting
Permission Denied Errors
If you encounter permission errors during installation, make sure you're using sudo
with the appropriate commands.
GPG Key Issues
If you have problems with the GPG key, try refreshing your package manager's keys:
- For Debian/Ubuntu:
sudo apt-key update
- For Fedora/RHEL:
sudo rpm --import https://manaby.app/repository/manaby-release-key.gpg
Need More Help?
If you're still experiencing issues, please visit our support forums or contact our support team.