audispd-zos-remote command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
audispd-zos-remote: command not found
or when using sudo you get the following error message
sudo: audispd-zos-remote: command not found
Solutions to audispd-zos-remote: command not found
How To Fix audispd-zos-remote: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu audispd-zos-remote is provided by audispd-plugins package.
audispd-plugins is:
The audispd-plugins package provides plugins for the real-time interface to the audit system, audispd. These plugins can do things like relay events to remote machines or analyze events for suspicious behavior.
To fix this problem, we can install more using the command below.
sudo apt-get -y install audispd-plugins
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install audispd-plugins.
sudo apt -y install audispd-plugins
Or if you have aptitude installed you can use the following command.
sudo aptitude install audispd-plugins
Summary
In this tutorial we learn how to fix audispd-zos-remote command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.