If you got error massage in terminal like this
E: Couldn't find package build-essential
The solution is:
type in terminal to fix the problem
apt-get update
now you can install GNU compilers like gcc, g++, cpp, dpkg-dev and etc.
apt-get install build-essential
Have fun.
No comments:
Post a Comment