This document provides instructions for installing OpenMPI on Linux systems. It describes both a quick installation method for Ubuntu and similar systems using apt, as well as a manual installation process for any Linux distribution. The manual process involves downloading the OpenMPI tarball, running configure, make, and make install commands, and updating environment variables to include the installation paths. Some common errors are also outlined, such as not having required compiler packages installed or incorrectly configured environment variables.