在 Suse 企业版上安装 gcc-fortran
我正在尝试在我的办公服务器上安装 R (运行没有 GUI 的 Suse Enterprise 版本),并且 wiki 要求我在安装 R 之前安装一些东西,
readline-devel xorg-x11-devel gcc-fortran
我设法安装了前 2 个,获取了 RPM 和依赖项的 RPM,但是我在安装 gcc-fortran 包时确实遇到了问题。
我想知道是否有任何包管理器可以使用来为我处理依赖项?
I'm trying to install R on my office server (running Suse Enterprise edition with no GUI ) and the wiki asks me to install some stuff before i install R
readline-devel xorg-x11-devel gcc-fortran
I managed to install the first 2 , getting the RPMs and the dependencies' RPMs but i'm really running into problems when installing the gcc-fortran package .
I was wondering if there is any package manager that i can use that would take care of the dependencies for me ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我想通了。
问题是 gcc-fortran 包和所有其他依赖项都存储在我办公室网络上某处的 DVD 中。维基百科中没有给出这个!
所以我所要做的就是拿出 yast2 ,添加存储库并开始安装!
感谢您的帮助:)
I figured this out .
The problem was that the gcc-fortran package and all the other dependencies were stored in a dvd somewhere on my office network . This wasn't given anywhere in the wiki!
So all i had to do was whip out yast2 , add the repo's and get installing !
Thanks for all the help :)
我对 Suse 不熟悉,但它应该有 YUM 作为包管理器。
或者
应该可以帮助你。
I'm not familiar with Suse, but it should have YUM as a package manager.
or
should help you.
搜索此处 找到该软件包,因此您应该能够使用 yum (如 @Anonymous 提到的)或 rpm 安装。
A search here finds the package so you should be able to install using yum, as @Anonymous mentiond, or rpm.