Notify是一个非常实用的小工具(Bash脚本),支持Ubuntu和MacOS。原作者发布地址和说明链接

我在Debian中也想使用这个工具(话说使用wget或者axel下载文件的时候用的话实在是太方便了),下载下来后一运行就报错了,说找不到命令notify-send。

使用auto-apt搜索:

sudo auto-apt search notify-send

结果报告说notify-send在包libnotify-bin中(好奇怪的名字)

果然,安装libnotify-bin后解决问题

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-15
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-03-02
  • 2021-07-12
  • 2021-07-25
  • 2021-08-24
  • 2022-12-23
  • 2021-08-26
  • 2022-12-23
相关资源
相似解决方案