Skip to content

Commit 94da41b

Browse files
add ubuntu details
1 parent c5718bf commit 94da41b

File tree

1 file changed

+45
-1
lines changed

1 file changed

+45
-1
lines changed

documentation/1.0/content/setup/install.md

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,51 @@ sudo yum localinstall wktui-1.0.0.x86_64.rpm
1515
```
1616

1717
- On Oracle/RedHat/CentOS (and some others), use either `yum` or `dnf`
18-
- On Ubuntu/Debian (and some others), use `apt-get`
18+
- On Ubuntu, run:
19+
```
20+
sudo dpkg -i wktui_1.0.0_amd64.deb
21+
```
22+
You may see output like the following:
23+
```
24+
Selecting previously unselected package wktui.
25+
(Reading database ... 70158 files and directories currently installed.)
26+
Preparing to unpack wktui_1.0.0_amd64.deb ...
27+
Unpacking wktui (1.0.0-784) ...
28+
dpkg: dependency problems prevent configuration of wktui:
29+
wktui depends on gconf2; however:
30+
Package gconf2 is not installed.
31+
wktui depends on gconf-service; however:
32+
Package gconf-service is not installed.
33+
wktui depends on libnotify4; however:
34+
Package libnotify4 is not installed.
35+
wktui depends on libappindicator1; however:
36+
Package libappindicator1 is not installed.
37+
wktui depends on libxtst6; however:
38+
Package libxtst6 is not installed.
39+
wktui depends on libsecret-1-dev; however:
40+
Package libsecret-1-dev is not installed.
41+
42+
dpkg: error processing package wktui (--install):
43+
dependency problems - leaving unconfigured
44+
Processing triggers for shared-mime-info (1.15-1) ...
45+
Processing triggers for mime-support (3.64ubuntu1) ...
46+
Errors were encountered while processing:
47+
wktui
48+
```
49+
If so, then run:
50+
```
51+
sudo apt-get install -f
52+
```
53+
If you run `wktui` from an OS terminal shell. You may see this:
54+
```
55+
wktui
56+
libGL error: No matching fbConfigs or visuals found
57+
libGL error: failed to load driver: swrast```
58+
```
59+
This is harmless and can be removed by setting this environment variable before launching `wktui`:
60+
61+
`export LIBGL_ALWAYS_INDIRECT=1`
62+
1963

2064
### Application Startup
2165

0 commit comments

Comments
 (0)