Unable to use public-yum for R installation

Dear experts,
I am trying to install R-core for Oracle Enterprise Linux 5 update 6 in order to deploy a R server on it. According to the installation manual I should be using Oracle's public yum server to download and install R (http://docs.oracle.com/cd/E27988_01/doc/doc.112/e26499/install.htm#BABDFEDA).
However following the guide, setting up yum repository and everything is working fine, when I key in "yum install R.x86_64" it returns there is no such package. I scanned the public yum folders and found no R rpms. May I know where should I get the rpms or where should I point the yum to look for the R packages?
Thanks.
Cheers,
Philip

Hi,
It still shows the No package found error.
I ran yum list and there isn't any R/R-core packages available.
Below is the output of ls /etc/yum.repos.d/ and yum list (I extract the el5_addons one to keep the post short as it seems unable to upload the entire list as attachment here)
=================
ls /etc/yum.repos.d/public-yum-el5.repo
public-yum-el5.repo.old
public-yum-el5.repo.old2
The old and old2 files are just identical backup.
=================
root@localhost yum.repos.d>yum list | grep el5_addons
Bad id for repo: EL5.6 DVD, byte = 5
This system is not registered with ULN.
ULN support will be disabled.
Django.noarch 1.0.2-2.el5 el5_addons
VirtualBox-3.2.i386 3.2.12_68302_rhel5-1 el5_addons
VirtualBox-4.0.i386 4.0.16_75491_rhel5-1 el5_addons
VirtualBox-4.1.i386 4.1.22_80657_el5-1 el5_addons
VirtualBox-4.2.i386 4.2.4_81684_el5-1 el5_addons
blocxx.i386 1.0.0-17.2 el5_addons
hwinfo.i386 13.57-2 el5_addons
jta.noarch 2.6-1 el5_addons
kernel-uek-headers.i686 2.6.32-300.39.1.el5uek el5_addons
kmod-ovmapi-uek.i686 1.0.0-27.300.uek5 el5_addons
libovmapi.i386 3.0-6.el5 el5_addons
libovmapi-devel.i386 3.0-6.el5 el5_addons
libxcrypt.i386 2.4-12.2 el5_addons
liby2util.i386 2.13.8-0.12 el5_addons
libzypp.i386 2.15.10-0.4 el5_addons
ol-template-config.noarch 1.1.0-9.el5 el5_addons
ovm-template-config.noarch 3.0-68.el5 el5_addons
ovm-template-config-authentication.noarch 3.0-68.el5 el5_addons
ovm-template-config-datetime.noarch 3.0-68.el5 el5_addons
ovm-template-config-firewall.noarch 3.0-68.el5 el5_addons
ovm-template-config-network.noarch 3.0-68.el5 el5_addons
ovm-template-config-selinux.noarch 3.0-68.el5 el5_addons
ovm-template-config-ssh.noarch 3.0-68.el5 el5_addons
ovm-template-config-system.noarch 3.0-68.el5 el5_addons
ovm-template-config-user.noarch 3.0-68.el5 el5_addons
ovmd.i386 3.0-27.el5 el5_addons
perl-Parse-RecDescent.i386 1.80-259.2 el5_addons
perl-X500-DN.i386 0.28-133.2 el5_addons
perl-gettext.i386 1.05-13.2 el5_addons
python-ZSI.noarch 2.1-a1.el5 el5_addons
python-sqlite2.i386 1:2.3.3-2.el5 el5_addons
testutf8.i386 1.0-1.2 el5_addons
tightvnc-java.noarch 1.3.9-4 el5_addons
uln-yum-proxy.noarch 0.0.3-1.el5 el5_addons
xenstoreprovider.i386 3.0-9.el5 el5_addons
yast2.i386 2.13.104-1.0 el5_addons
yast2-EM.noarch 1.9.5-0.2 el5_addons
yast2-all.noarch 2.0-1 el5_addons
yast2-core.i386 2.13.39-0.3 el5_addons
yast2-country.i386 2.13.52-0.9 el5_addons
yast2-hardware-detection.i386 2.13.7-0.9 el5_addons
yast2-installation.noarch 2.13.192-0.4 el5_addons
yast2-ldap-client.noarch 2.13.27-0.11 el5_addons
yast2-mail-aliases.noarch 2.13.8-0.11 el5_addons
yast2-ncurses.i386 2.13.66-0.12 el5_addons
yast2-network.i386 2.13.98-0.7 el5_addons
yast2-nfs-client.noarch 2.13.4-0.11 el5_addons
yast2-pam.noarch 2.13.5-0.11 el5_addons
yast2-perl-bindings.i386 2.13.11-0.17 el5_addons
yast2-pkg-bindings.i386 2.13.117-0.13 el5_addons
yast2-runlevel.noarch 2.13.11-0.11 el5_addons
yast2-security.noarch 2.13.7-0.11 el5_addons
yast2-users.i386 2.13.55-0.4 el5_addons
yum-arch.noarch 2.2.2-2.el5 el5_addons
zend-server-repo.noarch 4.1-1.el5 el5_addons
Does anything seem wrong in my process?
Thanks.
Cheers,
Philip

