repository for suse version of linux

0

Is there a command repository for Suse Linux where we can install a library and all its ?dependencies?

I recently I need to install an R-base program which needed libgfortran library and this library needed bunch of dependency and so forth. It became a nightmare to install the whole thing, I am still not finished.

Since I am very new to this OS, I was curious if there is a common repository for all common libraries for SUSe. I'd appreciate any insight.

user1471980

Posted 2014-08-05T00:15:26.010

Reputation: 101

Answers

1

I think every major distro has an official set of repos - here is the OpenSuse repo

http://download.opensuse.org/repositories/

After that, there are lots of projects that come out of other extra repos - see here http://en.opensuse.org/Additional_package_repositories

LHWizard

Posted 2014-08-05T00:15:26.010

Reputation: 121

thank you for your answer. Would this repository have libgfortran library and dependencies? would this be the right syntax to create the repo? zypper addrepo -fG http://download.opensuse.org/repositories/

– user1471980 – 2014-08-05T00:34:06.870

Google is my friend and now yours. See this article - http://cran.r-project.org/bin/linux/suse/README.html and also this page - http://software.opensuse.org/package/R-base. All dependencies should be automatically installed - I have not tried this, but that's what package managers like yum and zypper are built to do.

– LHWizard – 2014-08-05T12:38:33.510