WIBU customer runtimes are distributed via voraus robotik's Artifactory instance.
This repository no longer hosts the package repository — it only retains two legacy .deb files for
backward compatibility with older versions of our ansible collection.
Important
New installations must use the Artifactory instructions below.
The software belongs to and is developed by WIBU-SYSTEMS AG and can be downloaded on their website as well.
WIBU-SYSTEMS AG allows voraus robotik GmbH to redistribute the runtimes for you, our customers, free of charge1.
The packages are hosted on voraus robotik's Artifactory instance and can be installed via apt.
Tip
The easiest way to install the runtimes is via the
wibu_packages
role of our ansible collection, which performs the steps below for you.
Download the voraus robotik public signing key and install it as a trusted key for apt:
curl -fsSL https://voraus.jfrog.io/ui/api/v1/ui/security/keyPairs/voraus-gpg/public | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/vorausrobotik.gpgCreate /etc/apt/sources.list.d/vorausrobotik.sources with the following deb822 content:
Types: deb
URIs: https://voraus.jfrog.io/artifactory/debian
Suites: stable
Components: main
Signed-By: /etc/apt/trusted.gpg.d/vorausrobotik.gpg
sudo apt update
sudo apt install codemeter-lite
sudo apt install axprotectorFrom this point on the packages receive updates upon regular apt upgrade calls.
Warning
The signing key has changed. The packages are now signed with the Artifactory key
(/etc/apt/trusted.gpg.d/vorausrobotik.gpg), which replaces the old maintainers key.
If you previously installed from the old repository, remove the obsolete maintainers key:
sudo rm -f /etc/apt/trusted.gpg.d/wibu-packages-maintainers.gpgYou should also remove the old apt source so it is no longer used:
sudo rm -f /etc/apt/sources.list.d/voraus-wibu.listThis repository exists solely to keep two legacy package versions reachable for older versions of our ansible role.
The following .deb files remain available under ubuntu/ and are served via
https://wibu-packages.vorausrobotik.com/ubuntu/:
codemeter-lite8.20.6539.500axprotector11.70.7131.502
These files are frozen and receive no updates. New installations must use the Artifactory instructions above.
Caution
While the repo itself (folder structure, CI, ...) is licensed as MIT, the packages themselves are NOT. The license conditions of WIBU-SYSTEMS AG apply to these packages.
As stated above, the packages are property of WIBU-SYSTEMS AG. We are only allowed to redistribute them. Their license is contained within the packages itself and is not affected by the MIT license of the rest of this repository.