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.
我安装了在 ubuntu-16.04 中source code使用的BRO 2.5.3 。make但是我无法使用卸载它
source code
make
make uninstall
任何想法如何删除它?
这不是典型的 Make 任务。要删除 Bro,假设您使用了没有选项的配置脚本:
rm -rf /usr/local/bro
只是为了删除兄弟包
sudo apt-get 删除兄弟
如果您还想删除所有依赖包,那么:
sudo apt-get remove --auto-remove 兄弟
稍后您可以找到nsm文件夹的位置并使用sudo权限将其删除。