I want to install RStudio for linux in Manjaro for data recovery and Rstudio supports ubuntu/debian/redhat/centos so how can I install in manjaro and even is that possible to install?
R-Studio is in the AUR:
https://aur.archlinux.org/packages/r-studio-for-linux-bin
It has been out-of-date for a while though.
it is not installling
There’s a post in the pinned comments on the aur telling you how to force it to install
Make your own, doesn’t have to be pushed to AUR, it can be local.
Well, the checksum is different as the version is now 4.10 build 4043. So you can download the PKGBUILD from the AUR and run updpkgsums followed by makepkg -si. Make sure you have base-devel group installed on your system.
Is there [How to ] guide for this
Follow this Arch wiki guide:
https://wiki.archlinux.org/title/Arch_User_Repository#Installing_and_upgrading_packages
When you have the build files, change the version number to the correct one and run updpkgsums in the folder with the PKGBUILD. This will update the checksums of the source files it needs.
Then follow the guide again for building and installing the package.
- Run this command:
git clone https://aur.archlinux.org/r-studio-for-linux-bin.git
-
Then go to the folder created and open a terminal there (command
cd ./r-studio-for-linux-binalso works. -
Run this command:
makepkg -si --skipinteg
After it is done building, it should prompt you to install.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.