libapache2-svn,与 Subversion 1.6.1 匹配的版本
我正在 Xubuntu 桌面系统上安装 subversion,并安装了 apache2 并运行良好。 然而,由于稀疏目录功能,我想使用 Subversion 1.6。 我正在运行 Jaunty,但我可以通过临时添加软件源“deb http:// 告诉 apt-get 下载 1.6.1 source archive.canonical.com/ubuntu karmic main”并从列表中删除常规的“jaunty”源。
然而,Ubuntu 的 karmic 发行版似乎可以很好地安装 subversion 1.6.1,但是当它到达 apache2lib-svn 时,它会安装 1.5.4 而不是 1.6.1。 我可以做什么来补救这个问题? 我正在尝试使用 apt-get remove ,因为我知道它会清理你已安装的软件包,并且对于 Linux 来说相对较新,我认为最好不要将随机软件包随意放置。
I'm installing subversion on an Xubuntu desktop system with apache2 installed and running fine. However, I wanted to use Subversion 1.6 because of the sparse directory feature. I'm running Jaunty, but I was able to tell apt-get to download 1.6.1 by temporarily adding the software source "deb http://source archive.canonical.com/ubuntu karmic main" and removing the regular "jaunty" source from the list.
However, it seems that Ubuntu's karmic distribution installs subversion 1.6.1 fine, but when it gets to apache2lib-svn it installs 1.5.4 rather than 1.6.1. What can I do to remedy this? I'm trying to use apt-get remove since I know it cleans up packages of what you've installed, and being relatively new to Linux I figured it's better not to leave random packages lying around without a home.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我的 PPA 有一个 Karmic 的 subversion 1.6.5 软件包向后移植到 Hardy 、Intrepid 和 Jaunty,包括 libapache2-svn。 另请参阅此向后移植请求。
My PPA has a backport of Karmic’s subversion 1.6.5 packages to Hardy, Intrepid, and Jaunty, including libapache2-svn. See also this backport request.
我正在运行 Ubuntu 桌面,所以我发现解决方案是禁用 Synaptic 中的所有标准 Ubuntu 存储库,然后添加“deb http://packages.debian.org/squeeze"。 Squeeze 是测试版本,有 Subversion v1.6.3 和 libapache2-svn v1.6.3。 然后你就可以随心所欲地 apt-get install subversion libapache2-svn 了。
I'm running Ubuntu desktop, so I found the solution would be to disable all the standard Ubuntu repositories in Synaptic, then add "deb http://packages.debian.org/squeeze". Squeeze is the test release, and has Subversion v1.6.3 and libapache2-svn v1.6.3. Then you can apt-get install subversion libapache2-svn to your heart's content.