vpcs command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
vpcs: command not found
or when using sudo you get the following error message
sudo: vpcs: command not found
Solutions to vpcs: command not found
How To Fix vpcs: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu vpcs is provided by vpcs package.
vpcs is:
VPCS can simulate up to 9 PCs. You can ping/traceroute to them or ping/traceroute to other hosts/routers from the VPCS.
VPCS is not intended to be a fully functional PC, but is a tool to be used together with Dynamips.
To fix this problem, we can install more using the command below.
sudo apt-get -y install vpcs
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install vpcs.
sudo apt -y install vpcs
Or if you have aptitude installed you can use the following command.
sudo aptitude install vpcs
Summary
In this tutorial we learn how to fix vpcs command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.