Summary
This article discusses how to check the version of util-linux package.
Details
In a Linux environment, SecureCloud requires the util-linux package to be version 2.22 and earlier. Encryption and decryption will not work if util-linux is upgraded to a version higher than 2.22.
To check the version of util-linux, use the package management tool for each Linux distribution.
For RPM-based distribution (CentOS, Red Hat, Amazon Linux and SUSE), run the following command:
rpm –qa | grep util-linux
For Debian-based distribution (Ubuntu), run the following command:
dpkg -l |grep util-linux