wiipdf command not found

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

Introduction

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

wiipdf: command not found

or when using sudo you get the following error message

sudo: wiipdf: command not found

Solutions to wiipdf: command not found

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

In Ubuntu wiipdf is provided by wiipdf package.

wiipdf is:

wiipdf is a tiny tool to present a PDF using xpdf and your wiimote. After providing it the bluetooth-ID of your wiimote it connects and lets you use the A and B button to go one slide forward respectively backward in your presentation. Each keypress is confirmed by a short rumble of your wiimote.

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

sudo apt-get -y install wiipdf

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

You can also use apt command to install wiipdf.

sudo apt -y install wiipdf

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

sudo aptitude install wiipdf

Summary

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