Plucky requires Linux circa 2012 (glibc 2.14+) or newer that mostly adheres to the Linux Standard Base (the majority of Linux distributions). However, Plucky is only regularly tested on a couple Debian-based systems.
SELinux
SELinux is unsupported. Plucky may happen to work fine with it, but it may not.
If you want to use Plucky more than you want to use SELinux, you can disable SELinux. If disabling SELinux fills you with fear, you may want to consider that the majority of Linux desktop users worldwide do not use SELinux.
Snaps
Sometimes users ask why Plucky doesn’t block Firefox when installed from the Ubuntu software center, or similar locations.
The answer is that Snaps and Flatpak on Linux aren’t yet supported.
The good news is that Snap infrastructure is fairly easy to remove from a system:
On Debian/Ubuntu:
sudo apt-get purge snap snapd flatpak
sudo apt-get clean
pluck add nhb
Why enable the nhb feature? Because the package manager is ordinarily allowed. But with nhb on, you can use Plucky rules to limit the package manager.
For example, to limit package management activity on an Ubuntu machine to Mondays from 10am to 12pm:
pluck + when M10-12 allow ubuntu.com
Alternatively:
pluck + when M10-12 allow program:/usr/lib/apt/methods/http
Ubuntu 20.04 LTS or Ubuntu 22.04 LTS users may want to install Brave, Vivaldi, Edge, or Chromium.
For example, to install Brave:
sudo apt install curl
sudo curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg] https://brave-browser-apt-release.s3.brave.com/ stable main"|sudo tee /etc/apt/sources.list.d/brave-browser-release.list
sudo apt update
sudo apt install brave-browser
Last updated: 2023-01-21