Enhance package removal script for cleanup

Expanded package removal to include PackageKit and plasma-discover-packagekit, and added cleanup command.
This commit is contained in:
humocs-man
2026-05-01 12:34:33 +02:00
committed by GitHub
parent 6103744b1c
commit e668f35704
@@ -6,7 +6,12 @@ set -eoux pipefail
# Cleanup of Unwanted Packages # Cleanup of Unwanted Packages
############################################################################### ###############################################################################
echo "Removing Firefox and langpacks..." echo "Removing Firefox and langpacks..."
dnf5 remove -y firefox firefox-langpacks* || true dnf5 remove -y \
firefox \
firefox-langpacks* \
PackageKit \
plasma-discover-packagekit && \
dnf5 clean all|| true
############################################################################### ###############################################################################
# Services Configuration # Services Configuration