0

When testing with UTMStack, I was wanting to remove the Linux agent off an Ubuntu server. I'm only seeing in the documentation on installing it, but not removing it. What would be the correct commands to do so?

Thank you

2 Answers2

0

just run the installer without nothing more, that’s all.

cd /opt/linux-agent/

./utmstack-linux

Regards,

Mr.Brown

0

Here's hard and dirty way to go.

Make a new VM and snapshot a list of files (with checksums). Then install UTMStack Agent and compare the list with the previous one. This will shed the light on what it installed and what it modified, so you can guess which actions are needed to revert those changes.

Nikita Kipriyanov
  • 10,947
  • 2
  • 24
  • 45