Failed to install KDE Plasma on RebornOS using RebornFire

I can’t install KDE Plasma using Fire app
It says
Process spawned with command: pkexec --disable-internal-agent pacman -Sv --needed ark bluedevil breeze breeze-gtk dolphin dolphin-plugins dragon drkonqi egl-wayland filelight gwenview kalendar kcalc kde-gtk-config kdeconnect kdecoration kdegraphics-thumbnailers kfind kgamma5 khelpcenter khotkeys kinfocenter kio-extras kio-gdrive kmenuedit konsole kscreen kscreenlocker ksystemstats kvantum kwin kwrite kwrited layer-shell-qt milou okular oxygen oxygen-sounds partitionmanager plasma-browser-integration plasma-desktop plasma-disks plasma-firewall plasma-integration plasma-nm plasma-pa plasma-systemmonitor plasma-thunderbolt plasma-wayland-session plasma-workspace plasma-workspace-wallpapers polkit-kde-agent powerdevil qqc2-desktop-style rebornos-kde-skel sddm sddm-kcm spectacle systemsettings xdg-desktop-portal-kde xsettingsd, PID: 2700
Root : /
Conf File : /etc/pacman.conf
DB Path : /var/lib/pacman/
Cache Dirs: /var/cache/pacman/pkg/
Hook Dirs : /usr/share/libalpm/hooks/ /etc/pacman.d/hooks/
Lock File : /var/lib/pacman/db.lck
Log File : /var/log/pacman.log
GPG Dir : /etc/pacman.d/gnupg/
Targets : ark bluedevil breeze breeze-gtk dolphin dolphin-plugins dragon drkonqi egl-wayland filelight gwenview kalendar kcalc kde-gtk-config kdeconnect kdecoration kdegraphics-thumbnailers kfind kgamma5 khelpcenter khotkeys kinfocenter kio-extras kio-gdrive kmenuedit konsole kscreen kscreenlocker ksystemstats kvantum kwin kwrite kwrited layer-shell-qt milou okular oxygen oxygen-sounds partitionmanager plasma-browser-integration plasma-desktop plasma-disks plasma-firewall plasma-integration plasma-nm plasma-pa plasma-systemmonitor plasma-thunderbolt plasma-wayland-session plasma-workspace plasma-workspace-wallpapers polkit-kde-agent powerdevil qqc2-desktop-style rebornos-kde-skel sddm sddm-kcm spectacle systemsettings xdg-desktop-portal-kde xsettingsd
warning: breeze-5.27.10-1 is up to date – skipping
error: target not found: kalendar
warning: kdecoration-5.27.10-1 is up to date – skipping
error: target not found: kgamma5
warning: kscreenlocker-5.27.10-1 is up to date – skipping
warning: layer-shell-qt-5.27.10-1 is up to date – skipping
error: target not found: qqc2-desktop-style
warning: sddm-0.20.0-4 is up to date – skipping

Process exited with code: 1, Command execution took: 1.744s

Task Failed!

Hi @progamer6562 , the install list became outdated because of Arch renaming its packages. Until it is fixed, I would suggest installing the below:

sudo pacman -Syu plasma-meta plasma-wayland-session sddm

sudo systemctl disable lightdm
# OR
sudo systemctl disable gdm

sudo systemctl enable --now sddm

The meta package will make it easier to cleanly remove if you change your mind about the desktop.

Thanks, and I will tag the developer here so that they can update the package list… CC: @SoulHarsh0071

These commands I know to use but I recommend to say to the developer to make a simple script sudo pacman name -S and we to make manually without changing app
Edit:After installing manually KDE Plasma in Fire app is showing KDE Plasma as a installed desktop

@progamer6562

Yeah, sure. We can make a script to install our latest package list from Github.

But please check all desktop environment if installation will work or not because when installing Budgie Desktop will have same errors

@progamer6562 Yeah. Packages on Arch Linux change constantly and all package lists get outdated. We may instead use meta-packages maintained by Arch Linux itself.