I am installing Oracle 11g 64bit on Ubuntu Linux 22.04 LTS and the setup shows the following error message on the Prerequisite Checks screen:
This is a prerequisite condition to test whether the package "make-3.80" is available on the system. (more details)Expected Value : make-3.80Actual Value : missing
On the command line when I run sudo apt-get install make I get:
make is already the newest version (4.3-4.1build1).
I tried to purge it by doing:
sudo apt-get purge make
and trying to install the 3.80 version of make
sudo apt-get install make=3.80
and I got
package make is a virtual package provided by: make-guile 4.3-4.1build1 (= 4.3-4.1build1)You should explicitly select one to install.E: Version '3.80' for 'make' was not found
There are a lot of other dependencies that the setup is not able to find. Why can't install them?