gnome-video-arcade command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
gnome-video-arcade: command not found
or when using sudo you get the following error message
sudo: gnome-video-arcade: command not found
Solutions to gnome-video-arcade: command not found
How To Fix gnome-video-arcade: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu gnome-video-arcade is provided by gnome-video-arcade package.
gnome-video-arcade is:
GNOME Video Arcade is a simple MAME frontend for the GNOME desktop. Its goal is not providing a UI for the many options MAME supports, or helping manage a ROM collection: the focus is on a clean interface that allows quick search and launch of games, thanks to the use of tags.
To fix this problem, we can install more using the command below.
sudo apt-get -y install gnome-video-arcade
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install gnome-video-arcade.
sudo apt -y install gnome-video-arcade
Or if you have aptitude installed you can use the following command.
sudo aptitude install gnome-video-arcade
Summary
In this tutorial we learn how to fix gnome-video-arcade command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.