Cannot remove application

2 Likes

I just would like to remind that post of mine.
user in admin group cannot see kebab menu for uninstalling an application etc. when $cockpit.socket{HideUninstall}=disabled
Is this a correct behavior?

Please have a look at the link @stephdl posted, there you can see which steps where done.

1 Like

My test VM server is now on “testing” branch. How can I revert it back to “regular” branch?

I want to switch to normal updates and install new version.

Thanks.

You can remove the testing package with yum

yum remove package_name

and install the the package without

–enablerepo=nethserver-testing

If you have installed a testing rpm, you have to downgrade to remove it

yum downgrade rpmName

Yum wil install the stable rpm

1 Like