我正在嘗試安裝 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 桌面(電子)-https://dailies.rstudio.com/rstudio/elsbeth-geranium/electron/bionic-arm64/
這是 GitHub 問題連結:https://github.com/rstudio/rstudio/issues/8809#issuecomment-1224856044