No match for argument: snapd

After installing “epel-release”, I did an “update” and it was “complete”, so I installed “snapd”, but it failed. A error message is “No match for argument: snapd”, “Error: Unable to find a match: snapd”. The execution procedure is as below

sudo yum install epel-release
sudo yum update
sudo yum install snapd

OS : Oracle Linux 8

Currently, the following are installed. “oracle-epel-release-el8-1.0-5.el8.x86_64”

I was able to install snapd by setting “enabled=0” to “1” in the “[ol8_developer_EPEL]” section of “/etc/yum.repos.d/oracle-epel-ol8.repo”.

2 Likes