404 Not Found Error with ppa:marutter/c2d4u3.5
Summary:
When trying to install rstan and running sudo add-apt-repository -y "ppa:marutter/c2d4u3.5" I get
Err:7 http://ppa.launchpad.net/marutter/c2d4u3.5/ubuntu focal Release
404 Not Found [IP: 91.189.95.83 80]
E: The repository 'http://ppa.launchpad.net/marutter/c2d4u3.5/ubuntu focal Release' does not have a Release file.
R Version:
R version 4.0.3 (2020-10-10) -- "Bunny-Wunnies Freak Out"
Operating System:
Description: Ubuntu 20.04.1 LTS
Hi @joacorapela sorry you're running into trouble. It looks like maybe that repository isn't available for your Ubuntu version but I'm really not sure (I don't use Ubuntu myself and rarely use linux). @bgoodri or @andrjohns Any ideas?
In the meantime you could try installing RStan from source: https://github.com/stan-dev/rstan/wiki/Installing-RStan-from-Source#linux
For Ubuntu 20.04.1 LTS, I don't think you need to add any repositories:
https://packages.ubuntu.com/search?suite=default§ion=all&arch=any&keywords=r-cran-rstan&searchon=names
On Sun, Dec 13, 2020 at 12:58 PM Jonah Gabry [email protected] wrote:
Hi @joacorapela https://github.com/joacorapela sorry you're running into trouble. It looks like maybe that repository isn't available for your Ubuntu version but I'm really not sure (I don't use Ubuntu myself and rarely use linux). @bgoodri https://github.com/bgoodri or @andrjohns https://github.com/andrjohns Any ideas?
In the meantime you could try installing RStan from source: https://github.com/stan-dev/rstan/wiki/Installing-RStan-from-Source#linux
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/stan-dev/rstan/issues/884#issuecomment-744044597, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAZ2XKSXCSTTB5KA5W44IG3SUT6CRANCNFSM4UYDJGKQ .
I ran into this issue as well while using R 4.1.1 on Ubuntu LTS 20.04. I ended up solving my issue by following the instructions on the R documentation. Importantly, I had to run add-apt-repository ppa:c2d4u.team/c2d4u4.0+ before I could install r-cran-rstan without errors.