upse123 command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
upse123: command not found
or when using sudo you get the following error message
sudo: upse123: command not found
Solutions to upse123: command not found
How To Fix upse123: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu upse123 is provided by upse123 package.
upse123 is:
UPSE is an advanced playstation sound emulator which concentrates on sound correctness. It plays PSF and MiniPSF format files.
This package contains a commandline player based on the upse emulation library.
To fix this problem, we can install more using the command below.
sudo apt-get -y install upse123
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install upse123.
sudo apt -y install upse123
Or if you have aptitude installed you can use the following command.
sudo aptitude install upse123
Summary
In this tutorial we learn how to fix upse123 command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.