Ubuntu - HOW TO INSTALL STUFF

Permabanned
Joined
27 Oct 2002
Posts
2,486
Hi All

right I have Ubuntu installed how do I install stuff?

I want to install R
(google CRAN)

how do I install it??

Cheers

DaveM :p
 
apt-get install synaptic (from the command prompt)

That'll give you the synaptic gui which you'll love if you're not a command prompt person.

Then goto system > Synaptic Manager and away you go.
 
synaptic is included by default with 6.06 and 6.10. Not sure about anything before that.
Not sure if R is in the repositories though.
 
How to install stuff?

I find faffing around for about 30 minutes with crap guides, not getting it to work and going back to Windows normally does it for me.

:D
 
Code:
debpkg -i [url]http://cran.r-project.org/bin/linux/ubuntu/edgy/r-base_2.4.1-1edgy0_all.deb[/url]

That should work.
 
Back
Top Bottom