xlito command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
xlito: command not found
or when using sudo you get the following error message
sudo: xlito: command not found
Solutions to xlito: command not found
How To Fix xlito: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu xlito is provided by xli package.
xli is:
xli can view the following image types under X11: FBM Image, Sun Rasterfile, CMU WM Raster, Portable Bit Map (PBM, PGM, PPM), Portable Network Graphics (PNG), Faces Project, GIF Image, JFIF style jpeg Image, Utah RLE Image, Windows, OS/2 RLE Image, Photograph on CD Image, X Window Dump, Targa Image, McIDAS areafile, G3 FAX Image, PC Paintbrush Image, GEM Bit Image, MacPaint Image, X Pixmap, X Bitmap.
To fix this problem, we can install more using the command below.
sudo apt-get -y install xli
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install xli.
sudo apt -y install xli
Or if you have aptitude installed you can use the following command.
sudo aptitude install xli
Summary
In this tutorial we learn how to fix xlito command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.