通过apt安装了autotools的一系列库,但是无法调用

问题遇到的现象和发生背景

img

img

如图用 apt list --install 的查看已安装的库可以看到automake,autoconf,autotools,但是在使用中例如 aclocal,或者 ./automake --version 却找不到对应的库,请问是什么原因啊

操作环境、软件版本等信息

Ubuntu 5.3.1-14ubuntu2.1

你./当然找不到了,./是从当前路径去找的,你把./去掉在执行,或者你用whereis automake查看下安装路径直接绝对路径执行

不要写./
automake是一个命令,类似ls cd pwd