Ubuntu 22.04 Raspberry Pi 4 2GB 메모리에 RStudio를 설치하려고 합니다.

Ubuntu 22.04 Raspberry Pi 4 2GB 메모리에 RStudio를 설치하려고 합니다.

CPU를 사용하지 않는 기본적인 작업을 완료하기 위해 RStudio를 설치하려고 합니다.

파일 을 다운로드 .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

관련 정보