我正在尝试安装 RStudio 来完成一些基本的非 CPU 密集型任务。
我下载该.deb
文件并运行以下命令:
matt@matt-Rpi-2GB:~/Downloads$ sudo gdebi rstudio-2022.07.1-554-amd64.deb
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Reading state information... Done
This package is uninstallable
Dependency is not satisfiable: libedit2
我似乎无法libedit2
安装。我试过:
matt@matt-Rpi-2GB:~/Downloads$ sudo apt install libedit2
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libedit2 is already the newest version (3.1-20210910-1build1).
libedit2 set to manually installed.
The following packages were automatically installed and are no longer required:
dctrl-tools dmeventd dmraid dpkg-repack efibootmgr gir1.2-timezonemap-1.0
gir1.2-xkl-1.0 grub-common grub-efi-arm64 grub-efi-arm64-bin
grub-efi-arm64-signed grub2-common kpartx kpartx-boot libdebian-installer4
libdevmapper-event1.02.1 libdmraid1.0.0.rc16 libdpkg-perl
libfile-fcntllock-perl liblvm2cmd2.03 libtimezonemap-data libtimezonemap1
lvm2 os-prober python3-icu python3-pam rdate thin-provisioning-tools
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
我如何才能libedit2
正确安装该库?我无法使用 RStudio 工作。我已经r-base
安装了。
数据:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.1 LTS
Release: 22.04
Codename: jammy
答案1
有一个 arm64 RStudio Server 的预发布版本。
RStudio 服务器 -https://dailies.rstudio.com/rstudio/elsbeth-geranium/server/bionic-arm64/ RStudio 桌面版 (Electron) -https://dailies.rstudio.com/rstudio/elsbeth-geranium/electron/bionic-arm64/
以下是 GitHub 问题链接:https://github.com/rstudio/rstudio/issues/8809#issuecomment-1224856044