cen64 command not found

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

Introduction

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

cen64: command not found

or when using sudo you get the following error message

sudo: cen64: command not found

Solutions to cen64: command not found

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

In Ubuntu cen64 is provided by cen64 package.

cen64 is:

CEN64 is a new Nintendo 64 emulator which aims for perfect emulation by simulating the hardware inside the Nintendo 64 itself, down to the register-transfer level (RTL). It is still heavy under development and currently does not have any sound emulation.

Being a cycle-accurate emulator, CEN64 has considerably high hardware requirements to achieve passable performance when emulating most Nintendo 64 titles. However, similar to the higan emulator, the cycle accuracy guarantess very high compatibility and despite its early development stage, CEN64 already allows one to run several commercial titles without or with only minor glitches.

As a distinctive feature among Nintendo 64 emulators, CEN64 offers emulation support for the 64DD external disk drive that was never released outside Japan and even there is considered rare. Thus, CEN64 offers the unique possibility for anyone to play any of the rare titles that were exclusively released on the 64DD.

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

sudo apt-get -y install cen64

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

You can also use apt command to install cen64.

sudo apt -y install cen64

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

sudo aptitude install cen64

Summary

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