Skip to main content

redhat

NOTE: We don't officially support Fedora/Red Hat/CentOS Linux for use with the Mattermost Desktop App. The provided guide is unofficial.

  1. Open Terminal

  2. Install NodeJS via nvm:

    curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash
    nvm install --lts
  3. Install other dependencies:

    Linux requires the X11 developement libraries and libpng to build native Node modules.

    sudo yum install git python3 g++ libX11-devel libXtst-devel libpng-devel

Notes

  • To build RPMs, you need rpmbuild:

    sudo dnf install rpm-build