Tmux location in discovery

Where is tmux in discovery ? Is it in a module ? If so which one ? tmux should be available at the system level.

manna@discovery1(~)
(127)> tmux
-bash: tmux: command not found
manna@discovery1(~)
(127)> module load usc
manna@discovery1(~)
(0)> tmux
-bash: tmux: command not found
manna@discovery1(~)
(127)> module load gcc/8.3.0
manna@discovery1(~)
(0)> tmux
-bash: tmux: command not found
manna@discovery1(~)
(127)> echo $PATH
/spack/apps/linux-centos7-x86_64/gcc-8.3.0/pmix-3.1.3-3sm6emyqaxapunh7rwbjvtaqoqe2e5z3/bin:/spack/apps/linux-centos7-x86_64/gcc-8.3.0/openmpi-4.0.2-ipm3dnvlbtxawpi4ifz7jma6jgr7mexq/bin:/spack/apps/linux-centos7-x86_64/gcc-8.3.0/openblas-0.3.8-2no6mfziiclwxb7lstxoos335gnhjpes/bin:/spack/apps/gcc/8.3.0/bin:/sbin:/usr/sbin:/usr/usc/bin:/home/cmb-00/cmb/bin:/usr/local/bin:/usr/bin:/usr/local/sbin

Tmux is available as a module instead of through an rpm.

$ module spider tmux

---------------------------------------------------------------------------------------
  tmux: tmux/3.0a
---------------------------------------------------------------------------------------

    You will need to load all module(s) on any one of the lines below before the "tmux/3.0a" module is available to load.

      gcc/8.3.0
 
    Help:
      Tmux is a terminal multiplexer. What is a terminal multiplexer? It lets
      you switch easily between several programs in one terminal, detach them
      (they keep running in the background) and reattach them to a different
      terminal. And do a lot more.

You should be able to access by running module load tmux. We’re trying to minimize use of rpms and making it available as a module allows the user support team to maintain it which should improve responsiveness to issues.

Best,
Cesar

Thanks.

Luigi–