oem-config-remove-gtk command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
oem-config-remove-gtk: command not found
or when using sudo you get the following error message
sudo: oem-config-remove-gtk: command not found
Solutions to oem-config-remove-gtk: command not found
How To Fix oem-config-remove-gtk: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu oem-config-remove-gtk is provided by oem-config-gtk package.
oem-config-gtk is:
The oem-config script re-asks a number of questions that are normally asked during installation, and reconfigures the system accordingly. This allows a vendor to install a skeleton system, clone it onto a large number of machines, and ship it to end users, while still allowing end users to set up their own username and password, language, timezone, and so on.
This is a GTK+ frontend to oem-config.
To fix this problem, we can install more using the command below.
sudo apt-get -y install oem-config-gtk
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install oem-config-gtk.
sudo apt -y install oem-config-gtk
Or if you have aptitude installed you can use the following command.
sudo aptitude install oem-config-gtk
Summary
In this tutorial we learn how to fix oem-config-remove-gtk command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.