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
希望这不是一个新手问题,并且与其他人相关。
您正在下载的 shell 脚本似乎curl get.pow.cx正在尝试删除名为 的目录/链接Current,但缺少足够的权限或目录/链接不存在。您可能需要从计算机上用户的主目录中执行操作。该程序将负责将文件放在相关目录中(至少应该如此)。
curl get.pow.cx
Current