Skip to content

Commit 986a817

Browse files
committed
fedora packages
1 parent 3affbe9 commit 986a817

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/src/howto/troubleshoot.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ To install NetCDF on Ubuntu:
5050
sudo apt install libnetcdf-dev netcdf-bin ncview libnetcdff-dev
5151
```
5252

53+
To install NetCDF on Fedora/RHEL:
54+
```bash
55+
sudo dnf install netcdf netcdf-devel netcdf-fortran netcdf-fortran-devel
56+
```
57+
58+
5359
To install NetCDF on MacOS:
5460
```bash
5561
brew install netcdf netcdf-fortran

0 commit comments

Comments
 (0)