Hi there,
I am hoping someone can help me. I have tried to remove a previous installation of R from this Ubuntu system (20.04) as I want to upgrade to a newer version of R.
As you can see on the terminal text R is not found but when I proceed with sudo apt install r-base-core
it already tells me that the newest version is installed. R is never getting found by the OS. I have tried to wipe some directories but still not winning.
Any help?
computerxx:~$ R --version
Command 'R' not found, but can be installed with:
sudo apt install r-base-core
computerxx:~$ sudo apt install r-base
Reading package lists... Done
Building dependency tree
Reading state information... Done
r-base is already the newest version (4.2.1-1.2004.0).
The following packages were automatically installed and are no longer required:
linux-headers-5.13.0-51-generic linux-hwe-5.13-headers-5.13.0-51 linux-image-5.13.0-51-generic linux-modules-5.13.0-51-generic
linux-modules-extra-5.13.0-51-generic
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
computerxx:~$