Oracle Installation error due to package missing in Ubuntu
Error: Click on details following message appear:

Additional Information:
Exception details
- PRVG-1901 : failed to setup CVU remote execution framework directory "/tmp/InstallActions2023-01-01_11-35-59PM/CVU_19.0.0.0.0_oracle/" on nodes "oracle1"
Please select a different work area for the framework
An internal error occurred within cluster verification framework
The command executed was "/tmp/InstallActions2023-01-01_11-35-59PM/CVU_19.0.0.0.0_oracle//exectask.sh -getver". The output from the command was "/tmp/InstallActions2023-01-01_11-35-59PM/CVU_19.0.0.0.0_oracle/exectask: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory"
An internal error occurred within cluster verification framework
The command executed was "/tmp/InstallActions2023-01-01_11-35-59PM/CVU_19.0.0.0.0_oracle//exectask.sh -getver". The output from the command was "/tmp/InstallActions2023-01-01_11-35-59PM/CVU_19.0.0.0.0_oracle/exectask: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory"
Version of exectask could not be retrieved from node "oracle1"
Solution: Install the following packages in Ubuntu to overcome the error:
sudo apt-get install libaio1
sudo apt-get install libaio-dev