Removing multiple pluginsedit

Multiple plugins can be removed in one invocation as follows:

sudo bin/elasticsearch-plugin remove [pluginname] [pluginname] ... [pluginname]

Updating pluginsedit

Plugins are built for a specific version of Elasticsearch, and therefore must be reinstalled each time Elasticsearch is updated.

sudo bin/elasticsearch-plugin remove [pluginname]
sudo bin/elasticsearch-plugin install [pluginname]