Topic: Error: Package: php70-php-tidy-7.0.6-3.el7.remi.x86_64 (remi-safe)

yum install php70-php-tidy
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirror.sesp.northwestern.edu
 * extras: mirror.es.its.nyu.edu
 * remi-safe: mirrors.mediatemple.net
 * updates: denver.gaminghost.co
Resolving Dependencies
--> Running transaction check
---> Package php70-php-tidy.x86_64 0:7.0.6-3.el7.remi will be installed
--> Processing Dependency: libtidy-0.99.so.0()(64bit) for package: php70-php-tidy-7.0.6-3.el7.remi.x86_64
--> Finished Dependency Resolution
Error: Package: php70-php-tidy-7.0.6-3.el7.remi.x86_64 (remi-safe)
           Requires: libtidy-0.99.so.0()(64bit)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

Attempt to install it via pecl gives:

pecl install tidy
pear/tidy requires PHP (version >= 4.3.0, version <= 6.0.0), installed version is 7.0.6
No valid packages found
install failed

So what is the right way of installing this particular package?

Re: Error: Package: php70-php-tidy-7.0.6-3.el7.remi.x86_64 (remi-safe)

The "tidy" library / package is available in "EPEL" repo, which is required for my repo.

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: Error: Package: php70-php-tidy-7.0.6-3.el7.remi.x86_64 (remi-safe)

i didn't know epel was required. i will keep it open too. thanks!