Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: typo

...

The following table provides an overview of the upgrade commands. For details, please refer to the relevant man-pages on Linux.

Step
Details
1

For packages on the AWS instance: log in to the system via SSH to the sshuser and become the root user.

For the Charon Manager package on the local Linux system: log in as the root user. 

3

Go to the directory where the packages have been stored:

# cd <package-location>

4Run upgrade command:

For systems with RPM package management (Red Hat, CentosCentOS):
    # yum update <package-name>


For systems with Debian package management (Debian, Ubuntu):
    # dpkg -i <package-name>

(info) This is only applicable for the local Charon Manager installation on Ubuntu.


...