If I run any yum command on a free tier Linux 8 instance on Oracle Cloud Infrastructure (OCI), the commands hang indefinitely. For example:
yum install gcc-c++
yum update
There is no choice but to kill the process id for this process:
root@dev:/root> yum update
^C^C^