aa-notify command not found

In this troubleshooting guide we learn how to fix aa-notify command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

aa-notify: command not found

or when using sudo you get the following error message

sudo: aa-notify: command not found

Solutions to aa-notify: command not found

How To Fix aa-notify: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu aa-notify is provided by apparmor-notify package.

apparmor-notify is:

apparmor-notify provides a utility to display AppArmor denial messages via desktop notifications. The utility can also be used to generate summary reports.

To fix this problem, we can install more using the command below.

sudo apt-get -y install apparmor-notify

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install apparmor-notify.

sudo apt -y install apparmor-notify

Or if you have aptitude installed you can use the following command.

sudo aptitude install apparmor-notify

Summary

In this tutorial we learn how to fix aa-notify command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.