ack-grep:升级到 Ubuntu 18.04 后找不到命令

rig*_*gyt 5 grep

sudo apt-get install ack-grep
Run Code Online (Sandbox Code Playgroud)

ack-grep is already the newest version (2.22-1)
Run Code Online (Sandbox Code Playgroud)

但 ack-grep 给出

ack-grep: command not found
Run Code Online (Sandbox Code Playgroud)

在升级到 18.04 之前,它在 Ubuntu 16.04 中运行良好

Ary*_*dhi 9

ack-grep是一个引入ack18.04的元包。

尝试做sudo apt install ack和执行ack而不是ack-grep; 这是一个正确的命令。