crystal-facet-uml command not found

In this troubleshooting guide we learn how to fix crystal-facet-uml command not found error message

Introduction

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

crystal-facet-uml: command not found

or when using sudo you get the following error message

sudo: crystal-facet-uml: command not found

Solutions to crystal-facet-uml: command not found

How To Fix crystal-facet-uml: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu crystal-facet-uml is provided by crystal-facet-uml package.

crystal-facet-uml is:

crystal-facet-uml creates sysml/uml diagrams to document system and software architecture.

As software architect, you create a set of diagrams describing use-cases, requirements, structural views, behavioral and deployment views. crystal-facet-uml keeps element names and element hierarchies consistent. It exports diagrams in svg, pdf, ps and png formats to be used in text processing systems like DocBook, html, LaTeX. crystal-facet-uml exports the model to xmi format. This tool runs on your local PC and is based on glib, gdk, gtk, cairo, pango, sqlite.

To fix this problem, we can install more using the command below.

sudo apt-get -y install crystal-facet-uml

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install crystal-facet-uml.

sudo apt -y install crystal-facet-uml

Or if you have aptitude installed you can use the following command.

sudo aptitude install crystal-facet-uml

Summary

In this tutorial we learn how to fix crystal-facet-uml command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.