xmi2pot5 command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
xmi2pot5: command not found
or when using sudo you get the following error message
sudo: xmi2pot5: command not found
Solutions to xmi2pot5: command not found
How To Fix xmi2pot5: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu xmi2pot5 is provided by umbrello package.
umbrello is:
Umbrello UML Modeller is a Unified Modelling Language diagram editor for KDE. It can create diagrams of software and other systems in the industry-standard UML format, and can also generate code from UML diagrams in a variety of programming languages.
This package is part of the KDE Software Development Kit module.
To fix this problem, we can install more using the command below.
sudo apt-get -y install umbrello
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install umbrello.
sudo apt -y install umbrello
Or if you have aptitude installed you can use the following command.
sudo aptitude install umbrello
Summary
In this tutorial we learn how to fix xmi2pot5 command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.