我尝试在 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)