hibinit-agent command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
hibinit-agent: command not found
or when using sudo you get the following error message
sudo: hibinit-agent: command not found
Solutions to hibinit-agent: command not found
How To Fix hibinit-agent: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu hibinit-agent is provided by ec2-hibinit-agent package.
ec2-hibinit-agent is:
The purpose of this agent is to create a setup for an instance to support hibernation feature.
The setup is created only on supported instance types.
To fix this problem, we can install more using the command below.
sudo apt-get -y install ec2-hibinit-agent
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install ec2-hibinit-agent.
sudo apt -y install ec2-hibinit-agent
Or if you have aptitude installed you can use the following command.
sudo aptitude install ec2-hibinit-agent
Summary
In this tutorial we learn how to fix hibinit-agent command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.