• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
sharadchhetri

sharadchhetri

Tutorials On Linux, Unix & Open Source

  • Home
  • Linux Commands
  • Resources
    • Learn Linux
  • My WordPress plugins

make command not found in linux CentOS Red Hat ubuntu Debian

June 19, 2013 by Sharad Chhetri 1 Comment

bash: make: command not found

Make command is generally used while installing the package from source code.
make utility helps to maintain groups of programs

There are four types of lines in a makefile: file dependency specifications, shell commands, variable assignments, and comments. In general, lines can be continued from one line to the next by ending them with a (backslash). The trailing newline character and initial white space on the following line are compressed into a single space.

Many times when I work in linux system I usually find this error message.I made a thought to write in a post which will help the newbie linux users.
To solve this issue use the below given command.

In CentOS and Red Hat

yum install make

In Ubuntu and Debian

sudo apt-get install make

Now check it make command will work

Share this:

  • Twitter
  • Facebook
  • More
  • Print
  • Email
  • LinkedIn
  • Reddit
  • Tumblr
  • Pinterest
  • Pocket
  • Telegram
  • WhatsApp
  • Mastodon

Related posts:

  1. mail command not found in Red Hat CentOS Ubuntu Debian
  2. netstat command not found on CentOS 7 and RHEL 7 (Red Hat Enterprise Linux 7)
  3. Recover Linux Grub Password in linux rescue mode CentOS/Red Hat
  4. How to add/install Ubuntu fonts in CentOS/Red Hat Linux
  5. Command to create and delete group in Red Hat and CentOS linux
  6. scp command not found in CentOS and Red Hat
  7. How to find when Operating system was installed in linux CentOS and Red Hat
  8. Install MySQL Server 5.6 in CentOS 6.x and Red Hat 6.x Linux
  9. Install Ubuntu font family for individual user in CentOS/Red Hat
  10. man command not found in CentOS and Red Hat

Filed Under: Linux Tagged With: make

Reader Interactions

Comments

  1. Drashti says

    June 18, 2019 at 11:45 am

    root@drashti-Lenovo-Ideapad-320-15IKB:~# yum install make
    There are no enabled repos.
    Run “yum repolist all” to see the repos you have.
    You can enable repos with yum-config-manager –enable

    Getting and error .. can you help with this

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Primary Sidebar

Our Social Media Presence

  • Facebook
  • GitHub
  • Twitter

Linux Command

What is Linux Internal And External Command

Linux Basic Commands With Examples For Every Beginner

tr command to convert lines to space , tab and vertical tab

smbpasswd command not found on CentOS 7 and RHEL 7

Solution : semanage command not found

Unix / Linux : How to print duplicate lines from file

More Posts from this Category

You Might Like These Articles!

simplecodesyntax wordpress plugin

SimpleCodeSyntax : My Another WordPress Plugin

Install Nginx

How To Install Nginx On Ubuntu 22.04 LTS

Install Latest Git package in Ubuntu Operating System

How To Always Install Latest Git Package In Ubuntu Operating System

Bash script for installing VirtualBox on Ubuntu 22.04 LTS Desktop

Install VirtualBox On Ubuntu 22.04 LTS Desktop (Bash Script)

libfuse

dlopen(): error loading libfuse.so.2 – Got Error On Ubuntu

Failed to open/create the internal network

VirtualBox Error: Failed to open/create the internal network

Always Useful Tips And Tricks

AttributeError: ‘WSGIRequest’ object has no attribute ‘session’ Django python web framework

How to change smtp port number 25 in postfix

Set GRUB password after installation of CentOS/Red Hat

master admin password openerp 7.x

Convert new line to space by using sed command

Password prompt in single user mode is not secure : CentOS/Red Hat

How to download package using apt-get command in ubuntu

Explore 90+ Article On "Linux Tips And Tricks"

Copyright © 2023 ยท
The material in this site cannot be republished either online or offline, without our permission.
Proudly Blogging From Bharat.

  • Contact
  • About Me
  • My WordPress plugins
  • Privacy Policy