Skip to content

Installation TigerVNC

https://tigervnc.org

$ 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

Last update: 2021-06-29