bosixnet_webui command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
bosixnet_webui: command not found
or when using sudo you get the following error message
sudo: bosixnet_webui: command not found
Solutions to bosixnet_webui: command not found
How To Fix bosixnet_webui: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu bosixnet_webui is provided by bosixnet-webui package.
bosixnet-webui is:
Project should be useful when you have to administer many computers distributed through different networks and connected via NAT. In most of cases you may just install miredo, gogoc or any other tunnel broker’s software and these computers will be available via IPv6 addresses. BOSixNet includes the collection of tools for automatic updating the list of such hosts.
This package provides the FastCGI program which passively listens for incoming connections and generates list of hosts in your IPv6 network which may be put directly into /etc/hosts. Program has very few dependencies and it may be easily launched on embedded devices.
To fix this problem, we can install more using the command below.
sudo apt-get -y install bosixnet-webui
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install bosixnet-webui.
sudo apt -y install bosixnet-webui
Or if you have aptitude installed you can use the following command.
sudo aptitude install bosixnet-webui
Summary
In this tutorial we learn how to fix bosixnet_webui command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.