今天我們將在 Mageia 9 上安裝 ASDF。接下來的步驟將安裝 PHP 和 Node.js 外掛。
git 複製 https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.14.1
迴聲'。 “$HOME/.asdf/asdf.sh”'>> ~/.zshrc
echo 'fpath=(${ASDF_DIR}/completions $fpath)' >>> ~/.zshrc
echo 'autoload -Uz compinit && compinit'>>> ~/.zshrc
sudo dnf install gnupg2 curl gawk
asdf外掛程式加入nodejs https://github.com/asdf-vm/asdf-nodejs.git
sudo dnf install autoconf bison re2c libxml2-devel sqlite3-devel libgd-devel gcc-c++ lib64oniguruma-devel libpqxx-devel readline-devel libzip-devel
asdf 外掛程式-add php https://github.com/asdf-community/asdf-php.git
完成,安裝了 PHP 和 Node.js 的 ASDF。
以上是在 Mageia 9 上安裝 ASDF的詳細內容。更多資訊請關注PHP中文網其他相關文章!