Not able to install cvs with yum or dnf

It seems that I cannot use yum or dnf to install cvs package on Rocky Linux 8.4
Isn’t this package supported by Rocky Linux ? Thanks

Hi Looks,

Looks like its available in the epel repo.

Thanks Tom.

2 Likes

Hi @Kevin
you need to install epel-release on rocky 8.4

dnf install epel-release-8.10.el8.noarch 

and then you can install cvs

dnf install cvs 

Good luck

2 Likes

Yes, it worked. Thanks

1 Like

Yes, I can find it in the epel repo, thanks.

2 Likes