lloconv command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
lloconv: command not found
or when using sudo you get the following error message
sudo: lloconv: command not found
Solutions to lloconv: command not found
How To Fix lloconv: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu lloconv is provided by lloconv package.
lloconv is:
A command line document format converter which uses LibreOffice (via its LibreOfficeKit API) to do all the hard work. It should support the same formats which LibreOffice does.
LibreOfficeKit was formerly known as liblibreoffice, hence the name “lloconv”.
To fix this problem, we can install more using the command below.
sudo apt-get -y install lloconv
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install lloconv.
sudo apt -y install lloconv
Or if you have aptitude installed you can use the following command.
sudo aptitude install lloconv
Summary
In this tutorial we learn how to fix lloconv command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.