-1

i want to install three packages from terminal ubuntu 16.04 lts

when i run command sudo apt-get install aclocal

this is the output i get ...

->

Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package aclocal

i also tried sudo apt-get update and sudo apt-get upgrade but then again unable to install

i also want to install package libtoolize , pkgconfig aswel i think they are not available in automake .

my os has latest version of automake but its still unable to locate package aclocal.

i am new to ubuntu

thanks

2 Answers2

2

The tutorial is wrong. See this comment http://www.coders-hub.com/2015/04/start-working-on-linphone-android-part-1.html?showComment=1435013985299#c2524571387228883361.

I can't install aclocal or libtoolize or pkgconfig on ubuntu 14.04.. can you explain how to do that?

If you are using 32-bit pc than no need to install these packages.

I'd bet that's true if you are using 64 bit as well. Because they don't exist!

If you want to be sure though, instead try:

sudo apt-get install automake
sudo apt-get install libtool
sudo apt-get install pkg-config
Martin Thornton
  • 5,996
  • 12
  • 32
  • 43
-1

check your etc/apt/sources.list file for proper repositories. Use this link https://repogen.simplylinux.ch/ for the repositories