分体5.5;百胜坏了;需要命令行颠覆客户端(将从远程存储库检索文件)
显然,只要百胜没有被破坏,颠覆就是小菜一碟。此外,几乎在所有我搜索有关安装 subversion 的信息的地方都理所当然地认为 yum 可以用于该任务。
关于 yum 的故事是,在我了解得更清楚之前,我将 python 升级到了 2.7,现在收到臭名昭著的“...没有名为 yum 的模块...”消息来响应 yum 命令。
当然,我希望 yum 能够工作;然而,我迫切需要的是让一个颠覆客户端运行。我该怎么做?
谢谢!
Evidently, getting subversion would be a piece of cake, if only yum weren't broken. Moreover, just about everywhere I search for info on installing subversion takes it for granted that yum is available for the task.
The story on yum is that, before I knew better, I upgraded python to 2.7 and am now getting the infamous "...No module named yum..." message in response to the yum command.
Of course, I'd like to have yum working; however, my immediate need is to get a subversion client going. How do I do this?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果 yum 损坏,您仍然可以从存储库镜像手动下载 rpm,并使用 rpm 命令来安装它们。
您可能需要尝试几次原始 rpm 命令才能找出(并满足)所有 svn 包依赖项,但这总比什么都不做要好。
If yum is broken, you can still download the rpms from the repository mirrors manually and use the
rpm
command to install them.You might have to have a few attempts with the raw rpm command to find out (and satisfy) all the svn package dependencies, but it's better than nothing at all.