15

While running Ubuntu, while trying to execute a command in bash, it used to suggest that the said program was missing but found in another package Y, and that I could try installing it.

Now on a Debian system, that's no longer the case. If the command isn't found it doesn't suggest anything, but the package manager list is updated. How can I get it to suggest a package from commands given in bash?

1 Answer 1

17

I am guessing you would need to install a package. From what I can tell it should be:

sudo apt-get install command-not-found
Should hopefully be in the default Debian repos.

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.