This shows you the differences between two versions of the page.
| computing:debian-xlibre-sonicde [2026/06/07 18:55] – created oemb1905 | computing:debian-xlibre-sonicde [2026/06/07 19:00] (current) – oemb1905 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ------------------------------------------- | ||
| + | * **debian-xlibre-sonicde** | ||
| + | * **Jonathan Haack** | ||
| + | * **Haack' | ||
| + | * **support@haacksnetworking.org** | ||
| + | |||
| + | ------------------------------------------- | ||
| + | |||
| + | These are notes about my Debian Testing, Xlibre, and SonicDE setups. They include technical and visual customizations. To install Xlibre, do the following: | ||
| + | |||
| + | < | ||
| + | sudo apt-get update | ||
| + | sudo apt-get install -y ca-certificates curl | ||
| + | |||
| + | sudo install -m 0755 -d / | ||
| + | curl -fsSL https:// | ||
| + | sudo chmod a+r / | ||
| + | |||
| + | cat <<EOF | sudo tee / | ||
| + | Types: deb deb-src | ||
| + | URIs: https:// | ||
| + | Suites: $(. / | ||
| + | Components: main | ||
| + | Architectures: | ||
| + | Signed-By: / | ||
| + | EOF | ||
| + | |||
| + | sudo apt-get update | ||
| + | sudo apt-get install xlibre | ||
| + | </ | ||
| + | |||
| + | Next, let's install SonicDE: | ||
| + | |||
| + | < | ||
| + | sudo apt update | ||
| + | sudo apt install -y ca-certificates curl | ||
| + | |||
| + | sudo install -m 0755 -d / | ||
| + | curl -fsSL https:// | ||
| + | sudo chmod a+r / | ||
| + | |||
| + | cat <<EOF | sudo tee / | ||
| + | Types: deb | ||
| + | URIs: https:// | ||
| + | Suites: main | ||
| + | Components: testing | ||
| + | Signed-By: / | ||
| + | EOF | ||
| + | |||
| + | sudo apt update | ||
| + | sudo apt install sonicde sonic-archive-keyring | ||
| + | </ | ||
| + | |||
| For SonicDE, to get rid of the lock screen default, change the name of the '' | For SonicDE, to get rid of the lock screen default, change the name of the '' | ||
| Line 11: | Line 64: | ||
| cp -ar / | cp -ar / | ||
| | | ||
| - | Go to software store and install network manager tray. | + | --- // |