wikitrans command not found

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

Introduction

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

wikitrans: command not found

or when using sudo you get the following error message

sudo: wikitrans: command not found

Solutions to wikitrans: command not found

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

In Ubuntu wikitrans is provided by wikitrans package.

wikitrans is:

This package provides Python framework for translating WikiMedia articles to various formats. The present version supports conversions to plain text, HTML, and Texinfo formats.

This package contains the command line utility.

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

sudo apt-get -y install wikitrans

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

You can also use apt command to install wikitrans.

sudo apt -y install wikitrans

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

sudo aptitude install wikitrans

Summary

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