pdfcube command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
pdfcube: command not found
or when using sudo you get the following error message
sudo: pdfcube: command not found
Solutions to pdfcube: command not found
How To Fix pdfcube: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu pdfcube is provided by pdfcube package.
pdfcube is:
PDF Cube is an OpenGL API-based 3D PDF viewer that adds a compiz/Keynote-like spinning cube transition effect to your PDF presentations. You can also zoom on 5 predefined areas of any presentation page with a smooth zooming effect.
To fix this problem, we can install more using the command below.
sudo apt-get -y install pdfcube
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install pdfcube.
sudo apt -y install pdfcube
Or if you have aptitude installed you can use the following command.
sudo aptitude install pdfcube
Summary
In this tutorial we learn how to fix pdfcube command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.