之前是1.15版本,卸载掉
sudo apt remove automake
2006 ls
2007 ./configure
2008 make
2009 make install
2010 sudo make install
2011 automake --version
2012 which automake
-1.16$ automake --version
automake (GNU automake) 1.16
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later <https://gnu.org/licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Tom Tromey <tromey@redhat.com>
and Alexandre Duret-Lutz <adl@gnu.org>.
test@test-virtual-machine:~/rpm/automake-1.16$ which automake
/usr/local/bin/automake
test@test-virtual-machine:~/rpm/automake-1.16$
本文介绍如何从卸载旧版本 Automake 开始,逐步安装并验证新版本 Automake 1.16 的过程。具体步骤包括使用 sudo apt remove 卸载原有版本,然后通过下载源码包、配置、编译和安装来完成新版本的部署,并最终验证安装版本。

407

被折叠的 条评论
为什么被折叠?



