Run this command to install make and all the packages needed to build your code.

sudo apt-get install build-essential
Answer from JorelC on askubuntu.com
🌐
How-To Geek
howtogeek.com › home › linux › how to fix "make: command not found" error in ubuntu
How to Fix "make: command not found" Error in Ubuntu
May 5, 2023 - To fix the "make: command not found" error on Ubuntu Linux, you will need to install make. To install make, run the "sudo apt install make" command or, to install the standard development tools at the same time, use the "sudo apt install ...
Discussions

linux - bash - make command not found - Stack Overflow
Communities for your favorite technologies. Explore all Collectives · Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work More on stackoverflow.com
🌐 stackoverflow.com
go command not found using sudo make install
Describe the bug A clear and concise description of what the bug is. installed dependencies: sudo apt update sudo apt install mesa-opencl-icd ocl-icd-opencl-dev gcc git bzr jq pkg-config curl sudo ... More on github.com
🌐 github.com
15
July 18, 2020
Bash doesn't recognize the make command?
You need to install the tools needed to compile the project, I can't remember the names of the packages off the top of my head but you should be able to find them More on reddit.com
🌐 r/linuxquestions
4
3
August 26, 2023
sudo make install command not found

Had the same last night. Don't think it means anything because i was still able to start the sync process

More on reddit.com
🌐 r/filecoin
9
1
August 15, 2020
🌐
It's FOSS
itsfoss.com › make-command-not-found-ubuntu
Make Command Not Found? Here's How to Fix it
January 11, 2023 - The other day I was trying to compile ... One of the reasons you see the bash: command not found error is because the command is not installed on the system....
🌐
MakeUseOf
makeuseof.com › home › linux › how to fix the "make: command not found" error in ubuntu
How to Fix the "make: command not found" Error in Ubuntu
March 31, 2023 - To fix this issue, reinstall make with the --reinstall command. ... If this still does not work, you must manually add the binary to your $PATH as a last step. In all entirety, the above steps should work and you should get past this "command ...
🌐
FAQforge
faqforge.com › home › fix the “make: command not found” error in ubuntu
Fix the "make: command not found" Error in Ubuntu
June 12, 2022 - To resolve this error, you can install the make package and restore the system's building and compiling capabilities. ... A user account with sudo or root privileges. Note: Although the commands used in this tutorial are specifically for the ...
🌐
LinuxConfig
linuxconfig.org › home › command ‘make’ not found on ubuntu 20.04 focal fossa
Command 'make' not found on Ubuntu 20.04 Focal Fossa
May 8, 2020 - In this tutorial you will learn how to install the make command on Ubuntu 20.04 Focal Fossa. ... The following error message may appear on your terminal hinting the unavailability of the make command: Command 'make' not found, but can be installed with: OR bash: /usr/bin/make: No such file or directory
Find elsewhere
🌐
Power Sysadmin Blog
poweradm.com › home › make command not found on linux
Make Command Not Found on Linux - Power Sysadmin Blog
March 23, 2023 - You can install it by typing: sudo apt install make · First of all, make sure that the make command is installed on your Linux distribution and that the path to its directory is included in the PATH environment variable.
🌐
Delft Stack
delftstack.com › home › howto › linux › bash make command not found error
How to Solve Make Command Not Found Error in Linux Bash | Delft Stack
March 14, 2025 - It reads a file called Makefile, which contains rules and instructions for compiling code. When you encounter the “command not found” error, it usually means that make is not installed on your system or it’s not in your PATH. If you’re using a Debian-based distribution like Ubuntu, ...
🌐
Linux Hint
linuxhint.com › make-command-not-found
Fix Make Command Not Found Error on Ubuntu – Linux Hint
In case we don’t have a make command on your system, we can easily install it by issuing the following commands. ... This command will most probably work if one uses Ubuntu 18.04 or later. In case it does not, or we are on an older version, we can use the indirect method of downloading the build-essential package by typing in.
🌐
Linux Questions
linuxquestions.org › questions › linux-software-2 › make-command-not-found-4175653702
make command not found - Linux - Software
I'm currently running Devuan in an i3 4G ram on my machine and trying to install from source, because Devuan does not offer dvb-utils. The app
🌐
Baeldung
baeldung.com › home › administration › fixing the “command not found” error when using sudo
Fixing the “Command Not Found” Error When Using Sudo | Baeldung on Linux
March 18, 2024 - To fix this error permanently, we can either configure sudo to always inherit the $PATH variable or set a $PATH for it manually by modifying /etc/sudoers. First, we need to run visudo to open up the /etc/sudoers file for modification.
🌐
Linus Tech Tips
linustechtips.com › software › operating systems › linux, macos and everything not-windows
Ubuntu "make" command not working...at all - Linux, macOS and Everything Not-Windows - Linus Tech Tips
November 27, 2018 - I've been trying for a long time to install a driver on Ubuntu but without success. I try to run the executable in the terminal, prefacing it with "sudo", and it outputs a bunch of text and then says "Compile make driver error: 127 Please Check error Msg". I looked at what it said just before thi...
🌐
iO Flood
ioflood.com › blog › install-make-command-linux
Intro to 'make' Linux Command: Installation and Usage
April 26, 2024 - In most Linux distributions, the ‘make’ command comes pre-installed. If it’s not, you can install it in Debian based distributions like Ubuntu, by running the command sudo apt-get install make.
🌐
Cyfuture Cloud
cyfuture.cloud › kb › general › bash-make-command-not-found
Bash Make Command Not Found
To resolve the "-bash: 1st: if not make: command not found" error you can follow these steps below: ... - Installing the make command on linux distributions (e.g., ubuntu, debian, centos) is possible via the package manager:
🌐
Tech News Today
technewstoday.com › home › linux › how to fix “make: command not found” error
How to Fix “Make: Command Not Found” Error - Tech News Today
September 20, 2022 - The Make Command Not Found error indicates that the make utility is either not installed on the system or it’s not present in the PATH variable.
🌐
AmazingRDP
amazingrdp.com › home › resolving the “sudo: command not found” error in linux
Resolving the "sudo: command not found" Error in Linux | AmazingRDP
January 28, 2024 - To address the “sudo: command not found” error on Linux, simply install the sudo package using the command apt install sudo if you’re using a Debian-based distribution. This bash error occurs when the sudo package is not installed or when ...
🌐
Raspberry Pi Forums
forums.raspberrypi.com › board index › community › general discussion
Command not found: make - Raspberry Pi Forums
Wed Feb 06, 2019 8:58 pm I tried downloading and installing the make app but when I try running apt-get I again get "command not found: apt-get" so that is not installed. Odd. Are you sure you are running Raspbian? "apt-get" and "make" should be directly usable.
🌐
GitHub
github.com › filecoin-project › lotus › issues › 2463
go command not found using sudo make install · Issue #2463 · filecoin-project/lotus
July 18, 2020 - However, running sudo make install results in: bash: go: command not found expr: syntax error: unexpected argument ‘14’ install -C ./lotus /usr/local/bin/lotus install -C ./lotus-storage-miner /usr/local/bin/lotus-storage-miner install -C ./lotus-seal-worker /usr/local/bin/lotus-seal-worker · have retried the export PATH command and tried to find argument '14' with no luck. I am using Ubuntu V20.04 ·
Author   filecoin-project