Linux RedHat yum 颠覆安装
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/10110619/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
RedHat yum subversion installation
提问by matussvk
I am trying to install subversion on RedHat linux. But there is a bit problem with broken yum package manager. I have configured some own repositories from CentOS, but unfortunately there is still one broken dependency:
我正在尝试在 RedHat linux 上安装 subversion。但是损坏的 yum 包管理器存在一些问题。我已经从 CentOS 配置了一些自己的存储库,但不幸的是仍然存在一个损坏的依赖项:
libneon.so.27
libneon.so.27
I have tried to download it on my own, but its dependencies are quite complex, it will cost me a lot of time to downlaod them all. Do you have any hints? (Links to some repos with that libneon (rpmforge i have tried with no success))
我尝试过自己下载,但它的依赖关系非常复杂,下载它们需要花费我很多时间。你有什么提示吗?(链接到一些带有该 libneon 的存储库(rpmforge 我尝试过但没有成功))
采纳答案by Jainendra
You can download rpm forgerepository from the links 32 bitor 64 bitdepending upon your machine configuration. rpm forge package has most of the useful packages and dependencies. After that try the following command:
您可以从32 位或64 位链接下载rpm forge存储库,具体取决于您的机器配置。rpm forge 包具有大部分有用的包和依赖项。之后尝试以下命令:
yum install mod_dav_svn subversion
or just try
或者只是尝试
yum install subversion
In addition to subversion You can also use GIT which is similar to svn but has its own additional benefits. If you like you can install gitusing the command:-
除了 subversion 您还可以使用 GIT,它与 svn 类似,但有其额外的好处。如果您愿意,可以使用以下命令安装git:-
yum install git