Skip to content

Latest commit

 

History

47 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WIBU packages

Nightly Artifactory installation check

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.

Installation from Artifactory

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.

1. Add the signing key

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.gpg

2. Add the apt source

Create /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

3. Install a package

sudo apt update

sudo apt install codemeter-lite
sudo apt install axprotector

From this point on the packages receive updates upon regular apt upgrade calls.

Signing key change

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.gpg

You should also remove the old apt source so it is no longer used:

sudo rm -f /etc/apt/sources.list.d/voraus-wibu.list

Backward compatibility

This 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-lite 8.20.6539.500
  • axprotector 11.70.7131.502

These files are frozen and receive no updates. New installations must use the Artifactory instructions above.

License

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.

Footnotes

  1. Only available after login: KB-0336

About

Provides wibu customer runtimes in a package manager friendly manner.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages