Hello there!
I hope to be in the right place!
I should run some R code which calls C subroutines and for this reason I should install r-base-dev. I have SuSE 11 (patchlevel 1). I’m TOTALLY new to SuSE and to linux, but googling around I found out that I just had to run in the terminal the following code:
Abort, retry, ignore? [a/r/i/?] (a): i
Retrieving repository ‘SUSE:SLE-11’ metadata [error]
Repository ‘SUSE:SLE-11’ is invalid.
Can’t provide /repodata/repomd.xml : User-requested skipping of a file
Please check if the URIs defined for this repository are pointing to a valid repository.
Warning: Disabling repository ‘SUSE:SLE-11’ because of the above error.
Loading repository data…
Reading installed packages…
‘r-base-dev’ not found.
Resolving package dependencies…
Nothing to do.[/CODE]
Reading other similar question, I guessed that the name of the repository has been changed, but I didn’t find the right one. Could someone be so kind to help me with this? Thank you very much and sorry for bothering you!
Welcome to Linux/SUSE!
I think the first thing we need to do is establish which version of SUSE you’re using. “SuSE 11 (patchlevel 1)” could be taken to mean either SUSE Linux Desktop Enterprise 11 SP1 , or openSUSE 11.1. Can you post the output of
$ cat /etc/SuSE-release
Either way I my answer would be that you need to re-install with something newer as both SLED 11 SP1 and openSUSE 11.1 are End Of Life. No support, no updates. Since you’re just starting out you should start out with a current version.
Thank you very much for your answer Mike!
I already ran that command and actually my version is SLED 11 SP1! The problem’s that I’m just remotly connecting to my professor’s computer, so I cannot force him to install a newer version, unfortunately! Thank you very much, anyway, I try to see what I can do!
[QUOTE=jeppo21;17748]Thank you very much for your answer Mike!
I already ran that command and actually my version is SLED 11 SP1! The problem’s that I’m just remotly connecting to my professor’s computer, so I cannot force him to install a newer version, unfortunately! Thank you very much, anyway, I try to see what I can do! :)[/QUOTE]
$ cd /etc/zypp/repos.d
$ wget http://download.opensuse.org/repositories/devel:/languages:/R:/base/SLE_11_SP1/devel:languages:R:base.repo
$ zypper refresh
Then install with zypper