Facebook Twitter Instagram
    TecAdmin
    • Home
    • Ubuntu 20.04
      • Upgrade Ubuntu
      • Install Java
      • Install Node.js
      • Install Docker
      • Install LAMP Stack
    • Tutorials
      • AWS
      • Shell Scripting
      • Docker
      • Git
      • MongoDB
    • FeedBack
    • Submit Article
    • About Us
    Facebook Twitter Instagram
    TecAdmin
    Home»Linux Distributions»Debian»How to Install Development Tools on Debian 10/9/8

    How to Install Development Tools on Debian 10/9/8

    RahulBy RahulMarch 25, 20181 Min ReadUpdated:March 12, 2020

    Development tools have required the systems used for development purposes. It’s useful for building software packages and also required for packages installation by compiling the source code. The development tools are combined GNU GCC Compiler, c++, make, and some other packages. This tutorial helps you with the installation of Development Tools on your Debian system and prepares it for generating builds.

    Install Development Tools on Debian

    The development tools packages are available under default apt repositories for most of the Debian based systems. The build-essential package includes all the packages as dependencies required for the development tools. You can simply install build-essential on Debian Linux.

    sudo apt update
    sudo apt install build-essential
    

    Check Installed Versions

    After the successful installation of the build-essential package on your system, let’s check installed versions of important binaries.

    gcc --version
    
    gcc (Debian 4.9.2-10+deb8u1) 4.9.2
    Copyright (C) 2014 Free Software Foundation, Inc
    
    make --version
    
    GNU Make 4.0
    Built for x86_64-pc-linux-gnu
    Copyright (C) 1988-2013 Free Software Foundation, Inc.
    
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email WhatsApp
    Previous ArticleHow To Install Shutter Screenshot Capture Tool on Ubuntu
    Next Article How To Install LAMP (Apache, MySQL, PHP) on Debian 8 Jessie

    Related Posts

    How to Create a Sudo User in Debian

    Updated:June 26, 20212 Mins Read

    How To Install XRDP (Remote Desktop) on Debian 10

    4 Mins Read

    Initial Server Setup with Debian 10/9/8

    Updated:June 25, 20214 Mins Read

    How To Install and Configure VNC Server on Debian 10

    Updated:June 26, 20215 Mins Read

    How to Install TeamViewer on Debian 10

    3 Mins Read

    How to Install .NET Core on Debian 10

    2 Mins Read

    3 Comments

    1. Andrey on May 7, 2021 5:33 am

      Thank you for info!

      Reply
    2. Kenneth on August 20, 2019 3:39 am

      Thanks! very handy!

      Reply
    3. Wilfredo Alcala on January 28, 2019 6:02 pm

      Very useful, thanks!!

      Reply

    Leave A Reply Cancel Reply

    Recent Posts
    • What is the /etc/nsswitch.conf file in Linux
    • How to Install Ionic Framework on Ubuntu 22.04
    • What is the /etc/hosts file in Linux
    • How to Install Angular CLI on Ubuntu 22.04
    • How to Install Composer on Ubuntu 22.04
    Facebook Twitter Instagram Pinterest
    © 2022 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.