ramond command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
ramond: command not found
or when using sudo you get the following error message
sudo: ramond: command not found
Solutions to ramond: command not found
How To Fix ramond: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu ramond is provided by ramond package.
ramond is:
ramond is a scriptable IPv6 Router Advertisement Monitoring Daemon.
The tool was designed to `clear’ (by sending spoofed zero lifetime adverts) rogue-routes sent by users running 6to4 gateways on a campus network.
Actions are scriptable. Almost all the available information is passed to a script via environmental variables.
To fix this problem, we can install more using the command below.
sudo apt-get -y install ramond
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install ramond.
sudo apt -y install ramond
Or if you have aptitude installed you can use the following command.
sudo aptitude install ramond
Summary
In this tutorial we learn how to fix ramond command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.