A. Ravi Kumar
2017-07-18 16:39:55 UTC
Hi Larry,
I have recently installed R in RHEL 7.
https://arkit.co.in/install-r-shiny-server-centos-7/
Have a look above URL.
Thanks,
Ravi.
I have recently installed R in RHEL 7.
https://arkit.co.in/install-r-shiny-server-centos-7/
Have a look above URL.
Thanks,
Ravi.
Send redhat-list mailing list submissions to
To subscribe or unsubscribe via the World Wide Web, visit
https://www.redhat.com/mailman/listinfo/redhat-list
or, via email, send a message with subject or body 'help' to
You can reach the person managing the list at
When replying, please edit your Subject line so it is more specific
than "Re: Contents of redhat-list digest..."
1. Installing R on RHEL7 (Larry Martell)
2. Installing R on RHEL7 (R P Herrold)
4. Re: Installing R on RHEL7 (Larry Martell)
5. Re: Installing R on RHEL7 (Larry Martell)
----------------------------------------------------------------------
Message: 1
Date: Mon, 17 Jul 2017 18:37:15 -0400
Subject: Installing R on RHEL7
<CACwCsY4++t4k6uayMhoNtBA2TMXL4ua2O1wt7Zn
Content-Type: text/plain; charset="UTF-8"
I am trying to install R on RHEL7. It fails with a lot of messages of
Error: Package: glibc-2.17-55.el7.i686 (base)
Requires: glibc-common = 2.17-55.el7
Installed: glibc-common-2.17-106.el7_2.4.x86_64
glibc-common = 2.17-106.el7_2.4
Available: glibc-common-2.17-55.el7.x86_64 (base)
glibc-common = 2.17-55.el7
But if I then try to install what it says it wants, I get that the
$ sudo yum install glibc-common-2.17-55.el7.x86_64
Loaded plugins: langpacks, product-id, search-disabled-repos,
subscription-manager
Package matching glibc-common-2.17-55.el7.x86_64 already installed.
Checking for update.
Nothing to do
I've googled this, and it seems a lot of folks have had issues doing
the R install on RHEL 7. I've found at least 5 different sets of
instructions for doing it, but I tried them all and they all fail with
different dependencies issues.
Has anyone here successfully installed R and can help me?
Thanks!
------------------------------
Message: 2
Date: Mon, 17 Jul 2017 18:54:39 -0400 (EDT)
Subject: Installing R on RHEL7
Content-Type: text/plain; charset=US-ASCII
Last login: Mon Jul 17 18:04:09 EDT 2017 on tty1
...
Package R-3.4.0-2.el7.x86_64 already installed and latest version
# so I uninstall it
...
============================================================
=====================
Package Arch Version
Repository Size
============================================================
=====================
R x86_64 3.4.0-2.el7 epel
27 k
----------
you may need to enable the epel repository ... as I run
binaries from the CentOS sources rebuild project,
rather than RHEL from Red Hat, I do not know the package name
https://fedoraproject.org/wiki/EPEL
see particularly the: NOTE for RHN users
-- Russ herrold
------------------------------
Message: 3
Date: Mon, 17 Jul 2017 16:43:21 -0600
Subject: Re: Installing R on RHEL7
Content-Type: text/plain;charset=utf-8
It looks like you have the x86_64 version installed and your package wants
sudo yum install glibc-common-2.17-55.el7.i686
?
-Ken
Message: 4
Date: Mon, 17 Jul 2017 19:06:05 -0400
Subject: Re: Installing R on RHEL7
com>
Content-Type: text/plain; charset="UTF-8"
------------------------------
Message: 5
Date: Mon, 17 Jul 2017 19:31:18 -0400
Subject: Re: Installing R on RHEL7
gmail.com>
Content-Type: text/plain; charset="UTF-8"
Last login: Mon Jul 17 18:04:09 EDT 2017 on tty1
...
Package R-3.4.0-2.el7.x86_64 already installed and latest version
# so I uninstall it
...
============================================================
=====================
sudo rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-
7.noarch.rpm
The NOTE for RHN users section mentions that I need the optional and
extras packages, but I have not figured out how to install them (I am
https://access.redhat.com/documentation/en-us/red_hat_
subscription_management/1/html/rhsm/supplementary-repos
This system has no repositories available through subscriptions.
------------------------------
__
redhat-list mailing list
https://www.redhat.com/mailman/listinfo/redhat-list
End of redhat-list Digest, Vol 145, Issue 1
*******************************************
To subscribe or unsubscribe via the World Wide Web, visit
https://www.redhat.com/mailman/listinfo/redhat-list
or, via email, send a message with subject or body 'help' to
You can reach the person managing the list at
When replying, please edit your Subject line so it is more specific
than "Re: Contents of redhat-list digest..."
1. Installing R on RHEL7 (Larry Martell)
2. Installing R on RHEL7 (R P Herrold)
4. Re: Installing R on RHEL7 (Larry Martell)
5. Re: Installing R on RHEL7 (Larry Martell)
----------------------------------------------------------------------
Message: 1
Date: Mon, 17 Jul 2017 18:37:15 -0400
Subject: Installing R on RHEL7
<CACwCsY4++t4k6uayMhoNtBA2TMXL4ua2O1wt7Zn
Content-Type: text/plain; charset="UTF-8"
I am trying to install R on RHEL7. It fails with a lot of messages of
Error: Package: glibc-2.17-55.el7.i686 (base)
Requires: glibc-common = 2.17-55.el7
Installed: glibc-common-2.17-106.el7_2.4.x86_64
glibc-common = 2.17-106.el7_2.4
Available: glibc-common-2.17-55.el7.x86_64 (base)
glibc-common = 2.17-55.el7
But if I then try to install what it says it wants, I get that the
$ sudo yum install glibc-common-2.17-55.el7.x86_64
Loaded plugins: langpacks, product-id, search-disabled-repos,
subscription-manager
Package matching glibc-common-2.17-55.el7.x86_64 already installed.
Checking for update.
Nothing to do
I've googled this, and it seems a lot of folks have had issues doing
the R install on RHEL 7. I've found at least 5 different sets of
instructions for doing it, but I tried them all and they all fail with
different dependencies issues.
Has anyone here successfully installed R and can help me?
Thanks!
------------------------------
Message: 2
Date: Mon, 17 Jul 2017 18:54:39 -0400 (EDT)
Subject: Installing R on RHEL7
Content-Type: text/plain; charset=US-ASCII
I am trying to install R on RHEL7. It fails with a lot of messages of
R is in the EPEL (7) adjunct archiveLast login: Mon Jul 17 18:04:09 EDT 2017 on tty1
...
Package R-3.4.0-2.el7.x86_64 already installed and latest version
# so I uninstall it
...
============================================================
=====================
Package Arch Version
Repository Size
============================================================
=====================
R x86_64 3.4.0-2.el7 epel
27 k
----------
you may need to enable the epel repository ... as I run
binaries from the CentOS sources rebuild project,
rather than RHEL from Red Hat, I do not know the package name
https://fedoraproject.org/wiki/EPEL
see particularly the: NOTE for RHN users
-- Russ herrold
------------------------------
Message: 3
Date: Mon, 17 Jul 2017 16:43:21 -0600
Subject: Re: Installing R on RHEL7
Content-Type: text/plain;charset=utf-8
It looks like you have the x86_64 version installed and your package wants
sudo yum install glibc-common-2.17-55.el7.i686
?
-Ken
I am trying to install R on RHEL7. It fails with a lot of messages of
Error: Package: glibc-2.17-55.el7.i686 (base)
Requires: glibc-common = 2.17-55.el7
Installed: glibc-common-2.17-106.el7_2.4.x86_64
glibc-common = 2.17-106.el7_2.4
Available: glibc-common-2.17-55.el7.x86_64 (base)
glibc-common = 2.17-55.el7
But if I then try to install what it says it wants, I get that the
$ sudo yum install glibc-common-2.17-55.el7.x86_64
Loaded plugins: langpacks, product-id, search-disabled-repos,
subscription-manager
Package matching glibc-common-2.17-55.el7.x86_64 already installed.
Checking for update.
Nothing to do
I've googled this, and it seems a lot of folks have had issues doing
the R install on RHEL 7. I've found at least 5 different sets of
instructions for doing it, but I tried them all and they all fail with
different dependencies issues.
Has anyone here successfully installed R and can help me?
Thanks!
--
redhat-list mailing list
https://www.redhat.com/mailman/listinfo/redhat-list
------------------------------Error: Package: glibc-2.17-55.el7.i686 (base)
Requires: glibc-common = 2.17-55.el7
Installed: glibc-common-2.17-106.el7_2.4.x86_64
glibc-common = 2.17-106.el7_2.4
Available: glibc-common-2.17-55.el7.x86_64 (base)
glibc-common = 2.17-55.el7
But if I then try to install what it says it wants, I get that the
$ sudo yum install glibc-common-2.17-55.el7.x86_64
Loaded plugins: langpacks, product-id, search-disabled-repos,
subscription-manager
Package matching glibc-common-2.17-55.el7.x86_64 already installed.
Checking for update.
Nothing to do
I've googled this, and it seems a lot of folks have had issues doing
the R install on RHEL 7. I've found at least 5 different sets of
instructions for doing it, but I tried them all and they all fail with
different dependencies issues.
Has anyone here successfully installed R and can help me?
Thanks!
--
redhat-list mailing list
https://www.redhat.com/mailman/listinfo/redhat-list
Message: 4
Date: Mon, 17 Jul 2017 19:06:05 -0400
Subject: Re: Installing R on RHEL7
com>
Content-Type: text/plain; charset="UTF-8"
It looks like you have the x86_64 version installed and your package
wantssudo yum install glibc-common-2.17-55.el7.i686
No package glibc-common-2.17-55.el7.i686 available.I am trying to install R on RHEL7. It fails with a lot of messages of
Error: Package: glibc-2.17-55.el7.i686 (base)
Requires: glibc-common = 2.17-55.el7
Installed: glibc-common-2.17-106.el7_2.4.x86_64
glibc-common = 2.17-106.el7_2.4
Available: glibc-common-2.17-55.el7.x86_64 (base)
glibc-common = 2.17-55.el7
But if I then try to install what it says it wants, I get that the
$ sudo yum install glibc-common-2.17-55.el7.x86_64
Loaded plugins: langpacks, product-id, search-disabled-repos,
subscription-manager
Package matching glibc-common-2.17-55.el7.x86_64 already installed.
Checking for update.
Nothing to do
I've googled this, and it seems a lot of folks have had issues doing
the R install on RHEL 7. I've found at least 5 different sets of
instructions for doing it, but I tried them all and they all fail with
different dependencies issues.
Has anyone here successfully installed R and can help me?
Error: Package: glibc-2.17-55.el7.i686 (base)
Requires: glibc-common = 2.17-55.el7
Installed: glibc-common-2.17-106.el7_2.4.x86_64
glibc-common = 2.17-106.el7_2.4
Available: glibc-common-2.17-55.el7.x86_64 (base)
glibc-common = 2.17-55.el7
But if I then try to install what it says it wants, I get that the
$ sudo yum install glibc-common-2.17-55.el7.x86_64
Loaded plugins: langpacks, product-id, search-disabled-repos,
subscription-manager
Package matching glibc-common-2.17-55.el7.x86_64 already installed.
Checking for update.
Nothing to do
I've googled this, and it seems a lot of folks have had issues doing
the R install on RHEL 7. I've found at least 5 different sets of
instructions for doing it, but I tried them all and they all fail with
different dependencies issues.
Has anyone here successfully installed R and can help me?
Message: 5
Date: Mon, 17 Jul 2017 19:31:18 -0400
Subject: Re: Installing R on RHEL7
gmail.com>
Content-Type: text/plain; charset="UTF-8"
I am trying to install R on RHEL7. It fails with a lot of messages of
R is in the EPEL (7) adjunct archiveLast login: Mon Jul 17 18:04:09 EDT 2017 on tty1
...
Package R-3.4.0-2.el7.x86_64 already installed and latest version
# so I uninstall it
...
============================================================
Package Arch Version
Repository Size
============================================================
=====================Repository Size
============================================================
R x86_64 3.4.0-2.el7 epel
27 k
----------
you may need to enable the epel repository ... as I run
binaries from the CentOS sources rebuild project,
rather than RHEL from Red Hat, I do not know the package name
https://fedoraproject.org/wiki/EPEL
see particularly the: NOTE for RHN users
Thanks. I had seen something about EPEL in a few of the many SO posts27 k
----------
you may need to enable the epel repository ... as I run
binaries from the CentOS sources rebuild project,
rather than RHEL from Red Hat, I do not know the package name
https://fedoraproject.org/wiki/EPEL
see particularly the: NOTE for RHN users
sudo rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-
7.noarch.rpm
The NOTE for RHN users section mentions that I need the optional and
extras packages, but I have not figured out how to install them (I am
https://access.redhat.com/documentation/en-us/red_hat_
subscription_management/1/html/rhsm/supplementary-repos
This system has no repositories available through subscriptions.
------------------------------
__
redhat-list mailing list
https://www.redhat.com/mailman/listinfo/redhat-list
End of redhat-list Digest, Vol 145, Issue 1
*******************************************
--
redhat-list mailing list
unsubscribe mailto:redhat-list-***@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
redhat-list mailing list
unsubscribe mailto:redhat-list-***@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list