How to Remove Cockpit from Fedora Server 42

Fedora Linux

Cockpit is installed by default on all Fedora server installations. You may not like it or want to remove it to make your Fedora system lighter.

To remove cockpit from Fedora 42 server, run the following command:

sudo dnf remove cockpit

To confirm the removal operation, press Y and then press <Enter>.

Cockpit should be removed.

To remove all the packages that Cockpit depended on and is no longer required, run the following command:

sudo dnf autoremove

To confirm the removal operation, press Y and press <Enter>.

All the dependency packages should be removed.

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *