Setup Ubuntu for coding
Setup Ubuntu for Developers
Last updated
Was this helpful?
Setup Ubuntu for Developers
Last updated
Was this helpful?
Ubuntu is a complete Linux operating system, freely available with both community and professional support. Ubuntu is suitable for both desktop and server use. The current Ubuntu release supports many architectures: Intel x86 (IBM-compatible PC), AMD64 (x86-64), ARMv7, ARMv8.
Ubuntu includes thousands of pieces of software, starting with the Linux kernel version 4.15 and GNOME 3.28, and covering every standard desktop application from word processing and spreadsheet applications to internet access applications, web server software, email software, programming languages and tools and of course several games. For more information please access the official website:
The Build Essential
package group provides the GNU Compiler Collection (GCC), GNU Debugger (GDB), and other related development tools.
is the most popular version control system on Linux. It is easy to use, amazingly fast, itโs very efficient with large projects, and it has an incredible branching system for non-linear development.
Ubuntu comes with both Python 2.7 and Python 3.5 by default. You can install Python 3.6 along with them via a third-party PPA
by doing the following steps:
And Python3 libraries for development
Node.js is an open-source, cross-platform, JavaScript runtime environment that executes JavaScript code outside of a browser.
The yarn is an advanced package management software for Node.js applications. It is a fast, secure, and reliable alternative that any other Nodejs package manager.