Skip to content

Instantly share code, notes, and snippets.

@brianmcdo
Last active June 10, 2020 10:07
Show Gist options
  • Save brianmcdo/8159711 to your computer and use it in GitHub Desktop.
Save brianmcdo/8159711 to your computer and use it in GitHub Desktop.
Install/Uninstall ElasticSearch on Ubuntu/Debian using .deb package.
Remember to install the Java JRE first.
Please see the Elasticsearch website for the latest version: http://www.elasticsearch.org/download/
wget .deb file
wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.9.deb
Install
sudo dpkg -i elasticsearch-0.90.9.deb
Uninstall
sudo dpkg -r elasticsearch-0.90.9.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment