I have installed chromium on ubuntu 22.04, but it didn't work properly, I got the following errorschrome failed to start: /system.slice/test.service is not a snap cgroup,
then I uninstalled chromium from ubuntu and delete all files regarding it, with the following commands -
sudo apt-get remove chromium-browsersudo apt-get remove --auto-remove chromium-browsersudo apt-get purge chromium-browsersudo rm -rf /snap/bin/chromium
Now I installed chrome but now I am getting same errorchrome failed to start: /system.slice/test.service is not a snap cgroup,
Can you please help me figure out the reason and how to solve this?