I have gcc-7.2.0 I want to install ns2.35 which requires gcc-4.4. How to solve this problem. I have tried many commands and have downloaded Gcc4.4 tar file.
please help me for solving this problem.
I have gcc-7.2.0 I want to install ns2.35 which requires gcc-4.4. How to solve this problem. I have tried many commands and have downloaded Gcc4.4 tar file.
please help me for solving this problem.
You can simply install the ns2
package from Canonical’s package repository.1 It comes in version 2.35 for all currently supported Ubuntu releases. You need to enable the Universe repository, if you haven't done so yet, to access this packages.
1 As always you can use your favourite package manager to install the ns2
package, e. g. Software Center, GNOME Software, Synaptic or the Apt command-line interface (sudo apt install ns2
).
ns2
package successfully? (Do you know how to install packages at all?)
– David Foerster
Apr 11 '18 at 10:49
make
output from a package installation. This is confusing. Could you please edit your question to explain what exactly you did and what happened as a result?
– David Foerster
Apr 11 '18 at 11:22
ns2
package via the Apt package manager, e. g. with the command sudo apt install ns2
. This is exactly what I wrote in my answer.
– David Foerster
Apr 11 '18 at 11:44
tell me the complete ns2.35 build steps
«« : Please see my answer here https://askubuntu.com/questions/1023978/ns2-compilation-errror-in-ubuntu
– Knud Larsen
Apr 11 '18 at 18:22
lsb_release -a
,grep -Fe universe /etc/apt/sources.list{,.d/*.list}
,sudo apt-get update
, andsudo apt-get -f install ns2
? Thanks. – David Foerster Apr 11 '18 at 11:23