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
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
just run the installer without nothing more, that’s all.
cd /opt/linux-agent/
./utmstack-linux
Regards,
Mr.Brown
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.