当我打字
sudo apt-get install r-base-core
我收到以下错误
The following packages have unmet dependencies.
r-base-core : Depends: libc6 (>= 2.29) but 2.27-3ubuntu1 is to be installed
现在,据我所知,libc6 是一个重要的库,不应删除。
那么如何从当前版本(2.27)升级到任何>= 2.29的版本?
我尝试在 Ubuntu 20.04 LTS 上安装 RStudio IDE,但它要求安装一些软件包。我已经从 ubuntu 包下载了 libc6_2.34,这个网站
https://packages.ubuntu.com/impish/amd64/libc6/download
sudo dpkg -i libc6_2.34-0ubuntu3_amd64.deb
Run Code Online (Sandbox Code Playgroud)
现在我遇到这样的错误
dpkg: regarding libc6_2.34-0ubuntu3_amd64.deb containing libc6:amd64:
libc6:amd64 breaks locales (<< 2.34)
locales (version 2.31-0ubuntu9.2) is present and installed.
dpkg: error processing archive libc6_2.34-0ubuntu3_amd64.deb (--install):
installing libc6:amd64 would break locales, and
deconfiguration is not permitted (--auto-deconfigure might help)
Errors were encountered while processing:
libc6_2.34-0ubuntu3_amd64.deb
Run Code Online (Sandbox Code Playgroud)