Linux Installation
The installation for Linux is as follows:
- Unzip the file called "PRSS-linux.zip".
unzip PRSS-linux.zip -d prss
- You can now open PRSS by entering the extracted directory and double-clicking the "prss" binary. You can also use Terminal:
cd prss && ./prss
- If you encounter error "FATAL:credentials.cc(127) Check failed: . : Permission denied", you can fix it by running:
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
- You are ready to roll! Please share your feedback through the in-app "Help & Support" section.