前提・実現したいこと
postgresqlをインストールしようと
brew install postgresql
とコマンドを打つと大量のエラーが発生しました。
以下に示します。
しかし、バージョンを見ると
postgres --version
postgres (PostgreSQL) 14.1
と出ました。
これは正しく動作するのでしょうか?大量のエラー文を解決しなければいけないのでしょうか?
最初の方のエラー文を解決してみようとYou can try again using:の後の文を入れて、試みたのですが、解決するのは一筋縄ではいかないようです。
発生している問題・エラーメッセージ
Error: The `brew link` step did not complete successfully The formula built, but is not symlinked into /home/linuxbrew/.linuxbrew Could not symlink share/locale/cs/LC_MESSAGES/libgpg-error.mo /home/linuxbrew/.linuxbrew/share/locale/cs/LC_MESSAGES is not writable. You can try again using: brew link libgpg-error
Warning: The post-install step did not complete successfully You can try again using: brew postinstall openldap
Error: The `brew link` step did not complete successfully The formula built, but is not symlinked into /home/linuxbrew/.linuxbrew Could not symlink share/locale/da/LC_MESSAGES/gdbm.mo /home/linuxbrew/.linuxbrew/share/locale/da/LC_MESSAGES is not writable. You can try again using: brew link gdbm
Error: The `brew link` step did not complete successfully The formula built, but is not symlinked into /home/linuxbrew/.linuxbrew Could not symlink lib/cmake/expat-2.4.1 /home/linuxbrew/.linuxbrew/lib/cmake is not writable. You can try again using: brew link expat
Error: The `brew link` step did not complete successfully The formula built, but is not symlinked into /home/linuxbrew/.linuxbrew Could not symlink share/gtk-doc/html/p11-kit /home/linuxbrew/.linuxbrew/share/gtk-doc/html is not writable. You can try again using: brew link p11-kit
Error: The `brew link` step did not complete successfully The formula built, but is not symlinked into /home/linuxbrew/.linuxbrew Could not symlink share/locale/cs/LC_MESSAGES/gnutls.mo /home/linuxbrew/.linuxbrew/share/locale/cs/LC_MESSAGES is not writable. You can try again using: brew link gnutls
Error: The `brew link` step did not complete successfully The formula built, but is not symlinked into /home/linuxbrew/.linuxbrew Could not symlink share/locale/cs/LC_MESSAGES/xz.mo /home/linuxbrew/.linuxbrew/share/locale/cs/LC_MESSAGES is not writable. You can try again using: brew link xz
Error: The `brew link` step did not complete successfully The formula built, but is not symlinked into /home/linuxbrew/.linuxbrew Could not symlink lib/python3.9/LICENSE.txt /home/linuxbrew/.linuxbrew/lib/python3.9 is not writable. You can try again using: brew link python@3.9
Warning: The post-install step did not complete successfully You can try again using: brew postinstall python@3.9
Error: The `brew link` step did not complete successfully The formula built, but is not symlinked into /home/linuxbrew/.linuxbrew Could not symlink share/gtk-doc/html/libprelude /home/linuxbrew/.linuxbrew/share/gtk-doc/html is not writable. You can try again using: brew link libprelude
Error: The `brew link` step did not complete successfully The formula built, but is not symlinked into /home/linuxbrew/.linuxbrew Could not symlink share/locale/af/LC_MESSAGES/Linux-PAM.mo /home/linuxbrew/.linuxbrew/share/locale/af/LC_MESSAGES is not writable. You can try again using: brew link linux-pam
Error: Permission denied @ dir_s_rmdir - /home/linuxbrew/.linuxbrew/share/fish/vendor_completions.d/curl.fish
回答1件
あなたの回答
tips
プレビュー