cen64-qt command not found

In this troubleshooting guide we learn how to fix cen64-qt command not found error message

Introduction

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

cen64-qt: command not found

or when using sudo you get the following error message

sudo: cen64-qt: command not found

Solutions to cen64-qt: command not found

How To Fix cen64-qt: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu cen64-qt is provided by cen64-qt package.

cen64-qt is:

CEN64-Qt is a cross-platform graphical frontend for the CEN64 emulator. Since CEN64 itself provides a simple command line interface only, anyone who wants to use this particular emulator with a little more convenience has to resort to additional software which is where this package jumps in.

The frontend lists all available ROMs after adding them to the inventory with the option to download additional information from external game databases on the web. File paths for the necessary IPL files can be conveniently configured from the settings menu as well as the paths where games save a stored and recovered from.

Additional features include a log viewer for the emulator, a configurable view for the ROM listing as well as a quick access menu to select the preferred input device for the emulator such as different gamepads and a keyboard.

Naturally, all settings are automatically saved and restored such that they only need to be configured once.

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

sudo apt-get -y install cen64-qt

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

You can also use apt command to install cen64-qt.

sudo apt -y install cen64-qt

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

sudo aptitude install cen64-qt

Summary

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