Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

There are two options to update Axxon Next on Linux OS: from the repository and from the folder.

  1. To update

...

  1. Axxon Next

...

  1. from the repository,

...

  1. sequentially execute the

...

  1. commands

...

  1. as a root

...

  1. :

    Code Block
    sudo apt-get update
    sudo apt-get upgrade


  2. To update

...

  1. Axxon Next

...

  1. from the folder, do the following:
    1. Go to the folder with the downloaded packages.
    2. Execute the following command:

      Code Block
      sudo dpkg -i *


These options describe an update within one version of Axxon Next (for example, from 4.6.0 to 4.6.1). If you want to update from Axxon Next 4.5 to Axxon Next 4.6, you should first update the repositories. The repositories and the commands are specified in the item 1 on the page Installing from repository.

Note
titleAttention!

After the update is completed, it is necessary to check the access rights of the archive file and the folder where it is stored.
The ngp user should be specified as the owner of both the file and the folder.

...