Nick Ellis Asked: 2018-11-30 10:10:01 +0800 CST2018-11-30 10:10:01 +0800 CST 2018-11-30 10:10:01 +0800 CST "fortune -o" (进攻性的财富) 没有找到财富 772 我下载了财富,但我无法获得任何令人反感的财富。 从财富手册页 -o仅从可能令人反感的格言中进行选择。如果指定了 fortune 目录,则忽略 -o 选项。 我试过了: $ sudo apt install fortune-mod $ sudo apt install fortunes-min $ sudo apt install fortunes $ fortune -o No Fortunes Found bash fortune 1 个回答 Voted Best Answer steeldriver 2018-11-30T10:29:58+08:002018-11-30T10:29:58+08:00 根据 的结果apt-cache search --names-only fortunes,看起来您需要的包(至少对于英语的冒犯性)是fortunes-off fortunes-off - Data files containing offensive fortune cookies 要安装它,请运行: sudo apt install fortunes-off
根据 的结果
apt-cache search --names-only fortunes
,看起来您需要的包(至少对于英语的冒犯性)是fortunes-off
要安装它,请运行: