Installation from cli with endeavouros github

Hi,

When installing endeavouros from github ( https://github.com/endeavouros-team/EndeavourOS-packages-lists )i have a question about kde.
What do i have to install besides commands mentioned to get a starting plasma desktop ?
perhaps some services ?

git clone https://github.com/endeavouros-team/EndeavourOS-packages-lists.git;cd EndeavourOS-packages-lists
ls
sudo pacman -S --needed - < eos-base-group
sudo pacman -S --needed - < eos-apps
sudo pacman -S --needed - < kde

You should only need the kde section and nothing else. Plasma generally brings in everything it needs as dependencies.

1 Like

question is installing on what as abase too? is this EndeavourOS install and you want to add kde or switch to it or is the base archlinux itself?
As of there is also eos-packagelist --install "KDE-Desktop" in case its an EndeavourOS install.

It’s just plain eos creating filesystems, base stuff like dracut without desktop.
Just experimenting with the software suggested on github.
Will give it a try with the eos packagelist thanks … dank u

https://discovery.endeavouros.com/desktop-environments/how-to-install-desktop-environments-next-to-your-existing-ones/2021/03/

1 Like

thanks

it worked

sudo pacman -Syu
sudo pacman -S eos-packagelist
eos-packagelist --install "KDE-Desktop"
sudo systemctl enable sddm;sudo systemctl start sddm

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.