LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-28-2012, 06:59 AM   #1
jayeshsharma52
Member
 
Registered: Jul 2012
Posts: 54

Rep: Reputation: Disabled
Add remove software. Fedora 16


I want to install R-base , but in "Add remove" its not displaying any softwares ,after going to system->software updates,i found that there is no source to fetch software ,please help me fix this problem.
Thanks.
 
Old 09-28-2012, 08:03 AM   #2
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Quote:
Originally Posted by jayeshsharma52 View Post
I want to install R-base , but in "Add remove" its not displaying any softwares ,after going to system->software updates,i found that there is no source to fetch software
Please run the following commands from xterm, Konsole, GNOME-terminal or whatever terminal windows are called these days:
Code:
# Check which repo's are available:
sudo yum repolist enabled
# * if none show run the following:
sudo yum repolist all
# else run
sudo yum search R
# and if it shows nfo about "R" run update:
sudo yum -y update
# and install R, review the list of packages and dependencies, OK it by pressing "y":
sudo yum install R
# If all went fine start R:
R
# And install R Commander as a test:
install.packages("Rcmdr",dependencies=TRUE)
# and exit R:
quit()
If any of the Yum commands fail please post the command and any (error) output in [code]vBB tags[/code], elif any of the R commands fail check the manual.
 
Old 09-28-2012, 08:30 AM   #3
jayeshsharma52
Member
 
Registered: Jul 2012
Posts: 54

Original Poster
Rep: Reputation: Disabled
I have already installed R by command yum install R-devel (after some search on google) and its working fine.
But even after updating (yum update) i am unable to search through available softwares in GUI of Add Remove.
Thanks.
 
Old 09-28-2012, 08:58 AM   #4
amani
Senior Member
 
Registered: Jul 2006
Location: Kolkata, India
Distribution: Debian 64-bit GNU/Linux, Kubuntu64, Fedora QA, Slackware,
Posts: 2,766

Rep: Reputation: Disabled
install yumex

for R packages, use install.packages() from within R.
there are methods for installing a lot at once: http://cran.r-project.org/web/views/
 
Old 09-28-2012, 04:19 PM   #5
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
fedora is VERY text "yum" centric
yumex and package kit are almost useless

you said you installed " r-devel"
that IS ONLY the source headers !!!
it is NOT the r language

use the terminal
-----for 32 bit ----
Code:
su -
yum search r | less
----- piping to "less" allows you to see the beginning of the VERY LONG list  ----
yum install r.i686
from my SL6.3 32 bit box
Quote:
R.i686 : A language for data analysis and graphics
R-DBI.noarch : Database interface module for R
R-RODBC.i686 : An ODBC database interface for R
R-car.noarch : Companion to Applied Regression package for R
R-core.i686 : The minimal R components necessary for a functional runtime
R-devel.i686 : Files for development of R packages
R-java.i686 : R with Fedora provided Java Runtime Environment
R-java-devel.i686 : Development package for use with Java enabled R components
R-lmtest.i686 : Testing Linear Regression Models for R
R-msm.i686 : Multi-state Markov and hidden Markov models in continuous time
R-multcomp.noarch : Simultaneous inference for general linear hypotheses R
: Package
R-mvtnorm.i686 : Multivariate normal and T distribution R Package
R-nws.noarch : R functions for NetWorkSpaces and Sleigh
R-qtl.i686 : Tools for analyzing QTL experiments
R-systemfit.noarch : Simultaneous Equation Estimation R Package
R-zoo.i686 : Z's ordered observations for irregular time series
R2spec.noarch : Python script to generate R spec file

Last edited by John VV; 09-28-2012 at 04:21 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Fedora 8: Add/Remove Software SpiderIRE Linux - Software 6 02-04-2008 10:48 AM
cannot Add/remove software fedora 7 a_c_g_t Linux - Newbie 1 10-25-2007 05:15 AM
cannot add/remove/update software Fedora 7 galrub Fedora 2 07-15-2007 09:47 AM
Fedora Core 5 Add/ Remove Software Help Mawerick82 Linux - Software 2 03-28-2006 02:43 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:59 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration