How to uninstall kata containers?

333 views Asked by At

There are multiple ways of installing kata containers, given in the docs. However, is there one provided to uninstall kata?

I want to remove everything that kata installed on my computer, so I can start the installation fresh.

1

There are 1 answers

0
programmer12 On

This is how I did it; dpkg --list, then sudo apt-get --purge remove **item

Though I'm not sure if this would work / remove everything. If anyone can comment on this that would be appreciated. Thanks!