Installing RStudio
-
4. Setting Up GDebi
Checking/Installing GDebi Package Installer.
which gdebi
If Not there then:
sudo apt update
sudo apt install gdebi-core gdebi
-
5. Downloading RStudio
Download RStudio for Kali GNU/Linux
Get the Installer for the nearest Kali Linux Version.
-
6. Installing RStudio
Then Install RStudio in Kali Linux
Change to Target Location.
cd && cd Downloads
Next Check it’s there with:
ls | grep rstudio
The grep Command Refine the output List showing only the entries Matching the Keyword.
But if you are in Trouble to Find the Location on Terminal then See: How to Access Downloads Folder from Browser.
And finally, to Setup it:sudo gdebi rstudio*.deb
Contents