workstation_setup.md
... ...
@@ -6,10 +6,10 @@ Local installations are an option using our Installation Manager. [Command line
6 6
7 7
<!-- TOC -->
8 8
9
-- [General](#general)
10
-- [Linux](#linux)
11
- - [Packages for RHEL 7, and 8 and compatible machines:](#packages-for-rhel-7-and-8-and-compatible-machines)
12
-- [Mac OS X](#mac-os-x)
9
+- [SBGrid workstation configuration](#sbgrid-workstation-configuration)
10
+ - [Linux](#linux)
11
+ - [Packages for RHEL 7, 8, and 9 (and compatible) machines](#packages-for-rhel-7-8-and-9-and-compatible-machines)
12
+ - [MacOS](#macos)
13 13
14 14
<!-- /TOC -->
15 15
### Linux
... ...
@@ -21,7 +21,7 @@ Local installations are an option using our Installation Manager. [Command line
21 21
22 22
- 64-bit machines need a number of 32-bit compatibility packages due to a number of legacy packages that are only available as 32-bit applications. Additional fonts for Tcl/Tk, Motif and Xview applications are also encouraged.
23 23
24
-### Packages for RHEL 7, 8, and 9 and compatible machines
24
+### Packages for RHEL 7, 8, and 9 (and compatible) machines
25 25
26 26
**32-bit compatibility libraries and fonts**
27 27
... ...
@@ -32,7 +32,7 @@ Local installations are an option using our Installation Manager. [Command line
32 32
33 33
**X11 libraries and other required packages**
34 34
35
- yum install libxcb xcb-util xcb-util-image xcb-util-keysyms xcb-util-renderutil xcb-util-wm
35
+ yum install libxcb xcb-util xcb-util-image xcb-util-keysyms xcb-util-renderutil xcb-util-wm xcb-util-cursor
36 36
37 37
yum install gnome-terminal libXScrnSaver glx-utils
38 38