V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
ztlong

brew 安装权限问题求救。

  •  
  •   ztlong · May 11, 2020 · 3307 views
    This topic created in 2189 days ago, the information mentioned may be changed or developed.

    mac 新手,使用 brew 安装 telnet,可是安装过程提示如下:

    Error: The following directories are not writable by your user:
    /usr/local/lib
    
    You should change the ownership of these directories to your user.
      sudo chown -R $(whoami) /usr/local/lib
    
    And make sure that your user has write permission.
      chmod u+w /usr/local/lib
    

    既然当前用户没有写入权限,那么 sudo 或者切换至 root 安装吧,也不行,不过这个错误倒起码是很中肯:

    Error: Running Homebrew as root is extremely dangerous and no longer supported.
    As Homebrew does not drop privileges on installation you would be giving all
    build scripts full access to your system.
    

    但是据我对 linux 的使用经验,/usr/local/lib 理应由系统掌控,直接这么简单粗暴的把系统目录改成当前用户,有所不当吧,虽然这个应该不会有什么影响。或者是我对 brew 的理解不够,有其他的地方可以配置?还请大家指教。谢谢。

    3 replies    2020-05-11 10:27:47 +08:00
    FurN1
        2
    FurN1  
       May 11, 2020 via iPhone
    /usr/local 在 macOS 就是用户自留目录…跑那两个提示的命令就好
    U7Q5tLAex2FI0o0g
        3
    U7Q5tLAex2FI0o0g  
       May 11, 2020   ❤️ 1
    ~ groups $(whoami)
    staff

    然后把 lib 目录改成 staff 组,用户仍然 root
    drwxrwxr-x 307 root staff
    给与同组权限,这样 $(whoami) 就有写权限了
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3106 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 36ms · UTC 13:45 · PVG 21:45 · LAX 06:45 · JFK 09:45
    ♥ Do have faith in what you're doing.