8.6. Installing HTTPie

Downloading the LOCKSS Installer requires Curl, Wget or HTTPie. Most typical Linux systems have at least one installed by default. You can check by typing curl --version, wget --version or http --version, and seeing which ones do not output an error message.

This section describes how to install HTTPie if necessary.

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

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

dnf --assumeyes install httpie

or equivalently:

dnf -y install httpie

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

pacman --sync --noconfirm httpie

or equivalently:

pacman -S --noconfirm httpie

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

dnf --assumeyes install httpie

or equivalently:

dnf -y install httpie

To install HTTPie with Yum, run this command (as root):

yum --assumeyes install httpie

or equivalently:

yum -y install httpie

To install HTTPie with Apt, follow these instructions (as root):

  1. Run this apt command:

    apt update
    
  2. Run this apt command:

    apt install --assume-yes httpie
    

    or equivalently:

    apt -y install httpie
    

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

dnf --assumeyes install httpie

or equivalently:

dnf -y install httpie

To install HTTPie with Yum, run this command (as root):

yum --assumeyes install httpie

or equivalently:

yum -y install httpie

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

dnf --assumeyes install httpie

or equivalently:

dnf -y install httpie

To install HTTPie with Apt, follow these instructions (as root):

  1. Run this apt command:

    apt update
    
  2. Run this apt command:

    apt install --assume-yes httpie
    

    or equivalently:

    apt -y install httpie
    

To install HTTPie with Zypper, run these commands (as root):

  1. Run this zypper command:

    zypper refresh
    
  2. Run this zypper command:

    zypper --non-interactive install httpie
    

    or equivalently:

    zypper -n install httpie
    

To install HTTPie with Zypper, run these commands (as root):

  1. Run this zypper command:

    zypper refresh
    
  2. Run this zypper command:

    zypper --non-interactive install httpie
    

    or equivalently:

    zypper -n install httpie
    

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

dnf --assumeyes install httpie

or equivalently:

dnf -y install httpie

To install HTTPie with Yum, run this command (as root):

yum --assumeyes install httpie

or equivalently:

yum -y install httpie

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

dnf --assumeyes install httpie

or equivalently:

dnf -y install httpie

To install HTTPie with Yum, run this command (as root):

yum --assumeyes install httpie

or equivalently:

yum -y install httpie

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

dnf --assumeyes install httpie

or equivalently:

dnf -y install httpie

To install HTTPie with Yum, run this command (as root):

yum --assumeyes install httpie

or equivalently:

yum -y install httpie

To install HTTPie with Apt, follow these instructions (as root):

  1. Run this apt command:

    apt update
    
  2. Run this apt command:

    apt install --assume-yes httpie
    

    or equivalently:

    apt -y install httpie
    

Footnotes

1

See Running Commands as root.