It appears that installing TOR via the CentOS 8 DNF repo isn't working. The pre-flight configuration check fails because the repo package was built using zstd 1.4.4, and CentOS 8 is currently providing zstd 1.4.2.
For any that cares to try, the repo is at: https://rpm.torproject.org/centos/8/
L~
On 07/08/20, Ladar Levison wrote:
It appears that installing TOR via the CentOS 8 DNF repo isn't working. The pre-flight configuration check fails because the repo package was built using zstd 1.4.4, and CentOS 8 is currently providing zstd 1.4.2.
Thank you for the report.
For any that cares to try, the repo is at: https://rpm.torproject.org/centos/8/
Our rpm repo for CentOS/RHEL requires EPEL repository enabled. It is the step 1 in our documentation [0].
You can see the upstream build of the zstd package at [1].
[0] https://support.torproject.org/rpm/ [1] https://koji.fedoraproject.org/koji/buildinfo?buildID=1429450
Kushal
On 8/7/20 12:34 PM, Kushal Das wrote:
Our rpm repo for CentOS/RHEL requires EPEL repository enabled. It is the step 1 in our documentation [0].
After running into the issue I've already reported, I checked, and at least for the moment, the EPEL version matches the package in the TOR repo. So I switched back to using the EPEL version.