search-citeseer command not found

In this troubleshooting guide we learn how to fix search-citeseer command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

search-citeseer: command not found

or when using sudo you get the following error message

sudo: search-citeseer: command not found

Solutions to search-citeseer: command not found

How To Fix search-citeseer: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu search-citeseer is provided by search-citeseer package.

search-citeseer is:

Search-Citeseer is a Perl script that connects to Citeseer (http://citeseer.ist.psu.edu/), and performs a keyword search query. The result is a set of BibTeX entries that matches the query.

If you use some emacsen application, this package will install the search-citeseer.el script on it.

To fix this problem, we can install more using the command below.

sudo apt-get -y install search-citeseer

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install search-citeseer.

sudo apt -y install search-citeseer

Or if you have aptitude installed you can use the following command.

sudo aptitude install search-citeseer

Summary

In this tutorial we learn how to fix search-citeseer command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.