We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3affbe9 commit 986a817Copy full SHA for 986a817
1 file changed
docs/src/howto/troubleshoot.md
@@ -50,6 +50,12 @@ To install NetCDF on Ubuntu:
50
sudo apt install libnetcdf-dev netcdf-bin ncview libnetcdff-dev
51
```
52
53
+To install NetCDF on Fedora/RHEL:
54
+```bash
55
+sudo dnf install netcdf netcdf-devel netcdf-fortran netcdf-fortran-devel
56
+```
57
+
58
59
To install NetCDF on MacOS:
60
```bash
61
brew install netcdf netcdf-fortran
0 commit comments