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
Discussions

cs50x - bash: make: command not found - CS50 Stack Exchange
I'm using VS Code online version provided by CS50, if I'm not wrong. When I try to compile my code before running it via "make hello" I get this error: "bash: make: command not found... More on cs50.stackexchange.com
🌐 cs50.stackexchange.com
January 14, 2022
[Solution] sudo: make: command not found
My Commands: git clone https://github.com/WiringPi/WiringPi cd WiringPi/ ./build Error: sudo: make: command not found Fix: sudo apt-get update sudo apt-get install make sudo apt-get install gcc More on github.com
🌐 github.com
2
February 10, 2022
Make command fails - Real-World Flutter by Tutorials - Kodeco Forums
Working in Windows 11 - there is no native make command. I tried mingw32-make (which I do have installed) and that runs but an error is thrown in the very first starter project: Running “flutter pub get” in starter… 1,431ms for feature in packages/features/quote_details packages/feat... More on forums.kodeco.com
🌐 forums.kodeco.com
0
October 11, 2022
make command not found
Hi, So I downloaded sphinx and ran sphinx-build which gave me the Makefile and make.bat file. But when I run 'make' I get told that it's not found. I'm using a git shell on a Window's machine. Than... More on github.com
🌐 github.com
4
January 27, 2015
🌐
LinuxQuestions.org
linuxquestions.org › questions › linux-newbie-8 › make-command-not-found-235483
make command not found?
May 7, 2008 - I'm sorta new to Debian and i'm tryint to run an installer that requieres the make command. Yet it says it's not found... what do I need to download (a
🌐
Master da Web
masterdaweb.com › en › blog › make-command-not-found-linux
"Make Command Not Found" – Linux - MasterDaWeb Blog | Master da Web
When trying to compile and/or install, for example, a module on some Linux servers with the 'make' and/or'make install' command, we get the following error: Mak
🌐
Stack Exchange
cs50.stackexchange.com › questions › 42346 › bash-make-command-not-found
cs50x - bash: make: command not found - CS50 Stack Exchange
January 14, 2022 - Once in VSCode, use Cmd or Control + Shift + P, which gives you the command palette. Once there, search "Add Dev Container" and click on the first option that pops up. On the left side, where you can see all you files, you will be able to see a .devcontainer.json file. Now, if this file doesn't have the right things, CS50 will not be connected.
🌐
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 - As you can see, the find command has found three files that Bash uses as part of its "Tab" command-line completions, and the binary executable. But something has gone very wrong with this installation, and the make binary has been placed in the "/etc/" directory. We'll move that to where it should be, and make should start to work. ... Now if we try to use the make command, any messages we get should come from make, and not from Bash.
🌐
GitHub
github.com › Freenove › Freenove_Ultimate_Starter_Kit_for_Raspberry_Pi › issues › 35
[Solution] sudo: make: command not found · Issue #35 · Freenove/Freenove_Ultimate_Starter_Kit_for_Raspberry_Pi
February 10, 2022 - My Commands: git clone https://github.com/WiringPi/WiringPi cd WiringPi/ ./build Error: sudo: make: command not found Fix: sudo apt-get update sudo apt-get install make sudo apt-get install gcc
Author   Freenove
Find elsewhere
🌐
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.
🌐
Kodeco Forums
forums.kodeco.com › 📚 official books › real-world flutter by tutorials
Make command fails - Real-World Flutter by Tutorials - Kodeco Forums
October 11, 2022 - Working in Windows 11 - there is no native make command. I tried mingw32-make (which I do have installed) and that runs but an error is thrown in the very first starter project: Running “flutter pub get” in starter… 1,431ms for feature in packages/features/quote_details packages/features/update_profile packages/features/sign_up packages/features/forgot_m y_password packages/features/profile_menu packages/features/sign_in packages/features/quote_list; do cd ${feature...
🌐
It's FOSS
itsfoss.com › make-command-not-found-ubuntu
Make Command Not Found? Here's How to Fix it
January 11, 2023 - You can install it by typing: sudo apt install make · One of the reasons you see the bash: command not found error is because the command is not installed on the system.
🌐
Arch Linux Forums
bbs.archlinux.org › viewtopic.php
make: command not found? / Newbie Corner / Arch Linux Forums
December 26, 2008 - When using make or KBUILD_NOPEDANTIC=1 make i just receive the following answer: -bash: make: command not found
🌐
Zotero
zotero.org › support › word_processor_plugin_troubleshooting
Zotero Word Processor Plugin Troubleshooting | Zotero Documentation
May 8, 2026 - Add extension(s): <DIRECTORY>/Zotero_LibreOffice_Integration.oxt does not exist · We believe this is caused by a corrupt LibreOffice profile directory. Move or delete the LibreOffice profile directory, then follow the instructions above to reinstall the Zotero LibreOffice extension. (This will revert any LibreOffice settings you have customized to their default state.) ... Run-time error ‘5097’: Word has encountered a problem. “This command is not available because no document is open”
🌐
GitHub
github.com › sphinx-doc › sphinx › issues › 1693
make command not found · Issue #1693 · sphinx-doc/sphinx
January 27, 2015 - Hi, So I downloaded sphinx and ran sphinx-build which gave me the Makefile and make.bat file. But when I run 'make' I get told that it's not found. I'm using a git shell on a Window's machine. Than...
Author   sphinx-doc
🌐
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.
🌐
Go4hosting
go4hosting.in › knowledgebase › general › bash-make-command-not-found-troubleshooting-guide
Bash Make Command Not Found: Troubleshooting Guide
The "bash: make: command not found" error is typically caused by a missing or misconfigured make utility. By following the steps outlined in this guide, you can resolve the issue and successfully use the make command for your development tasks.
🌐
pre-commit
pre-commit.com
pre-commit
note: you may need to provide --commit-msg-filename when using this command with hook types prepare-commit-msg and commit-msg. a commit is not necessary to try-repo on a local directory. pre-commit will clone any tracked uncommitted changes. ~/work/hook-repo $ git checkout origin/main -b feature # ... make some changes # In another terminal or tab ~/work/other-repo $ pre-commit try-repo ../hook-repo foo --verbose --all-files =============================================================================== Using config: =============================================================================== repos: - repo: ../hook-repo rev: 84f01ac09fcd8610824f9626a590b83cfae9bcbd hooks: - id: foo =============================================================================== [INFO] Initializing environment for ../hook-repo.
🌐
Reddit
reddit.com › r/cs50 › "bash: make: command not found" whenever i use 'make' command
r/cs50 on Reddit: "bash: make: command not found" whenever I use 'make' command
April 18, 2022 -

This is my first ever code using Codespaces and I have used both the VS browser and the desktop I have been getting the same "bash: make: command not found".

I have ensured that I am in the Mario-less folder using 'cd' command and also opened the file using 'code' command everything was good so far but I am not able to compile the program using the 'make mario'.

I have looked at old reddit posts and the internet and I still cant find a solution. You all would be Godsent if this gets solved and I this close to losing it as I have been trying it for days! Thank You!

🌐
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 ...