On Mon, 04 Dec 2023 13:41:47 -0500
Steve Gutreuter <sgutreu...@gmail.com> wrote:

> $> sudo /usr/bin/add-apt-repository "deb  
> https://cloud.r-project.org/bin/linux/ubuntu $(lsb_release
> -cs)-cran40/"

Looks like `lsb_release -cs` returns a Mint codename for you.
Thankfully, since we know that Linux Mint 21 is based on Ubuntu 22.04
"Jammy Jellyfish", it should be possible to replace $(lsb_release -cs)
with jammy when running the command. Does the jammy-cran40/
subdirectory work for you?

-- 
Best regards,
Ivan

______________________________________________
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