Similar Messages

  • Unable to use ctx_doc despite Oracle Text installation

    Hi,
    We're using Oracle 9iR2.
    I'm in need to convert a Long Raw column to readable text. I've managed to convert it to CLOB and it now gives me an RTF encoded string.
    I've read on several forums that this RTF string can be converted to readable text using the CTX_DOC.FILTER or CTX_DOC.IFILTER functions. But despite Oracle Text 9.2.0.1.0 being successfully installed (by OUI), there ain't any CTX_DOC packages. I'm getting the error:
    "PLS-00201: identifier 'CTX_DOC.IFILTER' must be declared".
    Even running as database administrator, I'm not able to run this function.
    Can anyone help us in making this work? I've posted in the wrong forum before (PL/SQL) but their tips didn't work: unable to use ctx_doc despite Oracle Text installation
    Thanks in advance!

    Can you try some things just to confirm if you have a proper installation and configuration? Do you have a ctxsys user? Can you connect as ctxsys then describe ctx_doc? Please see the following section for configuration instructions:
    http://download.oracle.com/docs/cd/B10501_01/win.920/a95491/config.htm#1007332
    You might also want to upgrade to a newer version.

  • Is there any public yum for update5?

    Hi,
    I see the oracle has released the public yum for Linux4 and and update 6. I am using Linux4 and update5. Is there any public yum for update5?
    Thanks,
    Anshul Singhal

    user9959418 wrote:
    I see the oracle has released the public yum for Linux4 and and update 6. I am using Linux4 and update5. Is there any public yum for update5?No. The public-yum.oracle.com site only covers EL4U6 and higher. You really should look at upgrading.

  • I am unable to use iTunes credits for game credits When I try to purchase a box comes up with an error has occurred please try later"

    I am unable to use iTunes credit for game credit purchase. A box comes up with " an error has occurred Please try later" any advice greatly appreciate. Thanks

    mgpainter wrote :
    prince2012 wrote:
    Hi mgpainter
    Welcome to the Community
    Sorry I am not a RIM employee, But still regarding your problem have a look at this RIM Knowledge Base to resolve the error .Try it and see if it resolves your problem : KB25882 .
    Prince
    Click " Like " if you want to Thank someone.
    If Problem Resolves mark the post(s) as " Solution ", so that other can make use of it.
    Thanks for the welcome and the reply!
    I looked at KB25882 and my settings are good, so that didn't help.
    I had this problem over a year ago, and someone at RIM found a bit set that shouldn't have been set and fixed it (that is my terminology for what happened).
    I am really looking for a way to contact RIM directly.  I hate going through the mill with my carrier to get it escalated to RIM for resolution......  <sigh>
    Hi mgpainter 
                                Most easiest way to Contact RIM is through your Carrier but as you don't prefer that than there is another way of support called Incident Based Support but just want to inform you that its not free.If you want have a try  BlackBerry Incident Based Support .
    Good Luck
    Prince
    Click " Like " if you want to Thank someone.
    If Problem Resolves mark the post(s) as " Solution ", so that other can make use of it.
    Click " Like " if you want to Thank someone.
    If Problem Resolves mark the post(s) as " Solution ", so that other can make use of it.

  • After downloading new version of Firefox 4 I am unable to use touch pad for scrolling. I have tried installing and uninstalling the new version but this problem has always been occuring.

    after downloading new version of Firefox 4 I am unable to use touch pad for scrolling. I have tried installing and uninstalling the new version but this problem has always been occuring. I do not know how to fix this problem so I always return to the old version.

    If you have problems with updating or with the permissions then easiest is to download the full version and trash the currently installed version to do a clean install of the new version.
    Download a new copy of the Firefox program and save the DMG file to the desktop
    * Firefox 5.0.x: http://www.mozilla.com/en-US/firefox/all.html
    * Trash the current Firefox application to do a clean (re-)install
    * Install the new version that you have downloaded
    Your profile data is stored elsewhere in the Firefox Profile Folder, so you won't lose your bookmarks and other personal data.
    * http://kb.mozillazine.org/Profile_folder_-_Firefox

  • I will be using public wifi for 3 months while traveling, do I need VPN for security?

    I will be using public wifi for 3 months while traveling, do I need VPN software? And is it needed at the receiving end?

    As long as you only enter your password in secure web forms, connect to secure mail servers, and don't mind if a stranger is watching which Internet servers you connect to (but can't see what you do with them), a VPN isn't necessary.

  • Unable to use MSN Premium for the Share function within Elements 10

    I'm unable to use MSN Premium for the Share function within Elements 10 (it seems the program does not recognize MSN Premium for a valid email program for use within the Share function of Elements 10).  Is this something than can be resolved?

    No, unfortunately. You will have to either set up the adobe email or else just use the attachments button in the MSN premium instead of sending directly from PSE.

  • How to use a driver for two installations

    Hi everyone
    I downloaded from ni.com a driver for my spectrum analyzer (agesa). I had this installed on a LV 8.0 installation, and it worked.
    I have now updated to 8.2. In this installation the driver doesn't show up.
    The problem: I need both installations, and I need the driver to show up on both installations. When I restart the installation program for the driver, I only can repair it (for the 8.0 installation) or remove it (which I don't want to).
    How can I use the driver in both installations?

    Now this is quite embarassing Someone might want to delete this thread.
    I didn't think it was that easy.
    Thank you, works

  • Unable to use mssqlserver4.Driver for v6.5 and SQL2000 together

    we are unable to use weblogic.jdbc.mssqlserver4.Driver for v6.5 and weblogic.jdbc.mssqlserver4.Driver
    for SQL2000 together. We have our DB set uo in MSSQL server v6.5 and are migrating
    to SQL2000. we need to support both the versions till the migration is complete.
    Looks like WL6.1 sp2 can have only either one of them. Anybody has any inputs
    on how to resolve this?
    -shiv

    i was unable to use mail due to the IMAP issue
    Please describe the problem in as much relevant detail as possible. The "etrecheck" fad hasn't made that step any less necessary. The better your description, the better the chance of a solution.

  • Stupido! - two copies of Studio 2 but used same discs for both installs!

    Yes, I truly own two copies of Final Cut Studio 2 and yes, I truly used only one serial number/disks for both installs. Of course, only one will run. But when I tried to delete one version in order to install the 2nd set, the original serial number is still there. How can I completely delete one install and begin all over again - or, how to I change the serial number to the correct one.
    Many thanks for any help - I'm stuck!
    Cleo1076

    Remove the system ID file instruction can be found here
    http://docs.info.apple.com/article.html?artnum=303184
    How did I find that you ask? Open Final Cut Pro and go to Help/Final Cut Pro Support it'll take you there!

  • Unable To Use DVDSP4 Presets for HD-DVD in the H.264 Format

    I recently prepared a 23 minute slide show using Fotomagico from high resolution Hasselblad slides scanned in at 1200 dpi. Within Fotomagico I rendered the Fotomagico slide show to Apple ProRes 422 HQ, took it into Final Cut Pro 6.03 and added an intro and closing section. I then sent this to Compressor and selected the 30 minute HD-DVD preset which uses mpeg2. All went fine with the encoding to mpeg2 and I got a successful build and format out of DVDSP4 after importing the resulting .m2v file into DVDSP4. However, while the disk plays back fine in my Mac Pro it plays back with stuttering (audio and video) on my Toshiba HD-A2 HD-DVD player. I used a Verbatim Datalife DVD+R, but several other discs from other manufactuers including a DVD-R disc showed the same problem.
    Please note that I have the latest firmware on my Toshiba HD-A2 and I have successfully burned RL HD-DVD discs using my PC and Windows software (Ulead's DVD Movie Factory 6+) which play fine without stuttering on my HD-A2.
    I then decided to send the project to Compressor and use the 60 minute HD-DVD preset that encodes to H.264. Once again Compressor successfully executed the encode of my 23 minute slide show and it plays fine in QuickTime or MPEG StreamClip. However, every time I try and import this .mov file encoded in H.264 using the Compressor preset for HD-DVD into DVDSP4, DVDSP4 brings it in to the assets folder, but after a couple of seconds DVDSP4 crashes. Using console I get a message that DVDSP4 quit unexpectedly due to a "segmentation fault".
    I also tried to take the ProRes Fotomagic project in Final Cut Pro 6.02 and send it out with Quicktime Conversion using the H.264 codec. Again I have a file that plays fine in QT, but when I try and import this .mov file into DVDSP4, I get the message "imcompatible format".
    In summary, I am completely frustrated after many many hours of work at trying to prepare an HD-DVD on red laser of my slide show in DVDSP4. I cannot figure out what I am doing wrong, and I would be most appreciative of any suggestions anyone may have.
    Thanks in advance.
    Tom

    Am I the only person who has ever tried to use the Presets in Compressor 3 for encoding HD-DVD disks? I would like to use these presets for burning HD-DVD's to standard red laser media as I have done on my PC. With the mpeg2 Preset I can get nothing but stuttering video when played back on my Toshiba HD-A2 and when I use Compressor 3 to encode with either of the H264 presets, the resulting .mov file causes DVDSP4 to crash when I import the file. Has no one else experienced this? Does anyone have any thoughts on addressing these issues other than to go back to working on my PC?
    Tom

  • Unable to use RAS SDK for server-side printing for XI 3.1

    Hi all,
    I am using RAS SDK for server-side printing.  Here are my codes:
    ISessionMgr sessionMgr = CrystalEnterprise.getSessionMgr();
    IEnterpriseSession enterpriseSession = sessionMgr.logon("Administrator", "", "cdi5boe", "secEnterprise");
    IInfoStore iStore = (IInfoStore) enterpriseSession.getService("InfoStore");
    //out.println("Current User is = " + enterpriseSession.getUserInfo().getUserName());
    //out.println ("<br>");
    IInfoObjects infoObjects = iStore.query("SELECT * FROM CI_INFOOBJECTS WHERE SI_Kind='CrystalReport' AND SI_NAME = 'Sales Print'");
    IInfoObject infoObject = (IInfoObject)infoObjects.get(0);    
    IReportAppFactory reportAppFactory = (IReportAppFactory) enterpriseSession.getService("RASReportFactory");
    ReportClientDocument rcd = new ReportClientDocument();
    rcd = reportAppFactory.openDocument(infoObject,0, java.util.Locale.US);
    //Create print options to use when printing.
    PrintReportOptions printOptions = new PrintReportOptions();
    printOptions.setPrinterName("
    cdi5boe
    HPLaserJ");
    printOptions.setJobTitle("Test Printer Job");
    printOptions.setPrinterDuplex(PrinterDuplex.horizontal);
    printOptions.setPaperSource(PaperSource.auto);
    printOptions.setPaperSize(PaperSize.paperLetter);
    printOptions.setNumberOfCopies(1);
    printOptions.setCollated(false);
    PrintReportOptions.PageRange printPageRange = new PrintReportOptions.PageRange(1,1);
    printOptions.addPrinterPageRange(printPageRange);
    //Print report.
    rcd.getPrintOutputController().printReport(printOptions);
    When I run the report, I got the following errors:
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKPrinterException: com.businessobjects.crystalreports.printer.bean.ReportPrinter---- Error code:-2147215357 Error code name:internal
    I consult the Diamond Technical Community and I found the issue related to printer name:
    https://boc.sdn.sap.com/node/498
    However, I did check the printer name, it is accessible via Windows Explorer.
    Anyone knows how to resolve this?
    Regards,
    Derek

    It doesn't appear to be listed as a dependency in the developer docs, but would you try putting the ReportPrinter.jar in your RAS app?
    Sincerely,
    Ted Ueda

  • Unable to Use Color Categories for Outlook 2013

    I've recently installed Office 2013 and found that the categories tag wasn't even on the ribbon (beside the tags where it should and used to be). and whenever i tried customizing the ribbon to add it, it was greyed out in the menu and didn't appear on
    the ribbon. Whenever I clicked an appointment, the categories tab wasn't there either. Even the normal tags (Private, High Importance, Low Importance) don't work - they're clickable but they don't work. In the same way, whenever an appointment window opens,
    yet again, the categories tab isn't there.   

    The categories you assign won't sync to the server and be visible on other computers, but you can use either keyboard shortcuts to assign categories or a small macro to bring up the category dialog and assign them for messages on this computer.
    This works on selected mail - add a button for it to the ribbon -
    Public Sub CategorizeIMAP()
    Dim objItem As Outlook.MailItem
    Set objItem = Application.ActiveExplorer.Selection.Item(1)
    objItem.ShowCategoriesDialog
    Set objItem = Nothing
    End Sub
    http://www.slipstick.com/outlook/outlook-categories-flags-and-imap-accounts/ has more information and a macro that works for open or selected items.
    Diane Poremsky [MVP - Outlook]
    Outlook & Exchange Solutions Center
    Outlook Tips
    Subscribe to Exchange Messaging Outlook weekly newsletter

  • Cannot use product key for Vista installation on my Satellite U400-112

    HI, NICE DAY
    I BOUGHT TOSHIBA SATELLITE U400-112 , WINDOWS VISTA , I FORMATED MY LAPTOP THEN I SETUP WINDOWS VISTA , BUT WHEN I INTRED THE PRODUCT KEY (THAT IN THE LAPTP`S STICKER) , A MESSAGE APPEAR AND TELL THE P K IS INVALID !!!
    BY THE WAY, MY WINDOWS VISA IS A COPY CD OF THE ORIGENAL VISTA, IT CAN BE UPTATED BUT DOES`T ACCEPT MY LAPTOP PRODUCT KEY!!!
    WAIT FOR HELP, THANKS.

    hi
    i get answer by search results
    ther is
    Hi!
    The product key on the bottom side of the notebook is an OEM key and belongs to the preinstalled OEM version. That means you can??t use this key with a normal Vista installation disk that you can buy on the internet or from a computer shop.
    If you want to install Vista you should a Toshiba recovery disk or a Microsoft disk with the corresponding product key.
    You can order a Toshiba recovery disk from Toshiba directly:
    https://backupmedia.toshiba.eu/landing.aspx
    Bye
    thanks

  • Unable to use ES Workplace  for HU6  PI 7.0

    Hi , I am able to login on HU6 PI 7.0  box but in the integration Builder, when I am trying to open INtegration Repository.  Then  It open a new java dialogue box, which shows  that it is downloading jar files ...But when I clicked it I got the error: 
    An error occurred while launching/running the application.
    In General tab it shows:
    Title: Integration Builder
    Vendor: SAP AG
    Category: Download Error
    Unable to load resource: http://pi.esworkplace.sap.com:80/rep/repository/aii_ibrep_client.jar
    Eception is : JNLPException[category: Download Error : Exception: java.io.IOException: Server returned HTTP response code: 403 for URL: http://pi.esworkplace.sap.com:80/rep/repository/aii_ibrep_client.jar : LaunchDesc: null ]
         at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source)
         at com.sun.javaws.cache.DownloadProtocol.getResource(Unknown Source)
         at com.sun.javaws.LaunchDownload.downloadJarFiles(Unknown Source)
         at com.sun.javaws.LaunchDownload.downloadEagerorAll(Unknown Source)
         at com.sun.javaws.Launcher.downloadResources(Unknown Source)
         at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
         at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
         at com.sun.javaws.Launcher.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Console tab it shows : Java Web Start 1.4.2_17 Console, started Mon Dec 01 13:41:32 IST 2008
    Java 2 Runtime Environment: Version 1.4.2_17 by Sun Microsystems Inc.
    Please help me . So that I can use the PI 7.0 . I tried a lot to open it but no success. Thanks 
    regards
    Ram

    Please put the domain name in  host file and then check .
    Mukund

Maybe you are looking for