我在尝试在我的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我想知道其他替代安装webdav路由作为CentOS中的文件夹,尸体是webdav客户端但我无法挂载用它的文件夹......
谢谢你们,祝你们度过愉快的一天答案 0 :(得分:1)
您必须启用EPEL仓库才能安装该软件包:
yum -y install epel-release
yum -y install davfs2
在您完成安装所需的软件包之后,请禁用epel repo,因为您在cPanel服务器上并且这个额外的repo在某些时候可能会在cPanel / WHM每晚更新运行时破坏某些软件包依赖项。
要停用EPEL回购,您可以修改 /etc/yum.repos.d/epel.repo 文件,并将 enabled = 1 替换为 enabled = 0 强>