wp2x command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
wp2x: command not found
or when using sudo you get the following error message
sudo: wp2x: command not found
Solutions to wp2x: command not found
How To Fix wp2x: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu wp2x is provided by wp2x package.
wp2x is:
This program converts simple WordPerfect 5.0 and 5.1 files into any other document processing languages that use plain text files, like TeX, LaTeX, troff, GML and HTML.
To fix this problem, we can install more using the command below.
sudo apt-get -y install wp2x
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install wp2x.
sudo apt -y install wp2x
Or if you have aptitude installed you can use the following command.
sudo aptitude install wp2x
Summary
In this tutorial we learn how to fix wp2x command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.