-
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathClearLinux-KDE6.txt
More file actions
179 lines (106 loc) · 4.71 KB
/
ClearLinux-KDE6.txt
File metadata and controls
179 lines (106 loc) · 4.71 KB
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
Clear Linux OS - How to install KDE plasma 6 via ClearLinux - WSL - GWSL - Windows 11 - 2024
How to install KDE 6 via ClearLinux - TEXT
https://github.com/vinberg88/opensuse/blob/main/ClearLinux-KDE6.txt
How to install KDE 6 via ClearLinux - MOVIE
https://www.youtube.com/watch?v=U989ORpVMA8
Find ClearLinux for WSL here - Install Instructions.
https://github.com/gh0st-work/clear-linux-wsl
/ __\ | ___ _ __ __ _ / / \_ \_ __ _ ___ __
/ / | |/ _ \ '__/ _` |/ / / /\/ '_ \| | | \ \/ /
/ /___| | __/ | | (_| / /___/\/ /_ | | | | |_| |> <
\____/|_|\___|_| \__,_\____/\____/ |_| |_|\__,_/_/\_\ - KDE 6 - 2024
About ClearLinux
Clear Linux OS is an open source, rolling release Linux
distribution optimized for performance and
security, from the Cloud to the Edge, designed
for customization, and manageability. Start using
Clear Linux OS now & enjoy the benefits of a
Linux OS designed with the developer in mind
About KDE 6 PLASMA - Desktop
The next generation desktop for Linux. Plasma is
KDE's flagship product, offering the most customizable
desktop environment available. The KDE community has
the driving goal of making it simple by default, and
powerful when needed. Use Plasma to surf the
web; keep in touch with colleagues, friends
and family; manage your files, enjoy music and
videos; and get creative and productive at work.
Do it all in a beautiful environment that
adapts to your needs, and with the safety,
privacy-protection and peace of mind that the
best Free Open Source Software has to offer.
More About WSL and Windows 11 for Linux here
https://github.com/vinberg88/opensuse/
---------------------------------------------
# Update Clera Linux
swupd update
sudo swupd check-update
# Diagnose system
sudo swupd diagnose
# disable automatic updates
sudo swupd autoupdate --disable
---------------------------------------------
1. Download the latest Clear Linux server rootfs tarball (main purpose of this repo is maintaing of this tarball)
https://github.com/gh0st-work/clear-linux-wsl/releases/latest/download/clear_linux_rootfs.tar.xz
---------------------------------------------
2. Install Clera Linux and Update
This Take some Time to Install - Wait! - Big File...
Paste In Terminal: swupd update
---------------------------------------------
3. Create a new user in terminal (change USERNAME to your username):
useradd -m -s /bin/bash USERNAME
Set Password: passwd USERNAME
---------------------------------------------
4. Add basic bundles - Maybe not needed
swupd bundle-add sysadmin-basic sudo
---------------------------------------------
5. Add user to sudoers (change USERNAME to your username):
usermod -aG wheel USERNAME
---------------------------------------------
Write default wsl.conf config: sudo or just nano /etc/wsl.conf
[automount]
enabled = true
options = "metadata,uid=1000,gid=1000,umask=22,fmask=11,case=off"
mountFsTab = true
crossDistro = true
[network]
generateHosts = true
generateResolvConf = true
[interop]
enabled = true
appendWindowsPath = true
[boot]
systemd=true
[user]
default = USERNAME
Don't forget to change USERNAME to your username
---------------------------------------------
Reboot and User is added and Sudo works.... Clera Linux 2024 - KDE 6
---------------------------------------------
Install Google Chrome
Login as root: sudo -i
swupd bundle-add package-utils cpio wget curl git
wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
rpm2cpio google-chrome*.rpm | ( cd /; cpio -idv)
rm -f google-chrome*.rpm
f=/etc/environment; s='export FONTCONFIG_PATH=/usr/share/defaults/fonts'; touch $f; if ! grep -q "$s" $f ; then echo $s >> $f; fi
reboot
---------------------------------------------
Install KDE desktop - Take Some Time - Just Wait! Have a Coffee =]
sudo swupd bundle-add desktop-kde
---------------------------------------------
Install some extra programs.
sudo swupd bundle-add -y zsh nfs-utils ark okular keepassxc clr-network-troubleshooter network-basic
---------------------------------------------
Add Flatpak
sudo swupd bundle-add flatpak
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
----------------------------------------------
Shutdown/Reboot Linux and SetUP GWSL and start From GWSL SHELL.
----------------------------------------------
Time to start KDE plasma 6 via ClearLinux.
Start shell from GWSL and type: startplasma-x11
----------------------------------------------
Kind Regards,
Mattias Vinberg - SwE - END of LIFE 2024
----------------------------------------------