vdetelweb command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
vdetelweb: command not found
or when using sudo you get the following error message
sudo: vdetelweb: command not found
Solutions to vdetelweb: command not found
How To Fix vdetelweb: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu vdetelweb is provided by vdetelweb package.
vdetelweb is:
vdetelweb creates a telnet and/or a web interface to a running VDE 2.x switch. The switch may then be managed via a telnet connection or a web browser.
vdetelweb depends on the LWIPv6 network stack.
vdetelweb, along with VDE, is part of the Virtual Square project: http://wiki.virtualsquare.org
To fix this problem, we can install more using the command below.
sudo apt-get -y install vdetelweb
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install vdetelweb.
sudo apt -y install vdetelweb
Or if you have aptitude installed you can use the following command.
sudo aptitude install vdetelweb
Summary
In this tutorial we learn how to fix vdetelweb command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.