8.7. Installing Curl

Downloading the LOCKSS Installer and Running the LOCKSS Installer require Curl or Wget. Most typical Linux systems have at least one installed by default. You can check by typing curl --version and wget --version at the command line and verifying that at least one of them outputs a valid version message (meaning the corresponding software is installed). This section describes how to install Curl if necessary.

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

To install Curl with Dnf, run this command (as root):

dnf --refresh install curl

To install Curl with Pacman, run this command (as root):

pacman --sync --refresh curl

or equivalently:

pacman -Sy curl

To install Curl with Dnf, run this command (as root):

dnf --refresh install curl

To install Curl with Apt, follow these steps (as root):

  1. Run this apt command:

    apt update
    
  2. Run this apt command:

    apt install curl
    

To install Curl with Dnf, run this command (as root):

dnf --refresh install curl

To install Curl with Apt, follow these steps (as root):

  1. Run this apt command:

    apt update
    
  2. Run this apt command:

    apt install curl
    

To install Curl with Zypper, follow these steps (as root):

  1. Run this zypper command:

    zypper refresh
    

    or equivalently:

    zypper ref
    
  2. Run this zypper command:

    zypper install curl
    

    or equivalently:

    zypper in curl
    

To install Curl with Zypper, follow these steps (as root):

  1. Run this zypper command:

    zypper refresh
    

    or equivalently:

    zypper ref
    
  2. Run this zypper command:

    zypper install curl
    

    or equivalently:

    zypper in curl
    

To install Curl with Dnf, run this command (as root):

dnf --refresh install curl

To install Curl with Dnf, run this command (as root):

dnf --refresh install curl

To install Curl with Dnf, run this command (as root):

dnf --refresh install curl

To install Curl with Zypper, follow these steps (as root):

  1. Run this zypper command:

    zypper refresh
    

    or equivalently:

    zypper ref
    
  2. Run this zypper command:

    zypper install curl
    

    or equivalently:

    zypper in curl
    

To install Curl with Apt, follow these steps (as root):

  1. Run this apt command:

    apt update
    
  2. Run this apt command:

    apt install curl
    

Footnotes