在CENTOS 7.3 x86_64上找不到davfs2程序包

在CENTOS 7.3 x86_64上找不到davfs2程序包,centos,yum,webdav,Centos,Yum,Webdav,我在CentOS服务器上安装davfs2时遇到一些问题,我运行 yum install davfs2 但我明白了: Loaded plugins: fastestmirror, langpacks, priorities, universal-hooks Loading mirror speeds from cached hostfile * EA4: 91.197.228.252 * cpanel-addons-production-feed: 91.197.228.252

我在CentOS服务器上安装davfs2时遇到一些问题,我运行

 yum install davfs2
但我明白了:

 Loaded plugins: fastestmirror, langpacks, priorities, universal-hooks
 Loading mirror speeds from cached hostfile
  * EA4: 91.197.228.252
  * cpanel-addons-production-feed: 91.197.228.252
  * base: centos.quelquesmots.fr
  * centosplus: centos.mirror.fr.planethoster.net
  * extras: centos.quelquesmots.fr
  * rpmforge: mirrors.ircam.fr
   * updates: centos.quelquesmots.fr
  Nothing to do
不确定,但可能我需要在发行版中添加更多镜像,如果无法安装davfs2,我想知道在CentOS中作为文件夹装载webdav路由的其他替代方法,cadaver是webdav客户端,但我无法使用它装载文件夹


谢谢大家,祝你们过得愉快

为了安装该软件包,您必须启用EPEL repo:

yum -y install epel-release
yum -y install davfs2
安装完所需的软件包后,请禁用epel repo,因为您位于cPanel服务器上,并且此附加repo在cPanel/WHM夜间更新运行时可能会在某个点中断某些软件包依赖关系


要禁用EPEL repo,您可以编辑/etc/yum.repos.d/EPEL.repo文件,并将enabled=1替换为enabled=0

您必须启用EPEL repo才能安装该软件包:

yum -y install epel-release
yum -y install davfs2
安装完所需的软件包后,请禁用epel repo,因为您位于cPanel服务器上,并且此附加repo在cPanel/WHM夜间更新运行时可能会在某个点中断某些软件包依赖关系

要禁用EPEL repo,您可以编辑/etc/yum.repos.d/EPEL.repo文件,并将启用=1替换为启用=0