Installing shield issies

hello all

i am trying to install Shield for elastic search

when installing the license in the root@ubuntu:/usr/share/elasticsearch folder

i keep getting this error

sudo bin/plugin install license

-> Installing license...
Trying https://download.elastic.co/elasticsearch/release/org/elasticsearch/plugin/license/2.3.0/license-2.3.0.zip ...
Downloading .......DONE
Verifying https://download.elastic.co/elasticsearch/release/org/elasticsearch/plugin/license/2.3.0/license-2.3.0.zip checksums if available ...
Downloading .DONE
ERROR: Could not load plugin descriptor for existing plugin [shield-2.3.0.jar]. Was the plugin built before 2.0?

when installing shield i get this error

sudo bin/plugin install shield-2.3.0.jar

-> Installing shield-2.3.0.jar...
Trying https://download.elastic.co/elasticsearch/release/org/elasticsearch/plugin/shield-2.3.0.jar/2.3.0/shield-2.3.0.jar-2.3.0.zip ...
ERROR: failed to download out of all possible locations..., use --verbose to get detailed information

please help

You should not be installing the shield-2.3.0.jar directly. Please remove all shield and license directories from your plugins directory. Then:

sudo bin/plugin install license
sudo bin/plugin install shield