8.5. Installing curl

Downloading and running the LOCKSS Installer requires either curl or wget. Most typical Linux systems have at least one installed by default. You can check by typing curl --version or wget --version and verifying that the output is not an error message. This section describes how to install curl if necessary. (If you prefer to install wget, see Installing wget.)

Select your operating system below and follow the instructions as root 1:

To install curl, run this dnf command (as root):

dnf --assumeyes install curl

or equivalently:

dnf -y install curl

Footnotes

1

See Running Commands as root.