How to Install RStudio on Ubuntu 17.10 Artful Gnu/Linux

January 26, 2018 | By the+gnu+linux+evangelist.

RStudio Install Ubuntu Artful 17.10

Hi! The Tutorial shows you Step-by-Step How to Install RStudio on Ubuntu 17.10 Artful GNU/Linux.

And RStudio for Ubuntu Artful is a set of Integrated Tools Designed to Help you be more Productive with R.

Moreover, RStudio includes a Console, Syntax-highlighting Editor that supports direct Code Execution, and a variety of Robust Tools for Plotting, Viewing History, Debugging and Managing your Workspace.

Finally, included inside the article you find instructions on How to Getting-Started with RStudio on Ubuntu Linux.

How to Install RStudio on CentOS 9 – Step-by-step
  1. Open a Terminal Shell emulator window
    Ctrl+Alt+t on Desktop
    (Press “Enter” to Execute Commands)

    How to Install RStudio on Ubuntu 17.10 Artful GNU/Linux - Open Terminal Shell Emulator
  2. How to Install Anaconda Python on Ubuntu

    Anaconda Python Installation Guide
  3. Then Install R Base + Packages.

    conda install r-essentials
  4. Checking/Installing GDebi Package Installer.

    which gdebi

    If Not there then:

    sudo apt-get update
    sudo apt install gdebi-core gdebi
  5. Download RStudio for Ubuntu GNU/Linux

    RStudio .deb 32/64-bit Linux

    Get the Installer for the nearest Ubuntu Version.

  6. Change to Target Location
    Usually like:

    cd && cd Downloads

    (But if Downloaded with Firefox it may instead be into /tmp/mozilla*…)
    And to Check there is:

    ls | grep rstudio
  7. Then Install RStudio in Ubuntu
    Just executing:

    sudo gdebi rstudio*.deb
  8. Finally, Launch & Enjoy RStudio
    Use the Desktop Launcher:

    Installing RStudio on Linux - Launcher
    Or from Shell with:

    rstudio
    How to Install RStudio on Ubuntu 17.10 Artful GNU/Linux -
  9. How to Getting-Started with RStudio in Ubuntu

    RStudio Getting-Started Docs
  10. So Now I’m truly Happy if My Guide could Help you to Install RStudio on Ubuntu 17.10 Artful!


QuickChic Theme • Powered by WordPress