Forgive me if I'm missing something here, but do you need to install from source or do you just need R 4.1.0?
If the latter, my understanding is that you should be able to get R version 4.1.0 on Ubuntu distributions via: sudo apt install r-base=4.1.0-1.2004.0 r-recommended=4.1.0-1.2004.0 r-base-html=4.1.0-1.2004.0 r-doc-html=4.1.0-1.2004.0 Assuming you're using the official ppa (and uninstalled the newer versions first). If all you need is R 4.1.0, this might be a bit less temperamental. Thanks, Michael Mahoney 781-812-8842 | mike.mahoney....@gmail.com Website | LinkedIn | GitHub Michael Mahoney 781-812-8842 | mike.mahoney....@gmail.com Website | LinkedIn | GitHub On Sun, Aug 29, 2021 at 7:25 AM Johannes Ranke <johannes.ra...@jrwb.de> wrote: > > Am Sonntag, 29. August 2021, 11:01:43 CEST schrieb Rolf Turner: > > On Sun, 29 Aug 2021 10:16:16 +0200 > > > > Johannes Ranke <johannes.ra...@jrwb.de> wrote: > > ... > > > > You can try > > > > > > $ sudo apt build-dep r-base > > > > > > to pull in all build dependencies specified by Dirks R debs, and try > > > again. > > > > Thanks for the suggestion. I did > > > > sudo apt build-dep r-base > > > > as instructed. > > I assume this pulled in some unrelated packages. As you do not mention any > output, I assume there was no error. > > > I then noticed that I could not run R --- got a "permission denied" > > error. So I next did: > > ... > > > P.S. Clearly there must be something broken in my system, but how on > > earth do I track down what's wrong? > > One reason for what you see could be that you have previously compiled and > installed curl from source (which will also build and install libcurl), and > this local installation does not have ssl support. > > One check that I can think of is to run > > $ which curl > > which returns > > /usr/bin/curl > > if you only have the Ubuntu package installed. > > Johannes > > _______________________________________________ > R-SIG-Debian mailing list > R-SIG-Debian@r-project.org > https://stat.ethz.ch/mailman/listinfo/r-sig-debian _______________________________________________ R-SIG-Debian mailing list R-SIG-Debian@r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-debian