@@ -13,13 +13,20 @@ toc: false
13
13
14
14
## Quick Install Guides
15
15
16
- {{% detailsicon title="Installation on Ubuntu" closed="true" %}}
16
+ <!--
17
+ ##############
18
+ UBUNTU & KUBUNTU
19
+ ##############
20
+ -->
21
+ {{% detailsicon title="Installation on Ubuntu & Kubuntu" icon="images/distros/ubuntu.svg" closed="true" %}}
17
22
18
23
{{% steps %}}
19
24
20
25
### Verify the Ubuntu version
21
26
22
27
You need Ubuntu 24.04 or later in order to run Syntalos.
28
+ You can see your Ubuntu/Kubuntu version in the system settings,
29
+ usually under "Details".
23
30
24
31
### Add the PPA
25
32
@@ -39,7 +46,50 @@ sudo apt install syntalos
39
46
40
47
{{% /detailsicon %}}
41
48
42
- {{% detailsicon title="Other Linux / Software Store" closed="true" %}}
49
+
50
+ <!--
51
+ ##############
52
+ DEBIAN
53
+ ##############
54
+ -->
55
+ {{% detailsicon title="Installation on Debian" icon="images/distros/debian.svg" closed="true" %}}
56
+
57
+ {{% steps %}}
58
+
59
+ ### Verify the Debian version
60
+
61
+ We are currently building packages for Debian 13 (Trixie).
62
+ You can see your Debian version in the system settings dialog,
63
+ or run ` cat /etc/os-release ` in a terminal to see it.
64
+
65
+ ### Download the packages
66
+
67
+ Go to the [ Syntalos Releases] ( https://github.com/syntalos/syntalos/releases ) page and download
68
+ the .deb packages for your Debian version.
69
+
70
+ ### Install Syntalos
71
+
72
+ You can install the packages using your graphical package manager (just make sure the
73
+ ` syntalos-hwsupport*.deb ` package is installed first).
74
+
75
+ Alternatively, you can extract the ZIP rchive to a directory and install the packages
76
+ from the command-line:
77
+ ``` bash
78
+ cd path/with/syntalos/debfiles
79
+ sudo apt install ./syntalos* .deb
80
+ ```
81
+
82
+ {{% /steps %}}
83
+
84
+ {{% /detailsicon %}}
85
+
86
+
87
+ <!--
88
+ ##############
89
+ FLATPAK & OTHER
90
+ ##############
91
+ -->
92
+ {{% detailsicon title="Other Linux / Software Store" icon="images/distros/linux.svg" closed="true" %}}
43
93
44
94
{{% steps %}}
45
95
@@ -61,5 +111,3 @@ flatpak install flathub org.syntalos.syntalos
61
111
{{% /steps %}}
62
112
63
113
{{% /detailsicon %}}
64
-
65
-
0 commit comments