Questions this page should answer fast
- When is a direct binary better than a package-manager install?
- What do you need to verify after placing the executable manually?
- Which maintenance costs grow when you stop using a package manager?
What this page should help you decide
This page should help the reader decide when binary downloads are appropriate, how to place them safely, and what to verify after manual installation.
Fast diagnosis
Fit question
Choose this route when package managers are blocked, undesirable, or harder to reason about than one explicit executable.
Placement question
Know where the binary should live so your real shell can resolve it predictably.
Maintenance question
Accept that updates and version replacement are now your job instead of the package manager's.