Upgrade Posit Package Manager#
RStudio is now Posit!
Our professional products have been renamed to Posit Connect, Posit Workbench, Posit Package Manager, Posit Cloud, and Posit Academy so it’s easier for folks to understand that we support more than just R. Please review our Blog post/FAQ to answer commonly asked questions about the rebrand.
The Upgrading section of the Posit Package Manager, formerly RStudio Package Manager, Admin Guide offers additional information that should be reviewed prior to upgrading. Additionally, the upgrading procedures listed below are also available in the Admin Guide.
Posit End User License Agreement
This page includes instructions for downloading Posit professional products. Download and/or use of these products is governed under the terms of the Posit End User License Agreement. By downloading you agree to the terms posted there.
Upgrading a Cluster
See Upgrading a Cluster for details on upgrading a highly-available cluster with minimal downtime.
Upgrade planning#
- Upgrading Package Manager requires limited downtime
- During an upgrade, users may not be able to install packages
- We recommend upgrading during a period of downtime
Versions:
-
The latest version is available on the downloads page along with the Release Notes.
-
The current version is available by running:
Terminalcat /opt/rstudio-pm/VERSION
Download and install the script#
To upgrade:
- Download the latest
.rpm
or.deb
file. -
Run the install command:
sudo gdebi <rstudio-pm-version.deb>
sudo yum install <rstudio-pm-version.rpm>
sudo zypper install <rstudio-pm-version.rpm>
The new version of Package Manager installs on top of an earlier installation. Existing configuration settings are respected. During installation the Package Manager service is restarted.
Additional information#
The Package Manager Admin Guide provides additional server management information, such as Purging Package Manager, Backups, Server Migration, etc., in the Server Manager section.