Build essential what is
Jaffer Sadhique Jaffer Sadhique 1 1 gold badge 5 5 silver badges 3 3 bronze badges. I encountered a similar problem. I solved it by entering 'sudo apt-get upgrade' after 'sudo apt-get update'. Add a comment. Active Oldest Votes. Improve this answer.
Parto Ngoc Ngoc 5 5 silver badges 3 3 bronze badges. Why does this solve the problem? It helped me install ubuntu-restricted-extras.. Did not work for me. Ubuntu This works in Ubuntu Then run these commands in a terminal: sudo apt-get update sudo apt-get install build-essential.
Avinash Raj Avinash Raj Learn more about this site. Links for build-essential. Informational list of build-essential packages If you do not plan to build Debian packages, you don't need this package. Download build-essential Download for all available architectures Architecture Package Size Installed Size Files alpha unofficial port 7. It's required if you want to compile anything from source, and if you want to work with almost any programming language.
This answer is wrong. The answer below is the correct one. This is not the correct answer. The link provided gives no insight or explanation as to what is in the build-essential package. Show 1 more comment. Kleist Kleist 6 6 silver badges 5 5 bronze badges. Thanks for explaining the 'build-dep' command. So as I understand it, in this case Ruby1. The final infrastructure that gets built allows Ruby1. What I do not understand is why 'build-essential' ,or all of the other packages in the top line zlib1g zlib1g-dev zlibc libruby1.
Wouldn't it be simpler if there was just one command? The build-essential package description states that "This package contains an informational list of packages which are considered essential for building Debian packages," but does not mention where that list is.
If you are just trying to get Ruby installed, I would highly recommend just using RVM Ruby Version Manager : Follow the instructions under "Github Repository recommended " Note that you will need the Git version control software installed first. Doug Doug 3 3 bronze badges. Sign up or log in Sign up using Google. Sign up using Facebook. The build-essential meta-packages can be installed directly from the Ubuntu official repository.
These packages are available in the default Ubuntu Just install meta-packages of build-essential tools through the apt package manager. Now, you need to update the packages repository before installing the build-essential tools. Type the following command to update the apt repository index:. Once the installation is finished, verify the installation of these packages by checking the GCC version on your system with the following command:.
0コメント