From 63579975f6479489756cc68d6496cfcf5e43a202 Mon Sep 17 00:00:00 2001 From: Mohammadreza Hendiani Date: Thu, 14 Dec 2023 19:40:25 +0330 Subject: [PATCH] get/linux: add Fedora linux install command Closes #332 --- get/linux.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/get/linux.md b/get/linux.md index 49381ecc7d..ea271b5e21 100644 --- a/get/linux.md +++ b/get/linux.md @@ -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