{"id":18613466,"url":"https://github.com/termux/command-not-found","last_synced_at":"2026-03-08T14:02:33.531Z","repository":{"id":37011863,"uuid":"213754181","full_name":"termux/command-not-found","owner":"termux","description":"Utility for suggesting packages in case typed command was not found.","archived":false,"fork":false,"pushed_at":"2023-11-27T06:15:37.000Z","size":276,"stargazers_count":158,"open_issues_count":0,"forks_count":45,"subscribers_count":18,"default_branch":"master","last_synced_at":"2024-04-13T21:41:29.869Z","etag":null,"topics":["command-not-found"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/termux.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"github":null,"patreon":null,"open_collective":"termux","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2019-10-08T21:04:25.000Z","updated_at":"2024-04-11T07:12:50.000Z","dependencies_parsed_at":"2023-12-12T23:45:52.954Z","dependency_job_id":null,"html_url":"https://github.com/termux/command-not-found","commit_stats":{"total_commits":119,"total_committers":10,"mean_commits":11.9,"dds":"0.26890756302521013","last_synced_commit":"54a1aa0f5fb89d26ed4d2863c7b931acf8386c28"},"previous_names":[],"tags_count":42,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/termux%2Fcommand-not-found","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/termux%2Fcommand-not-found/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/termux%2Fcommand-not-found/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/termux%2Fcommand-not-found/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/termux","download_url":"https://codeload.github.com/termux/command-not-found/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248661721,"owners_count":21141451,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["command-not-found"],"created_at":"2024-11-07T03:22:18.881Z","updated_at":"2026-03-08T14:02:28.499Z","avatar_url":"https://github.com/termux.png","language":"C++","funding_links":["https://opencollective.com/termux"],"categories":["JavaScript"],"sub_categories":[],"readme":"# Command-not-found for termux\n\nThis repo contains sources for the command-not-found utility used in termux.\nApart from the sources for the binary (`command-not-found.cpp`), it also\ncontains a script to generate lists of commands for the various official\nrepositories:\n\n- [main repo](https://github.com/termux/termux-packages/tree/master/packages)\n- [root repo](https://github.com/termux/termux-packages/tree/master/root-packages)\n- [x11 repo](https://github.com/termux/termux-packages/tree/master/x11-packages)\n\n## Building command-not-found\n\nTo build the package, `cmake` and a c++ compiler (for example `g++` or `clang++`)\nneeds to be installed.\nApart from `cmake` and a C++ compiler, `nodejs` is also needed in order to\ngenerate list of commands.\nTo do an out of source build, run these commands from the command-not-found\ndirectory:\n\n```sh\nmkdir build \u0026\u0026 cd build\ncmake ..\nmake\n```\n\nThis will generate command lists by running `./generate-db.js`, and create\na command-not-found binary which can be tested directly.\nTo then install the program, run:\n\n```sh\nmake install\n```\n\nThis installs command-not-found to `CMAKE_INSTALL_PREFIX/libexec/termux`, which\nis where command-not-found resides in termux.\n\n## Updating the command lists\n\nIn order to update the command lists, just a rebuild of command-not-found\nis to be done by bumping the `TERMUX_PKG_REVISION` in build recipe of\ncommand-not-found.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftermux%2Fcommand-not-found","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftermux%2Fcommand-not-found","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftermux%2Fcommand-not-found/lists"}