为什么CentOS 6上没有kdevelop
我尝试在 CentOS 6 上使用 kdevelop,但与 CentOS 5.* 不同,我在“编程”下找不到这样的选项。我搜索了软件包列表,也没有提到 KDevelop,有人知道 CentOS 6 上的 kdevelop 发生了什么吗?它只是从软件包列表中删除,还是我需要做一些奇特的事情才能继续使用它?
感谢您的帮助。
I tried to use kdevelop on CentOS 6, but unlike CentOS 5.*, I couldn't find such an option under Programming. I searched through the package list, no mention of KDevelop either, does anybody have any idea what happened to kdevelop on CentOS 6? Is it simply dropped from package list, or I need to do something fancy to continue use it?
Appreciate your help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
不幸的是,最新的 KDevelop 版本 (=v4.2.3) 需要 kdelibs-devel v4.5.0,而 CentOS 6 包含 v4.3.4。
CentOS 上可能的 KDevelop 最新版本是 v4.0.2。
我已经从源代码构建了它,但是这个版本的 KDevelop 似乎还远未完成(例如,我没有找到如何创建项目)。
我不知道 CentOS 6.1(或更高版本)是否会包含更新版本的 KDE?
Unfortunately the latest KDevelop release (=v4.2.3) requires kdelibs-devel v4.5.0, while CentOS 6 contains v4.3.4.
The most recent version of KDevelop possible on CentOS is v4.0.2.
I've build it from source, but this version KDevelop seems to be far from complete (e.g. I did not find how to create a project).
I have no idea if CentOS 6.1 (or later) will contain a newer version of KDE?
我建议获取 epel 存储库,然后尝试使用 yum 来获取您需要的内容。
如何安装 epel 存储库: http://www.rackspace.com/knowledge_center/article/installing-rhel-epel-repo-on-centos-5x-or-6x
然后类似下面的内容可能会满足您的需求:
I would recommend getting the epel repository, then trying to use
yum
to get what you need.How to install the epel repository: http://www.rackspace.com/knowledge_center/article/installing-rhel-epel-repo-on-centos-5x-or-6x
then something like the following may give you what you need:
您可以使用 CentOS 5 存储库中的 KDevelop 3.3.4。
我已经安装了 KDevelop 3.3.4 来自此处,它在我的 CentOS 6.2 x64 上运行良好!
You can use KDevelop 3.3.4 from the CentOS 5 repo.
I have installed KDevelop 3.3.4 from here and it works fine on my CentOS 6.2 x64!