Installation TigerVNC¶
- download binary:
- unpack in
/opt
:
$ cd /opt
$ sudo tar xf tigervnc-<version>.x86_64.tar.gz
- create
module
-file in/opt/modulefiles/tigervnc/<version>
with the following content:
#%Module10.2#####################################################################
proc ModulesHelp { } {
global helpmsg
puts stderr "\t$helpmsg\n"
}
set version 1.10.1
set tigervnchome /opt/tigervnc-$version.x86_64
module-whatis "Sets TigerVNC to version $version"
set helpmsg "Changes the default version of TigerVNC to Version $version"
prepend-path PATH $tigervnchome/usr/bin
prepend-path MANPATH $tigervnchome/usr/share/man
Info
Information about modulefile
is found here:
https://docs.hpc.shef.ac.uk/en/latest/sharc/software/apps/tigervnc.html
https://docs.hpc.shef.ac.uk/en/latest/_downloads/eb6d834782b1d2e9682d8214b6ce8607/binary
Last update:
2021-06-29