I am trying to install snapd on Oracle Linux Server 7.9 On many sites I have seen that it has been advised to install spand as follows
sudo yum install epel-release
sudo yum -y install snapd
But I am not able to install this repo on Oracle Linux (No package epel-release available.) Following repos are available in the system
ol7_MySQL80/x86_64
ol7_UEKR6/x86_64
ol7_addons/x86_64
ol7_developer_php74/x86_64
ol7_ksplice
ol7_latest/x86_64
ol7_oci_included/x86_64
ol7_optional_latest/x86_64
ol7_software_collections/x86_64
Can someone tell me how to install snapd on Oracle Linux 7.9?