With the basic install of Ubuntu done, it was time to bring the instance up to date. To do that, I ran the following commands:
sudo apt-get updateThe first two commands download and install various software updates for the OS.
sudo apt-get upgrade
sudo apt-get install build-essential
The build-essential package consists of C header files, libraries, compilers and so forth necessary for building software.
Next: Installing support for Ruby development
No comments:
Post a Comment