Wednesday, April 24, 2024
33
rated 0 times [  33] [ 0]  / answers: 1 / hits: 207831  / 3 Years ago, tue, august 24, 2021, 11:41:05

How can I install aclocal from the autotools bundle in Ubuntu 11.04?
I tried to find it to no avail:



sudo apt-get install aclocal  
sudo apt-get install autotools-dev
apt-cache search aclocal
dpkg -S aclocal

More From » package-management

 Answers
1

This was answered by the original user



You need to install automake since m4 is a dependency:



sudo apt-get install autotools-dev


Then install aclocal via apt-get


[#44947] Wednesday, August 25, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tudatchful

Total Points: 270
Total Questions: 109
Total Answers: 122

Location: Palau
Member since Tue, May 30, 2023
12 Months ago
;