lomiri-thumbnailer-admin command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
lomiri-thumbnailer-admin: command not found
or when using sudo you get the following error message
sudo: lomiri-thumbnailer-admin: command not found
Solutions to lomiri-thumbnailer-admin: command not found
How To Fix lomiri-thumbnailer-admin: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu lomiri-thumbnailer-admin is provided by lomiri-thumbnailer-service package.
lomiri-thumbnailer-service is:
Lomiri Thumbnailer is an API for the Lomiri operating environment to create and cache image thumbnails for local and remote media.
This package provides thumbnailer D-Bus service that can provide thumbnails on behalf of another process.
To fix this problem, we can install more using the command below.
sudo apt-get -y install lomiri-thumbnailer-service
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install lomiri-thumbnailer-service.
sudo apt -y install lomiri-thumbnailer-service
Or if you have aptitude installed you can use the following command.
sudo aptitude install lomiri-thumbnailer-service
Summary
In this tutorial we learn how to fix lomiri-thumbnailer-admin command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.