Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Powをインストールしたかった。curl get.pow.cx | shホームディレクトリで実行すると、次のようになります。
curl get.pow.cx | sh
*** Installing Pow 0.3.2... rm: Current: Permission denied
前に追加sudoしても何も変わりませんでした。
sudo
これが初心者の質問ではなく、他の人に関連することを願っています。
ダウンロードに使用しているシェル スクリプトは、curl get.pow.cxという名前のディレクトリ/リンクを削除しようとしていますがCurrent、十分な権限がないか、ディレクトリ/リンクが存在しないようです。マシン上のユーザーのホーム ディレクトリ内から操作を実行する必要がある場合があります。プログラムは、関連するディレクトリにファイルを配置します (少なくともそうすべきです)。
curl get.pow.cx
Current