I want to completely uninstall confluent. I installed it following the instructions on their site. There were three simple steps:
$ wget -qO - https://packages.confluent.io/deb/4.0/archive.key | sudo apt-key add -
$ sudo add-apt-repository "deb [arch=amd64] https://packages.confluent.io/deb/4.0 stable main"
$ sudo apt-get update && sudo apt-get install confluent-platform-oss-2.11
Now how can I remove/uninstall it. I cant find anything related to it.
This will remove all installed packages from confluent
.
sudo apt-get remove 'confluent*'
Note that you have to use apt-get
, apt
won't work. You can use the option --dry-run
to see what would be deleted without performing it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With