আমি চেষ্টা করি
brew install tmux
এটি ইনস্টল করে, তবে, সম্ভবত পূর্ববর্তী ব্যর্থতার কারণে এবং সম্পূর্ণরূপে অপসারণ না-করা উভয়ই এটি ইনস্টল করার চেষ্টা করেছিল এবং মুক্ত করানো হয়েছিল, যখন tmux ব্যবহার করার চেষ্টা করব
$ tmux
dyld: Library not loaded: /usr/local/lib/libevent-2.0.5.dylib
Referenced from: /usr/local/bin/tmux
Reason: image not found
Trace/BPT trap: 5
আমি মুক্তির ইনস্টল করার চেষ্টা করেছি কিন্তু আমি পেয়েছি:
$ brew install libevent
Warning: libevent-2.0.21 already installed, it's just not linked
তাই আমি চেষ্টা করেছি
$ brew link libevent
তবে আমি পেয়েছি
Linking /usr/local/Cellar/libevent/2.0.21...
Warning: Could not link libevent. Unlinking...
Error: Could not symlink file: /usr/local/Cellar/libevent/2.0.21/include/event2/util.h
Target /usr/local/include/event2/util.h already exists. You may need to delete it.
To force the link and overwrite all other conflicting files, do:
brew link --overwrite formula_name
To list all files that would be deleted:
brew link --overwrite --dry-run formula_name
তাই আমি চেষ্টা করেছি
$ brew link --overwrite libevent
তবে আমি পেয়েছি
Linking /usr/local/Cellar/libevent/2.0.21...
Warning: Could not link libevent. Unlinking...
Error: Permission denied - /usr/local/include/event2/util.h
তাই আমি চেষ্টা করেছি
$ sudo brew link --overwrite libevent
পাসওয়ার্ড:
তবে আমি পেয়েছি
Error: Cowardly refusing to `sudo brew link`
You can use brew with sudo, but only if the brew executable is owned by root.
However, this is both not recommended and completely unsupported so do so at
your own risk.
আমি আটকে গেছি.