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.
OS | Package Manager | Command |
---|---|---|
linux | Aptitude | apt install git bash |
linux | DNF | dnf install git bash |
linux | Pacman | pacman -S git bash |
linux | Zypper | zypper install git bash |
macOS | Homebrew | brew install coreutils git bash |
macOS | Spack | spack install coreutils git bash |
Note
sudo
may be required depending on your system configuration.