I'm on CentOS 7 trying to install tidy. Since there is no package provided by the usual suspects, I've downloaded the tidy-5.1.25-64bit.rpm RPM from http://binaries.html-tidy.org/. When I install this RPM I get a conflict with the filesystem package as follows.
# yum install tidy-5.1.25-64bit.rpm
Loaded plugins: fastestmirror
Examining tidy-5.1.25-64bit.rpm: tidy-5.1.25-1.x86_64
Marking tidy-5.1.25-64bit.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package tidy.x86_64 0:5.1.25-1 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
====================================================================================
Package Arch Version Repository Size
====================================================================================
Installing:
tidy x86_64 5.1.25-1 /tidy-5.1.25-64bit 2.1 M
Transaction Summary
====================================================================================
Install 1 Package
Total size: 2.1 M
Installed size: 2.1 M
Is this ok [y/d/N]: y
Downloading packages:
Running transaction check
Running transaction test
Transaction check error:
file /usr/share/man from install of tidy-5.1.25-1.x86_64 conflicts
with file from package filesystem-3.2-20.el7.x86_64
file /usr/share/man/man1 from install of tidy-5.1.25-1.x86_64 conflicts
with file from package filesystem-3.2-20.el7.x86_64
Error Summary
-------------
#
Is this just a file permission/ownership conflict? If so, can I force the install? Can I tell yum to install to /usr/local instead?