In this brief tutorial, we will be discussing how to install development tools in Linux distributions such as Arch Linux, CentOS, RHEL, Fedora, Debian, Ubuntu, and openSUSE etc. These development tools includes all necessary applications, such as GNU GCC C/C++ compilers, make, debuggers, man pages and others which are needed to compile and build new software and packages.
Dec 22, 2018 Awesome Linux Dev Tools. This is a collection of awesome Linux applications and tools for developers. All of them are freesoftware and opensource; most are directly installable with the package manager built into your preferred distribution. Quick installation tutorial for Development tools on Ubuntu and LinuxMint. Step to Install GNU GCC Compiler and Development tool on Ubuntu. This tutorial will help you to install development tools (C, make, GCC etc) on Ubuntu and LinuxMint systems.
The developer tools can be installed either individually one by one or all at once. We are going to install all at once to make things much easier.
To install development tools in Arch Linux and its derivatives like Antergos, Manjaro Linux, just run:
The above command will install the following package(s) in your Arch-based systems.
Just hit ENTER to install all of them.
If you want to install to a specific package group, just type its number and hit ENTER to continue installation.
To install development tools in Fedora, RHEL and its clones such as CentOS, Scientific Linux, run the following commands as root user.
The above command is going to install all necessary developer tools, such as:
To install required developer tools in DEB based systems, run:
This command will all necessary packages to setup the development environment in Debian, Ubuntu and its derivatives.
/ott-full-vst-free-download-windows.html. This is complete offline installer and standalone setup for Xfer Records Cthulhu 1.1.
You now have the necessary development tools to develop a software in your Linux box.
If you don’t like this method to install the development tools, there is also a script named “mangi script” available to easily setup development environment in DEB based systems such as Ubuntu, Linux Mint and other Ubuntu derivatives. For more details, refer the following guide.
To setup development environment in openSUSE and SUSE enterprise, run the following commands as root user:
Now, Let us verify the develop tools have been installed or not. To do so, run:
As you see in the above output, the development tools have been successfully installed. Start developing your applications!
Suggested read:
Thanks for stopping by!
Have a Good day!!