我试图通过终端中的"cal“命令访问日历,但是有错误消息。
hetz@hetz-Lappy:~$ cal
bash: cal: command not found发布于 2022-06-25 06:13:50
我建议首先安装command-not-found以帮助处理以下错误:
sudo apt install command-not-found然后打开一个新的终端,以确保它的功能将在其中可用。
现在,当您尝试运行cal时,您将得到一条更有用的错误消息,它将告诉您要安装哪个包:
Command 'cal' not found, but can be installed with:
sudo apt install ncalhttps://askubuntu.com/questions/1415690
复制相似问题