我收到类似以下错误
Err http://ppa.launchpad.net YOUR_UBUNTU_VERSION_HERE/main Sources
404 Not Found
它实际上是否应该说 YOUR_UBUNTU_VERSION_HERE,或者是否存在某种错误阻止它写入我的 Ubuntu 版本?
答案1
正确的行/etc/apt/sources.list
如下所示:
deb http://ppa.launchpad.net xenial/ main
或者
deb https://cran.r-project.org/bin/linux/ubuntu xenial/
请注意/
版本后面的(“xenial”)和后面的空格/
。