Steps to update Wordpress Toolkit via command line

kumkumsharma

Administrator
Staff member
Wordpress toolkit is an interface which helps to manage Wordpress websites.

You can check below steps to update Wordpress toolkit to latest server:

First you have to check that Wordpress Toolkit is installed on server or not.For this you can use below command:

Code:
rpm -qa|grep wp-toolkit
You will get below output with Toolkit version. For example:

Code:
# rpm -qa|grep wp-toolkit

wp-toolkit-cpanel-5.2.3-1959.x86_64
If you will not get any output then first you have to install Wordpress Toolkit or if you will get version details then you can check match the version with recent version.

You can check the latest version in WHM:

Code:
Login to WHM >> Wordpress Toolkit >> Settings >> ChangeLog
If you have outdated version then you can run below command to update:

Code:
Yum update
 
Top