Tutorial details | |
---|---|
Difficulty | Easy (rss) |
Root privileges | Yes |
Requirements | None |
Time | 5m |
- php-tidy – The php-tidy package contains a dynamic shared object that will add support for using the tidy library to PHP.
Install php-tidy module on RHEL/CentOS
Open the Terminal and type the following yum command:
# yum install php-tidy
Sample outputs:
Loaded plugins: auto-update-debuginfo, protectbase, rhnplugin, security This system is receiving updates from RHN Classic or RHN Satellite. 0 packages excluded due to repository protections Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package php-tidy.x86_64 0:5.3.3-27.el6_5 will be installed --> Processing Dependency: libtidy-0.99.so.0()(64bit) for package: php-tidy-5.3.3-27.el6_5.x86_64 --> Running transaction check ---> Package libtidy.x86_64 0:0.99.0-19.20070615.1.el6 will be installed --> Finished Dependency Resolution Dependencies Resolved ============================================================================================= Package Arch Version Repository Size ============================================================================================= Installing: php-tidy x86_64 5.3.3-27.el6_5 rhel-x86_64-server-optional-6 36 k Installing for dependencies: libtidy x86_64 0.99.0-19.20070615.1.el6 rhel-x86_64-server-6 127 k Transaction Summary ============================================================================================= Install 2 Package(s) Total download size: 164 k Installed size: 0 Is this ok [y/N]: y Downloading Packages: (1/2): libtidy-0.99.0-19.20070615.1.el6.x86_64.rpm | 127 kB 00:00 (2/2): php-tidy-5.3.3-27.el6_5.x86_64.rpm | 36 kB 00:00 --------------------------------------------------------------------------------------------- Total 654 kB/s | 164 kB 00:00 Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction Installing : libtidy-0.99.0-19.20070615.1.el6.x86_64 1/2 Installing : php-tidy-5.3.3-27.el6_5.x86_64 2/2 Verifying : php-tidy-5.3.3-27.el6_5.x86_64 1/2 Verifying : libtidy-0.99.0-19.20070615.1.el6.x86_64 2/2 Installed: php-tidy.x86_64 0:5.3.3-27.el6_5 Dependency Installed: libtidy.x86_64 0:0.99.0-19.20070615.1.el6 Complete!
Restart / reload web-server
Type the following command to restart / reload Apache server:
# service httpd restart
Verify new settings
# php -i | grep -color tidy
🐧 Get the latest tutorials on Linux, Open Source & DevOps via RSS feed or Weekly email newsletter.
🐧 4 comments so far... add one ↓
🐧 4 comments so far... add one ↓
Category | List of Unix and Linux commands |
---|---|
File Management | cat |
Firewall | Alpine Awall • CentOS 8 • OpenSUSE • RHEL 8 • Ubuntu 16.04 • Ubuntu 18.04 • Ubuntu 20.04 |
Network Utilities | dig • host • ip • nmap |
OpenVPN | CentOS 7 • CentOS 8 • Debian 10 • Debian 8/9 • Ubuntu 18.04 • Ubuntu 20.04 |
Package Manager | apk • apt |
Processes Management | bg • chroot • cron • disown • fg • jobs • killall • kill • pidof • pstree • pwdx • time |
Searching | grep • whereis • which |
User Information | groups • id • lastcomm • last • lid/libuser-lid • logname • members • users • whoami • who • w |
WireGuard VPN | Alpine • CentOS 8 • Debian 10 • Firewall • Ubuntu 20.04 |
Can you please tell me what does this library do? This php-tidy? Is this related to HTML by any chance?
Thank you!
http://www.php.net/manual/en/intro.tidy.php
got it. :) thanks.
THis not work at all on centos 6.1
[root@dedi712 ~]# yum install php-tidy
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.nl.webzilla.com
* extras: mirror.nl.webzilla.com
* updates: centos.mirror1.spango.com
Setting up Install Process
No package php-tidy available.
Error: Nothing to do
getting stuk