Estoy intentando instalar RStudio para completar algunas tareas básicas que no requieren un uso intensivo de la CPU.
Descargo el .deb
archivo y ejecuto lo siguiente:
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
Parece que no puedo libedit2
instalarlo. Lo intenté:
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.
¿Cómo puedo hacer que la libedit2
biblioteca se instale correctamente? He tenido problemas para que RStudio funcione. Lo he r-base
instalado.
Datos:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.1 LTS
Release: 22.04
Codename: jammy
Respuesta1
Existe una versión preliminar de arm64 RStudio Server.
Servidor RStudio -https://dailies.rstudio.com/rstudio/elsbeth-geranium/server/bionic-arm64/ Escritorio RStudio (Electrón) -https://dailies.rstudio.com/rstudio/elsbeth-geranium/electron/bionic-arm64/
Aquí está el enlace del problema de GitHub:https://github.com/rstudio/rstudio/issues/8809#issuecomment-1224856044