Add kde install
parent
4990b48d7d
commit
eaa3db0630
|
@ -299,6 +299,17 @@ pacman -Syu gdm
|
||||||
systemctl enable gdm.service
|
systemctl enable gdm.service
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### [KDE](https://wiki.archlinux.org/title/KDE)
|
||||||
|
|
||||||
|
```sh
|
||||||
|
pacman -Syu plasma-meta \
|
||||||
|
kde-system-meta
|
||||||
|
|
||||||
|
# Login manager
|
||||||
|
pacman -Syu sddm
|
||||||
|
systemctl enable sddm.service
|
||||||
|
```
|
||||||
|
|
||||||
## [List of applications](https://wiki.archlinux.org/index.php/List_of_applications)
|
## [List of applications](https://wiki.archlinux.org/index.php/List_of_applications)
|
||||||
|
|
||||||
### [pacman](https://wiki.archlinux.org/index.php/pacman)
|
### [pacman](https://wiki.archlinux.org/index.php/pacman)
|
||||||
|
|
Loading…
Reference in New Issue