0

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.

programmer12
  • 111
  • 9

1 Answers1

0

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!

programmer12
  • 111
  • 9