fig2sxd command not found
In this troubleshooting guide we learn how to fix fig2sxd command not found error message
Introduction
When you run more command in linux terminal / console, you get the following error message
fig2sxd: command not found
or when using sudo you get the following error message
sudo: fig2sxd: command not found
Solutions to fig2sxd: command not found
How To Fix fig2sxd: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu fig2sxd is provided by fig2sxd package.
fig2sxd is:
This program converts a file in XFig format into a .sxd file for OpenOffice.org Draw.
To fix this problem, we can install more using the command below.
sudo apt-get -y install fig2sxd
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install fig2sxd.
sudo apt -y install fig2sxd
Or if you have aptitude installed you can use the following command.
sudo aptitude install fig2sxd
Summary
In this tutorial we learn how to fix fig2sxd command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.