All Projects → termux → command-not-found

termux / command-not-found

Licence: Apache-2.0 license
Utility for suggesting packages in case typed command was not found.

Programming Languages

C++
36643 projects - #6 most used programming language
javascript
184084 projects - #8 most used programming language
CMake
9771 projects

Command-not-found for termux

This repo contains sources for the command-not-found utility used in termux. Apart from the sources for the binary (command-not-found.cpp), it also contains a script to generate lists of commands for the various official repositories:

Building command-not-found

To build the package, cmake and a c++ compiler (for example g++ or clang++) needs to be installed. Apart from cmake and a C++ compiler, nodejs is also needed in order to generate list of commands. To do an out of source build, run these commands from the command-not-found directory:

mkdir build && cd build
cmake ..
make

This will generate command lists by running ./generate-db.js, and create a command-not-found binary which can be tested directly. To then install the program, run:

make install

This installs command-not-found to CMAKE_INSTALL_PREFIX/libexec/termux, which is where command-not-found resides in termux.

Updating the command lists

In order to update the command lists, just a rebuild of command-not-found is to be done by bumping the TERMUX_PKG_REVISION in build recipe of command-not-found.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].