Applications

Updating your application

It is good practice to run updates frequently!

To keep the Operating System and R-Studio Application updated, you can use the Remote Desktop.

Remote Desktop

Find the Terminal through the Application menu.

terminal-menu

In the terminal, enter the following commands, one at a time:

sudo apt update
sudo apt upgrade

This should ensure both the Operating System is updated, as well as any of the latest packages for R-Studio.

For other applications without a remote desktop option, you can connect to your instance via SSH and then enter the update commands.

Up Next:

6. Next Steps