tiemu command not found

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

Introduction

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

tiemu: command not found

or when using sudo you get the following error message

sudo: tiemu: command not found

Solutions to tiemu: command not found

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

In Ubuntu tiemu is provided by tiemu package.

tiemu is:

TiEmu emulates Texas Instruments calculators TI-89/92/92+/V200PLT.

It is based on XTiger, the original TI emulator for Linux, which uses the 68k emulation core from UAE (The Ultimate Amiga Emulator).

You need to either dump the ROM of your calculator (you can do so with TiLP), or get a FLASH upgrade from Texas Instrument (see the software section concerning your calculator, then download the archive and extract the file) to use this emulator. There are no TI ROMs provided in this package, as they are copyrighted by Texas Instruments, Inc.

However, a free (as in speech) ROM is now provided with TiEmu, namely PedRom. Try it out!

This version includes a VTI-style assembly debugger.

Please note it exists another version (tiemu-gdb) not provided on Debian itself which includes a GDB-style assembly debugger for use with TIGCC and/or KTIGCC.

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

sudo apt-get -y install tiemu

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

You can also use apt command to install tiemu.

sudo apt -y install tiemu

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

sudo aptitude install tiemu

Summary

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