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. On 18-Jul-2017 9:31 PM, <redhat-list-request@xxxxxxxxxx> wrote: > Send redhat-list mailing list submissions to > redhat-list@xxxxxxxxxx > > 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 > redhat-list-request@xxxxxxxxxx > > You can reach the person managing the list at > redhat-list-owner@xxxxxxxxxx > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of redhat-list digest..." > > > Today's Topics: > > 1. Installing R on RHEL7 (Larry Martell) > 2. Installing R on RHEL7 (R P Herrold) > 3. Re: Installing R on RHEL7 (ken@xxxxxxxxxxxxx) > 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 > From: Larry Martell <larry.martell@xxxxxxxxx> > To: redhat-list@xxxxxxxxxx > Subject: Installing R on RHEL7 > Message-ID: > <CACwCsY4++t4k6uayMhoNtBA2TMXL4ua2O1wt7Zn > rx8jHEnHzkA@xxxxxxxxxxxxxx> > Content-Type: text/plain; charset="UTF-8" > > I am trying to install R on RHEL7. It fails with a lot of messages of > this form about different packages: > > 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 > (@rhel-7-server-rpms) > 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 > package is already there, e.g.: > > $ 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) > From: R P Herrold <herrold@xxxxxxxxxxxx> > To: General Red Hat Linux discussion list <redhat-list@xxxxxxxxxx> > Subject: Installing R on RHEL7 > Message-ID: <alpine.LRH.2.20.1707171848510.17856@xxxxxxxxxxxxxxxxxxxx> > Content-Type: text/plain; charset=US-ASCII > > On Mon, 17 Jul 2017, Larry Martell wrote: > > > I am trying to install R on RHEL7. It fails with a lot of messages of > > this form about different packages: > > R is in the EPEL (7) adjunct archive > > [herrold@centos-7 ~]$ sudo su - > [sudo] password for herrold: > Last login: Mon Jul 17 18:04:09 EDT 2017 on tty1 > [root@centos-7 ~]# yum install R > ... > Package R-3.4.0-2.el7.x86_64 already installed and latest version > > # so I uninstall it > [root@centos-7 ~]# rpm -e R > [root@centos-7 ~]# yum install R > ... > ============================================================ > ===================== > Package Arch Version > Repository Size > ============================================================ > ===================== > Installing: > 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 > to do that -- but see: > > 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 > From: ken@xxxxxxxxxxxxx > To: "General Red Hat Linux discussion list" <redhat-list@xxxxxxxxxx> > Subject: Re: Installing R on RHEL7 > Message-ID: > <ae64ec5525bd9ccf6a50fdd676e0bcad.squirrel@xxxxxxxxxxxxxxxxxxxx> > Content-Type: text/plain;charset=utf-8 > > It looks like you have the x86_64 version installed and your package wants > the i686 version installed. What happens if you: > > 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 > > this form about different packages: > > > > 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 > > (@rhel-7-server-rpms) > > 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 > > package is already there, e.g.: > > > > $ 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 > > unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe > > https://www.redhat.com/mailman/listinfo/redhat-list > > > > > > > ------------------------------ > > Message: 4 > Date: Mon, 17 Jul 2017 19:06:05 -0400 > From: Larry Martell <larry.martell@xxxxxxxxx> > To: General Red Hat Linux discussion list <redhat-list@xxxxxxxxxx> > Subject: Re: Installing R on RHEL7 > Message-ID: > <CACwCsY7oFcn+NqxUOG16ES45aT5u7xi-ikyaBS6Mqz6LZH0JeQ@mail.gmail. > com> > Content-Type: text/plain; charset="UTF-8" > > On Mon, Jul 17, 2017 at 6:43 PM, <ken@xxxxxxxxxxxxx> wrote: > > It looks like you have the x86_64 version installed and your package > wants > > the i686 version installed. What happens if you: > > > > sudo 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 > >> this form about different packages: > >> > >> 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 > >> (@rhel-7-server-rpms) > >> 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 > >> package is already there, e.g.: > >> > >> $ 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 > From: Larry Martell <larry.martell@xxxxxxxxx> > To: General Red Hat Linux discussion list <redhat-list@xxxxxxxxxx> > Subject: Re: Installing R on RHEL7 > Message-ID: > <CACwCsY4O=qdg20eadQyAN=dTh5M11TYeasyFO9-V5e1T3fduiw@mail. > gmail.com> > Content-Type: text/plain; charset="UTF-8" > > On Mon, Jul 17, 2017 at 6:54 PM, R P Herrold <herrold@xxxxxxxxxxxx> wrote: > > On Mon, 17 Jul 2017, Larry Martell wrote: > > > >> I am trying to install R on RHEL7. It fails with a lot of messages of > >> this form about different packages: > > > > R is in the EPEL (7) adjunct archive > > > > [herrold@centos-7 ~]$ sudo su - > > [sudo] password for herrold: > > Last login: Mon Jul 17 18:04:09 EDT 2017 on tty1 > > [root@centos-7 ~]# yum install R > > ... > > Package R-3.4.0-2.el7.x86_64 already installed and latest version > > > > # so I uninstall it > > [root@centos-7 ~]# rpm -e R > > [root@centos-7 ~]# yum install R > > ... > > ============================================================ > ===================== > > Package Arch Version > > Repository Size > > ============================================================ > ===================== > > Installing: > > 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 > > to do that -- but see: > > > > 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 posts > I read, and I had done this: > > 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 > not a sys admin) I found this: > > https://access.redhat.com/documentation/en-us/red_hat_ > subscription_management/1/html/rhsm/supplementary-repos > > but when I tried what I read there I get: > > This system has no repositories available through subscriptions. > > > > ------------------------------ > > __ > redhat-list mailing list > Unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe > 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-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list