Davfs2 support on RockyLinux 9

Hi all,
is there a way to install davfs2 support to RockyLinux 9? It seems disappeared from all repos.

Thanks in advanced

Giuseppe

It has never been part of Rocky Linux 9. In fact, it has never been part of Rocky Linux 8.

You can request it to be part of EPEL 9 or you can build it yourself.

% dnf install epel-release -y
% dnf install mock -y
% usermod -aG mock user
% su - user
% wget https://kojipkgs.fedoraproject.org//packages/davfs2/1.7.0/5.fc40/src/davfs2-1.7.0-5.fc40.src.rpm
% mock -r rocky+epel-9-x86_64 davfs2-1.7.0-5.fc40.src.rpm
1 Like

Thanks a lot Nazunalika,
davfs2 is present in Epel-release for RL 8 but not for RL 9.
With your suggest Iā€™m been able to install davfs2 on RL9 now.
Thanks again.
Giuseppe

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.