the aa-enforce command for apparmor results in a "command not found" error
Solution 1:
/usr/sbin/aa-enforce
is part of the package apparmor-utils
, which isn't installed per default.
Therefore install the package with
sudo apt-get install apparmor-utils