cloud-native-stack icon indicating copy to clipboard operation
cloud-native-stack copied to clipboard

yum autoremove -y

Open garethsb opened this issue 1 year ago • 3 comments

The uninstall script uses yum autoremove -y but this can remove other software that the user wants to keep, e.g. Firefox!

Is it possible to more precisely remove packages installed by CNS?

garethsb avatar Sep 27 '24 03:09 garethsb

@garethsb we need to run these as autoremove will remove the dependencies that were installed with applications and are no longer used by anything else on the system.

angudadev avatar Sep 27 '24 17:09 angudadev

Would it be possible to specify the particular packages for which you want to remove all dependencies? This would avoid removing standalone applications that have nothing to do with CNS.

garethsb avatar Sep 29 '24 10:09 garethsb

@garethsb it's hard to predict the dependencies which are installed as we install different packages. that's why we recommend to use on Fresh system and install the dependencies what you need later. Let us know if you still need concern.

angudadev avatar Nov 14 '24 18:11 angudadev