Any idea why am i getting such error? and, how could I fix it?
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9
Executing: /tmp/apt-key-gpghome.QThU5VY9Yd/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9
gpg: key 51716619E084DAB9: "Michael Rutter <marutter@gmail.com>" not changed
gpg: Total number processed: 1
gpg: unchanged: 1
sudo add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu focal-cran40/'
Ign:1 http://ppa.launchpad.net/marutter/rrutter/ubuntu focal InRelease
Hit:2 https://desktop-download.mendeley.com/download/apt stable InRelease
Hit:3 https://cloud.r-project.org/bin/linux/ubuntu focal-cran40/ InRelease
Err:4 http://ppa.launchpad.net/marutter/rrutter/ubuntu focal Release
404 Not Found [IP: 91.189.95.83 80]
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/marutter/rrutter/ubuntu focal Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi, It looks like the repository list contains a PPA that is not considered as secure one. Try to disable it. So,
Find the list which contains this PPA:
sudo grep -e "http://ppa.launchpad.net/marutter/rrutter/ubuntu" $(find /etc/apt/ -name "*.list")
You will get a path/filename of the repository list containing that PPA. Open this list in your favorite text editor and comment that PPA with # sign. Save the file, exit the editor, and try again to add r-project apt repository.
Let me know how it works, pls.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.