TUFLOW on Linux: Difference between revisions
Content deleted Content added
| (2 intermediate revisions by 2 users not shown) | |||
Line 1:
= Introduction =
= How to install =
TUFLOW for Linux is available in two types of packages, <code>.deb</code> for Debian family distributions (like Debian, Ubuntu, Mint, etc.) and <code>.rpm</code> for RHEL family distributions (Red Hat, CentOS, Rocky, etc.).
To install TUFLOW for Linux, download the
: <code>sudo apt install ./tuflow_2026.0.0~beta.1-1_amd64.deb</code>
Line 12:
= How to use =
After installation, TUFLOW will be available from the command line as <code>tuflow_2026.0-isp</code> for single precision and <code>tuflow_2026.0-idp</code> for double precision. Users may define an alias like <code>alias tuflow='tuflow_2026.0'</code> or use the specific versioned command directly in their scripts. Command-line options are passed just as in Windows.
However, because Linux often runs without a graphical environment, TUFLOW on Linux runs as if the <code>-nmb</code> option was provided.
| |||