Versions Compared

Key

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

...

Linux


For a clean install of the WIBU-KEY drivers on Linux, the old drivers will first have to be removed.

  1. Find the name of the old package:


    RHEL:

    Code Block
    languagebash
    $rpm -qa | grep -i WkRt

    Debian

    Code Block
    $dpkg -l | grep -i WkRt
  2. Remove the old package:


    RHEL:

    Code Block
    languagebash
    rpm -e [name]
    # for example rpm -e WkRt-Lin-6.40.2402-500.x86_64.rpm


    Debian:

    Code Block
    $dpkg -r wkrt-lin
  3. Install the latest driver. See the Installing the Dongle Drivers page for details on how to download and install the drivers.

 

...