How to remove Elasticsearch from Linux Mint?
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
When I run apt-get update
I see the following output:
4 nazar@lelyak-desktop:~$ sudo apt-get update
Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease
....
Ign:17 http://packages.elasticsearch.org/elasticsearch/1.4/debian stable InRelease
...
Fetched 353 kB in 2s (138 kB/s)
Reading package lists... Done
W: http://packages.elasticsearch.org/elasticsearch/1.4/debian/dists/stable/Release.gpg: Signature by key 46095ACC8548582C1A2699A9D27D666CD88E42B4 uses weak digest algorithm (SHA1)
I want to remove elasticsearch
completely from my machine.
I searched for some solution and tried next commands:
sudo apt-get remove elasticsearch
sudo apt-get remove --auto-remove elasticsearch
sudo apt-get purge elasticsearch
sudo apt-get purge --auto-remove elasticsearch
However, as you can see it is still presented when I run apt-get update
.
How to get rid of this repo?
linux-mint apt elasticsearch
add a comment |Â
up vote
0
down vote
favorite
When I run apt-get update
I see the following output:
4 nazar@lelyak-desktop:~$ sudo apt-get update
Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease
....
Ign:17 http://packages.elasticsearch.org/elasticsearch/1.4/debian stable InRelease
...
Fetched 353 kB in 2s (138 kB/s)
Reading package lists... Done
W: http://packages.elasticsearch.org/elasticsearch/1.4/debian/dists/stable/Release.gpg: Signature by key 46095ACC8548582C1A2699A9D27D666CD88E42B4 uses weak digest algorithm (SHA1)
I want to remove elasticsearch
completely from my machine.
I searched for some solution and tried next commands:
sudo apt-get remove elasticsearch
sudo apt-get remove --auto-remove elasticsearch
sudo apt-get purge elasticsearch
sudo apt-get purge --auto-remove elasticsearch
However, as you can see it is still presented when I run apt-get update
.
How to get rid of this repo?
linux-mint apt elasticsearch
what's the output fromgrep -rl packages.elasticsearch.org /etc/apt/sources.list.d
?
â Jeff Schaller
5 mins ago
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
When I run apt-get update
I see the following output:
4 nazar@lelyak-desktop:~$ sudo apt-get update
Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease
....
Ign:17 http://packages.elasticsearch.org/elasticsearch/1.4/debian stable InRelease
...
Fetched 353 kB in 2s (138 kB/s)
Reading package lists... Done
W: http://packages.elasticsearch.org/elasticsearch/1.4/debian/dists/stable/Release.gpg: Signature by key 46095ACC8548582C1A2699A9D27D666CD88E42B4 uses weak digest algorithm (SHA1)
I want to remove elasticsearch
completely from my machine.
I searched for some solution and tried next commands:
sudo apt-get remove elasticsearch
sudo apt-get remove --auto-remove elasticsearch
sudo apt-get purge elasticsearch
sudo apt-get purge --auto-remove elasticsearch
However, as you can see it is still presented when I run apt-get update
.
How to get rid of this repo?
linux-mint apt elasticsearch
When I run apt-get update
I see the following output:
4 nazar@lelyak-desktop:~$ sudo apt-get update
Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease
....
Ign:17 http://packages.elasticsearch.org/elasticsearch/1.4/debian stable InRelease
...
Fetched 353 kB in 2s (138 kB/s)
Reading package lists... Done
W: http://packages.elasticsearch.org/elasticsearch/1.4/debian/dists/stable/Release.gpg: Signature by key 46095ACC8548582C1A2699A9D27D666CD88E42B4 uses weak digest algorithm (SHA1)
I want to remove elasticsearch
completely from my machine.
I searched for some solution and tried next commands:
sudo apt-get remove elasticsearch
sudo apt-get remove --auto-remove elasticsearch
sudo apt-get purge elasticsearch
sudo apt-get purge --auto-remove elasticsearch
However, as you can see it is still presented when I run apt-get update
.
How to get rid of this repo?
linux-mint apt elasticsearch
linux-mint apt elasticsearch
edited 2 mins ago
Jeff Schaller
34.5k951115
34.5k951115
asked 10 mins ago
nazar_art
1642413
1642413
what's the output fromgrep -rl packages.elasticsearch.org /etc/apt/sources.list.d
?
â Jeff Schaller
5 mins ago
add a comment |Â
what's the output fromgrep -rl packages.elasticsearch.org /etc/apt/sources.list.d
?
â Jeff Schaller
5 mins ago
what's the output from
grep -rl packages.elasticsearch.org /etc/apt/sources.list.d
?â Jeff Schaller
5 mins ago
what's the output from
grep -rl packages.elasticsearch.org /etc/apt/sources.list.d
?â Jeff Schaller
5 mins ago
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f478167%2fhow-to-remove-elasticsearch-from-linux-mint%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
what's the output from
grep -rl packages.elasticsearch.org /etc/apt/sources.list.d
?â Jeff Schaller
5 mins ago