Skip to content

Commit

Permalink
get/linux: add Fedora linux install command
Browse files Browse the repository at this point in the history
Closes #332
  • Loading branch information
Man2Dev authored and bagder committed Dec 14, 2023
1 parent d782deb commit 6357997
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions get/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,17 @@ etc.) with this:

yum install libcurl-devel

## Fedora

Fedora Workstation and other Fedora based distributions use `dnf` to install packages.

Install the command-line tool with:

dnf install curl

To install the libcurl development package you run:

dnf install libcurl-devel

## nix

Expand Down

0 comments on commit 6357997

Please sign in to comment.