I can't install it. Qhen I am installing build-essential_11.4build1_amd64.deb getting error of wrong architecture still I am using amd turion 64 and then i am trying to install build-essential_11.4build1_i386.deb getting error of Dependency is not satisfiable:g++(>=4:4.3.1)
I don't have an internet connection in ubuntu that's why I have downloaded from windows so what to do now?
build-essential
? It seems that you've downloaded a.deb
file. Don't do that. You're not on Windows - in Ubuntu we use repositories. Trysudo apt-get install build-essential
in a terminal and report the results or exact error output in your question by editing it. – gertvdijk Aug 18 '13 at 14:31build-essential
is a metapackage. That is to say, it refers to other packages, asbuild-essential
incorporates a lot of basic libraries for building and a lot of executables, so they don't bundle it up in one package, it refers to many other packages. – Thomas Ward Aug 18 '13 at 15:55