jargon command not found

In this troubleshooting guide we learn how to fix jargon command not found error message

Introduction

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

jargon: command not found

or when using sudo you get the following error message

sudo: jargon: command not found

Solutions to jargon: command not found

How To Fix jargon: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu jargon is provided by jargon package.

jargon is:

This is the Jargon File, a comprehensive compendium of hacker slang illuminating many aspects of hackish tradition, folklore, and humor. The file is in info format, but includes an HTML page with links to the home site.

Note that this package is now out-of-date, because the upstream author is no longer maintaining an info version of the file.

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

sudo apt-get -y install jargon

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

You can also use apt command to install jargon.

sudo apt -y install jargon

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

sudo aptitude install jargon

Summary

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