Problems with installing KDE plasma

Welcome to the forum. :slight_smile:

Save the following in a file… :arrow_down:

#!/bin/bash

if [[ $EUID -ne 0 ]]; then
   echo "This script must be run as root" 
   exit 1
fi

echo "Updating package databases"
pacman -Syy --noconfirm

echo "Removing git-packages from your system"
pacman -Rdd --noconfirm attica-git karchive-git kauth-git kbookmarks-git kcodecs-git kcompletion-git kconfig-git kconfigwidgets-git kcoreaddons-git kcrash-git kdbusaddons-git kglobalaccel-git kguiaddons-git ki18n-git kiconthemes-git kio-git kitemviews-git kjobwidgets-git knotifications-git kservice-git ktextwidgets-git kwallet-git kwidgetsaddons-git kwindowsystem-git kxmlgui-git solid-git sonnet-git user-manager-git

echo "Installing needed stable packages to your system"
pacman -S --noconfirm attica karchive kauth kbookmarks kcodecs kcompletion kconfig kconfigwidgets kcoreaddons kcrash kdbusaddons kglobalaccel kguiaddons ki18n kiconthemes kio kitemviews kjobwidgets knotifications kservice ktextwidgets kwallet kwidgetsaddons kwindowsystem kxmlgui solid sonnet

echo "Your system should been fixed now. A reboot is recommended."

… and run it as the root user… :arrow_down:

sudo /usr/bin/bash /path/to/file

They were accidentally included in the first Nibia .iso. :arrow_down: