I'm trying to install NS3, and got stuck at this package, libc6-dev-i386, installation.
sudo apt-get install cmake libc6-dev libc6-dev-i386 g++-multilib
I've tried all the possible solution that i can find on the google, so far.
Some details:
sudo dpkg --print-architectures
i386
I've tried direct command,
sudo apt install libc6-dev-i386
sudo dpkg --add-architecture i386
, and then try to run the update command.But again no luck, and i think this attempt is stupid coz my base architecture is i386, so i don't need to add it(can anybody confirm), but i tried it any way.
sudo apt install -f
, even though i don't know what-f
stands for.I've also read that this package automatically installed with g++, and I've g++ 6.3.0.
I get the same error after all of those tries:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libc6-dev-i386
I'm not getting, locate where, in the website?
EDIT
The o/p of, lsb_release -a.,
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 17.04
Release: 17.04
Codename: zesty
uname -a --
Linux tafri-HP-Pavilion-15-Notebook-PC 4.10.0-32-generic #36-Ubuntu SMP Tue Aug 8 12:09:08 UTC 2017 i686 i686 i686 GNU/Linux
and yes i'm following instruction from.,
https://www.nsnam.org/wiki/Installation
and, that "s" at the end of "architecture", is my bad. I was trying the foreign command.
libc6-dev-i386
. – Aug 19 '17 at 23:27