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:
@@ -6,7 +6,12 @@ set -eoux pipefail
|
||||
# Cleanup of Unwanted Packages
|
||||
###############################################################################
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user