admin管理员组

文章数量:1130349

I have WP CLI installed on my server. Is there a command to uninstall the package?

Here's where it's been installed on my server:

I'd rather uninstall the package vs using rm -r.

I have WP CLI installed on my server. Is there a command to uninstall the package?

Here's where it's been installed on my server:

I'd rather uninstall the package vs using rm -r.

Share Improve this question asked Oct 22, 2018 at 14:05 SamSam 2,2163 gold badges31 silver badges59 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 4

You can remove the wp-cli.phar file (and also the .wp-cli directory). I don't think there is an installation as such for you to un-install since typically you just download and move the wp-cli script to a directory such as /usr/local/bin.

I have WP CLI installed on my server. Is there a command to uninstall the package?

Here's where it's been installed on my server:

I'd rather uninstall the package vs using rm -r.

I have WP CLI installed on my server. Is there a command to uninstall the package?

Here's where it's been installed on my server:

I'd rather uninstall the package vs using rm -r.

Share Improve this question asked Oct 22, 2018 at 14:05 SamSam 2,2163 gold badges31 silver badges59 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 4

You can remove the wp-cli.phar file (and also the .wp-cli directory). I don't think there is an installation as such for you to un-install since typically you just download and move the wp-cli script to a directory such as /usr/local/bin.

本文标签: wp cliUninstall WPCLI