Barcode Xpress for Linux v13.4 - Updated
System Requirements
Getting Started > System Requirements

Before installing Barcode Xpress for Linux, make sure your computer system meets the minimum requirements detailed in this section:

Additionally, the following optional system requirements are required to run the Python samples or use the BarcodeXpress.py wrapper library:

Operating Systems

Barcode Xpress for Linux runs on 64-bit Linux operating systems:

On CentOS 8 operating system, Barcode Xpress License Manager may not work since some cryptographic protocols are disabled by default. In this case, to install a license on the local computer, required mode can be enabled with the following command (run it as a root):

Copy Code
update-crypto-policies --set LEGACY

After installing the license, default mode can be enabled with the command:

Copy Code
update-crypto-policies --set DEFAULT

See command description:
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/security_hardening/using-the-system-wide-cryptographic-policies_security-hardening

Barcode Xpress for Linux will also run on other Linux distributions, as long as those fully satisfy the requirements listed in this section.

Threading

Accusoft considers thread-safe to be when an application using this component can use multiple controls running in the same process, where they don't interfere with each other. The thread creating the control owns the control and is the only thread that can interact with it.

Development Environments

 

See Also