po2xmi5 command not found

In this troubleshooting guide we learn how to fix po2xmi5 command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

po2xmi5: command not found

or when using sudo you get the following error message

sudo: po2xmi5: command not found

Solutions to po2xmi5: command not found

How To Fix po2xmi5: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu po2xmi5 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 po2xmi5 command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.