Skip to content

Dependencies

This list is for asdf version 0.16.0 and greater. Older versions of asdf have additional dependencies.

asdf itself requires the following to be installed:

  • Bash version 3.2.48
  • Git version 1.7.7.2

Note

Note that asdf plugins may require additional programs to be installed before they can be used. Read the plugin's documentation and verify you have all of the plugin's dependencies installed before installing it.

Install

If you need to manually install dependencies for asdf run the command for your OS below.

OSPackage ManagerCommand
linuxAptitudeapt install git bash
linuxDNFdnf install git bash
linuxPacmanpacman -S git bash
linuxZypperzypper install git bash
macOSHomebrewbrew install coreutils git bash
macOSSpackspack install coreutils git bash

Note

sudo may be required depending on your system configuration.