-1

I want to install R Studio based on this tutorial but I got stuck at part sudo gdebi –n rstudio-0.99.896-amd64.deb and it says gdebi error, file not found: –n

I m using Ubuntu 18.04.3 LTS

singrium
  • 6,880
18Man
  • 143
  • still gdebi error, file not found: ––n sir – 18Man Sep 08 '20 at 10:53
  • 1
    @FachryDzaky Seems you're using en dash . Consider using hyphen -. (Observe the lengths) – Kulfy Sep 08 '20 at 10:58
  • If you're on 18.04.3, your issue maybe because you're system is behind on updates. Ubuntu 18.04.3 implies you've not maintained your system since before 12 February 2020 (http://fridge.ubuntu.com/2020/02/12/ubuntu-18-04-4-lts-released/ but installed systems will have upgraded to it before that date, as the date signifies the release of the ISO itself). A fully upgraded system will not report 18.04.5 – guiverc Sep 09 '20 at 03:36

1 Answers1

0

sudo apt -y install r-base

later r-studio with gdebi.

I also installed all r-studio packages from synaptic.

Just type following command in terminal: sudo apt install synaptic

Then in synaptic write r studio.

Im using Ubuntu Mate 18.04.

And r studio works fine.

enter image description here

  • Please clarify. It is impossible to "in synaptic write r studio.". This package does not came from any repository, and usually installed as single deb-package downloaded from official site. Write your answer in more reproducible way. – N0rbert Sep 08 '20 at 20:05
  • @N0rbert https://i.postimg.cc/nrbgRpyN/Zrzut-ekranu-z-2020-09-09-06-23-21.png – user2318317 Sep 09 '20 at 04:24
  • 1
    I do not see instruction in your answer, it is a mess. – N0rbert Sep 09 '20 at 08:50