Just a guess:

On 25/07/2022 17:43, Witold E Wolski wrote:
I am failing to get R 4 installed on Ubuntu. I am following the
instructions given here:
https://cran.r-project.org/bin/linux/ubuntu/

These are the errors I am getting:
<start>
parallels@ubuntu-linux-20-04-desktop:~/Downloads/fragpipe/bin$ sudo
apt install --no-install-recommends r-base

--no-install-recommends might be your problem

Try running without that.


(And also do sudo apt update first)


The following packages have unmet dependencies:
And this is why that --no-install-recommends is causing the install to fail:
  r-base : Depends: r-base-core (>= 4.2.1-1.2004.0) but it is not going
to be installed
           Depends: r-recommended (= 4.2.1-1.2004.0) but it is not
going to be installed
E: Unable to correct problems, you have held broken packages.
<end>


Best regards
Witek


--
Witold Eryk Wolski

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

--
Micha Silver
Ben Gurion Univ.
Sde Boker, Remote Sensing Lab
cell: +972-523-665918

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to