While installing R in a newly updated Ubuntu 17.10 the following dependency error occurred. How to resolve them?
sudo apt-get install r-base
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created or
been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
r-base : Depends: r-base-core (>= 3.4.2-2xenial2) but it is not going
to be installed
Depends: r-recommended (= 3.4.2-2xenial2) but it is not going
to be installed
Recommends: r-base-html but it is not going to be installed
sudo apt install -f
– George Udosen Oct 31 '17 at 13:22Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. – Md. Mahim Anjum Haque Oct 31 '17 at 13:32