I am using Ubuntu 16.04. I want to install R (latest version) on it. As the system version is older, it can't find this version from terminal line. I checked it with this command on the terminal line.
sudo apt-get install r-base=3.6.1
Which resulted in -
Version '3.6.1' for 'r-base' was not found
I want to install this version with all it's packages. What is the correct process? Can I get all the package files and installation files to install all of it in one go from my terminal? Please suggest me an appropriate way of achieving this.