-
Notifications
You must be signed in to change notification settings - Fork 14
/
fedora-kde-min-packages.sh
74 lines (73 loc) · 1.44 KB
/
fedora-kde-min-packages.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
#!/bin/env bash
##### CHECK FOR SUDO or ROOT ##################################
if ! [ $(id -u) = 0 ]; then
echo "This script must be run as sudo or root, try again..."
exit 1
fi
# Install KDE Packages
dnf install \
@"base-x" \
@"Common NetworkManager Submodules" \
@"Fonts" \
@"Hardware Support" \
bluedevil \
breeze-gtk \
breeze-icon-theme \
cagibi \
colord-kde \
cups-pk-helper \
dolphin \
glibc-all-langpacks \
gnome-keyring-pam \
kcm_systemd \
kde-gtk-config \
kde-partitionmanager \
kde-print-manager \
kde-settings-pulseaudio \
kde-style-breeze \
kdegraphics-thumbnailers \
kdeplasma-addons \
kdialog \
kdnssd \
kf5-akonadi-server \
kf5-akonadi-server-mysql \
kf5-baloo-file \
kf5-kipi-plugins \
khotkeys \
kmenuedit \
konsole5 \
kscreen \
kscreenlocker \
ksshaskpass \
ksysguard \
kwalletmanager5 \
kwebkitpart \
kwin \
NetworkManager-config-connectivity-fedora \
pam-kwallet \
phonon-qt5-backend-gstreamer \
pinentry-qt \
plasma-breeze \
plasma-desktop \
plasma-desktop-doc \
plasma-drkonqi \
plasma-nm \
plasma-nm-l2tp \
plasma-nm-openconnect \
plasma-nm-openswan \
plasma-nm-openvpn \
plasma-nm-pptp \
plasma-nm-vpnc \
plasma-pa \
plasma-user-manager \
plasma-workspace \
plasma-workspace-geolocation \
polkit-kde \
qt5-qtbase-gui \
qt5-qtdeclarative \
sddm \
sddm-breeze \
sddm-kcm \
setroubleshoot \
sni-qt \
xorg-x11-drv-libinput