emf2svg-conv command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
emf2svg-conv: command not found
or when using sudo you get the following error message
sudo: emf2svg-conv: command not found
Solutions to emf2svg-conv: command not found
How To Fix emf2svg-conv: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu emf2svg-conv is provided by emf2svg package.
emf2svg is:
By themselves, EMF/EMF+ files are rare in the wild. However, they are frequently embedded inside other Microsoft file formats. This project could be used to hanlde EMF blobs in any Microsoft formats.
This package contains the command line utility emf2svg-conv.
To fix this problem, we can install more using the command below.
sudo apt-get -y install emf2svg
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install emf2svg.
sudo apt -y install emf2svg
Or if you have aptitude installed you can use the following command.
sudo aptitude install emf2svg
Summary
In this tutorial we learn how to fix emf2svg-conv command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.