Good morning! I'm trying to install R on my PC (16.04; LTS), but the following error ocours: E: Falhou obter http://ppa.launchpad.net/skunk/pepper-flash/ubuntu/dists/xenial/main/source/Sources 404 Not Found I ran the following commands on the terminal: * printf '\n#CRAN mirror\ndeb https://cloud.r-project.org/bin/linux/ubuntu xenial-cran35/\n' | sudo tee -a /etc/apt/sources.list * sudo apt-get update The error ocours when I ran the sudo apt-get update. I tried to see the reason for this error and noticed that the "xenial" folder is not in the address http://ppa.launchpad.net/skunk/pepper-flash/ubuntu/dists/xenial, which should be. If anyone can help me, I would appreciate it. Best regards, Nilson Moreira [[alternative HTML version deleted]]
Dear Nilson, The offical/recommended installation instructions are available at https://cloud.r-project.org/bin/linux/ubuntu/README.html Please follow these instructions. Best regards, ir. Thierry Onkelinx Statisticus / Statistician Vlaamse Overheid / Government of Flanders INSTITUUT VOOR NATUUR- EN BOSONDERZOEK / RESEARCH INSTITUTE FOR NATURE AND FOREST Team Biometrie & Kwaliteitszorg / Team Biometrics & Quality Assurance thierry.onkelinx at inbo.be Havenlaan 88 bus 73, 1000 Brussel www.inbo.be /////////////////////////////////////////////////////////////////////////////////////////// To call in the statistician after the experiment is done may be no more than asking him to perform a post-mortem examination: he may be able to say what the experiment died of. ~ Sir Ronald Aylmer Fisher The plural of anecdote is not data. ~ Roger Brinner The combination of some data and an aching desire for an answer does not ensure that a reasonable answer can be extracted from a given body of data. ~ John Tukey /////////////////////////////////////////////////////////////////////////////////////////// <https://www.inbo.be> 2018-08-31 13:51 GMT+02:00 Nilson Moreira <docnilson at hotmail.com>:> Good morning! > > > I'm trying to install R on my PC (16.04; LTS), but the following error > ocours: > > > E: Falhou obter http://ppa.launchpad.net/skunk/pepper-flash/ubuntu/ > dists/xenial/main/source/Sources 404 Not Found > > I ran the following commands on the terminal: > > > * printf '\n#CRAN mirror\ndeb https://cloud.r-project.org/ > bin/linux/ubuntu xenial-cran35/\n' | sudo tee -a /etc/apt/sources.list > * sudo apt-get update > > The error ocours when I ran the sudo apt-get update. > > I tried to see the reason for this error and noticed that the "xenial" > folder is not in the address http://ppa.launchpad.net/ > skunk/pepper-flash/ubuntu/dists/xenial, which should be. > > If anyone can help me, I would appreciate it. > > Best regards, > > Nilson Moreira > > > > > > > > > > > [[alternative HTML version deleted]] > > _______________________________________________ > R-SIG-Debian mailing list > R-SIG-Debian at r-project.org > https://stat.ethz.ch/mailman/listinfo/r-sig-debian >[[alternative HTML version deleted]]
On Fri, Aug 31, 2018 at 7:52 AM Nilson Moreira <docnilson at hotmail.com> wrote:> > Good morning! > > > I'm trying to install R on my PC (16.04; LTS), but the following error ocours: > > > E: Falhou obter http://ppa.launchpad.net/skunk/pepper-flash/ubuntu/dists/xenial/main/source/Sources 404 Not FoundThat error doesn't have anything to do with R. Remove anything installed from that old busted PPA, remove it from your sources.list, and install R as instructed at https://cran.r-project.org/bin/linux/ubuntu/ Best, Ista> > I ran the following commands on the terminal: > > > * printf '\n#CRAN mirror\ndeb https://cloud.r-project.org/bin/linux/ubuntu xenial-cran35/\n' | sudo tee -a /etc/apt/sources.list > * sudo apt-get update > > The error ocours when I ran the sudo apt-get update. > > I tried to see the reason for this error and noticed that the "xenial" folder is not in the address http://ppa.launchpad.net/skunk/pepper-flash/ubuntu/dists/xenial, which should be. > > If anyone can help me, I would appreciate it. > > Best regards, > > Nilson Moreira > > > > > > > > > > > [[alternative HTML version deleted]] > > _______________________________________________ > R-SIG-Debian mailing list > R-SIG-Debian at r-project.org > https://stat.ethz.ch/mailman/listinfo/r-sig-debian