tellico command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
tellico: command not found
or when using sudo you get the following error message
sudo: tellico: command not found
Solutions to tellico: command not found
How To Fix tellico: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu tellico is provided by tellico package.
tellico is:
Tellico is a collection manager for KDE. It includes default collections for books, bibliographies, comic books, videos, music, coins, stamps, trading cards, and wines.
Tellico capabilities include:
- creation of user-defined custom collections with unlimited fields,
- automatically formatted names,
- sorting and filtering by any field or property,
- ISBN validation,
- full customization for printing or display through XSLT files,
- import and export of CSV, RIS, BibTeX and BibTeXML files,
- import data from Amazon, IMDb, CDDB or any US-MARC compliant z39.50 server.
Tellico files are stored in XML format, avoiding the need for a database server, and allowing other software applications to use the data.
To fix this problem, we can install more using the command below.
sudo apt-get -y install tellico
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install tellico.
sudo apt -y install tellico
Or if you have aptitude installed you can use the following command.
sudo aptitude install tellico
Summary
In this tutorial we learn how to fix tellico command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.