How to Install and Uninstall rstudio-desktop.x86_64 Package on Fedora 39

Last updated: November 29,2024

1. Install "rstudio-desktop.x86_64" package

This tutorial shows how to install rstudio-desktop.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install rstudio-desktop.x86_64

2. Uninstall "rstudio-desktop.x86_64" package

Please follow the guidelines below to uninstall rstudio-desktop.x86_64 on Fedora 39:

$ sudo dnf remove rstudio-desktop.x86_64 $ sudo dnf autoremove

3. Information about the rstudio-desktop.x86_64 package on Fedora 39

Last metadata expiration check: 2:13:03 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : rstudio-desktop
Version : 2023.12.1+402
Release : 1.fc39
Architecture : x86_64
Size : 1.0 M
Source : rstudio-2023.12.1+402-1.fc39.src.rpm
Repository : updates
Summary : Integrated development environment for the R programming language
URL : https://github.com/rstudio/rstudio
License : AGPL-3.0-or-later AND LGPL-2.1-or-later AND Apache-2.0 AND MIT AND BSD-3-Clause AND ISC AND W3C AND MPL-1.1 AND CPL-1.0 AND CC-BY-SA-4.0 AND LicenseRef-Fedora-Public-Domain
Description : RStudio is an integrated development environment (IDE) for R. It includes a
: console, syntax-highlighting editor that supports direct code execution, as
: well as tools for plotting, history, debugging and workspace management.
:
: This package provides the Desktop version, to access the RStudio IDE locally.