converseen command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
converseen: command not found
or when using sudo you get the following error message
sudo: converseen: command not found
Solutions to converseen: command not found
How To Fix converseen: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu converseen is provided by converseen package.
converseen is:
You can convert an unlimited number of images and / or create thumbnails to any of the most popular formats: DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF.
Thanks to the Magick++ image libraries it supports more than 100 image formats.
To fix this problem, we can install more using the command below.
sudo apt-get -y install converseen
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install converseen.
sudo apt -y install converseen
Or if you have aptitude installed you can use the following command.
sudo aptitude install converseen
Summary
In this tutorial we learn how to fix converseen command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.