⚡ Quick Fixes

Linux & Terminal Error Fixes

Getting a "command not found" or package manager error? Find the fix in seconds — with solutions for Ubuntu, Debian, CentOS, macOS and WSL.

Most Searched Errors

All fixes verified 2026
📦

add-apt-repository: command not found

Missing software-properties-common on Ubuntu/Debian. One-line fix included.

🔐

sudo: command not found

Not in PATH or sudo isn't installed. Common on minimal Debian installs and Docker containers.

⬇️

wget: command not found

wget not installed by default on macOS or minimal Linux. Fix for zsh, bash, macOS and Ubuntu.

🐍

bash: conda: command not found

Conda not initialised in your shell. PATH and init fix for bash and zsh.

🌐

curl: command not found

curl missing on minimal Linux installs and some Docker images. Install for all distros.

📦

npx: command not found

npx ships with npm 5.2+. Fix for old Node.js versions, nvm installs and permission issues.

vite: command not found

Vite not in PATH after local install. Run via npx or add to package.json scripts.

🐳

docker: command not found

Docker not installed, or installed but current user not in the docker group.

🔧

make: command not found

build-essential not installed. Required for compiling from source on Ubuntu/Debian.