Path 01 / Debian package
RecommendedInstall the local .deb, then apply your profile.
The package installs system-wide policy configuration and the privacyfox command (--apply/--revert). A separate user command is intentional: Debian package scripts cannot safely write into a particular person’s home directory.
- 1
Download the package
wget -q https://github.com/rjc3rd/PrivacyFox/releases/download/v0.3.2/privacyfox_0.3.2_all.deb - 2
Install it as an administrator
sudo apt install -y -qq ./privacyfox_0.3.2_all.deb rm privacyfox_0.3.2_all.debThe second line is optional tidiness —
aptkeeps everything it needs from the package internally, the downloaded file itself is safe to remove. - 3
Apply your profile as yourself
privacyfox --applyNo sudo for this step. It writes the hardening file and cosmetic cleanup into your own LibreWolf profile.