2.3 Upgrading Device Service on Linux

2.3.1 Upgrading Device Service on Ubuntu and Debian (deb package)

To upgrade the Device Service 5.6 or later, perform the following steps to remove the old package and install a new package:

  1. Run the following command to remove the existing Device Service package from the machine:

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

  2. (Optional) Run the following command to install bluez component:

    sudo apt-get install bluez

  3. Run the following command to install the Device Service package:

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

2.3.2 Upgrading Device Service on openSUSE (rpm package)

  1. Run the following command to remove the existing Device Service packager from the machine:

    sudo rpm -e deviceservice-<version>.x86_64

  2. (Optional) Run the following command to install bluez component:

    sudo zypper install bluez

  3. Run the following command to install the Device Service package:

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

2.3.3 Upgrading Device Service on Fedora (rpm package)

  1. Run the following command to remove the existing Device Service packager from the machine:

    sudo rpm -e deviceservice-<version>.x86_64

  2. (Optional) Run the following command to install bluez component:

    sudo yum install bluez

  3. Run the following command to install the Device Service package:

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