1
votes

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 ?

3

3 Answers

2
votes

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 :)

0
votes

I'm not familiar with Suse, but it should have YUM as a package manager.

yum --help

or

man yum

should help you.

0
votes

A search here finds the package so you should be able to install using yum, as @Anonymous mentiond, or rpm.