2.4 Upgrading Device Service on Linux

To upgrade Device Service on Linux operating system, run the following commands depending on your platform.

NOTE:In Advanced Authentication 5.3 Hotfix 1 the name of the Device Service has been renamed from deviceservice to naaf-deviceservice.

Ubuntu, Debian (deb package)

To upgrade Device Service 5.3 to 5.3 Hotfix 1 or later, you must remove the old package and install a new package.

  1. Remove device service package.

    sudo apt-get remove deviceservice-<version>.x86_64

  2. Install new package.

    sudo dpkg -i naaf-deviceservice-linux64-release-<version>.deb

To upgrade Device Service 5.3 Hotfix 1 to 5.4 you can upgrade the package:

sudo dpkg -i naaf-deviceservice-linux64-release-<version>.deb

openSUSE, Fedora (rpm package)

To upgrade Device Service 5.3 to 5.3 Hotfix 1 or later, you must remove the old package and install a new package.

openSUSE

  1. Remove device service package.

    sudo rpm -e deviceservice-<version>.x86_64

  2. Install new package

    sudo rpm -i naaf-deviceservice-linux64-release-<version>.rpm

Fedora

  1. Remove device service package.

    sudo rpm -e deviceservice-<version>.x86_64

  2. Install new package.

    sudo rpm -Uvh naaf-deviceservice-linux64-release-<version>.rpm

To upgrade Device Service 5.3 Hotfix 1 to 5.4 you can upgrade the package:

sudo rpm -U naaf-deviceservice-linux64-release-<version>.rpm