M HYPE SPLASH
// updates

command line autocomplete does not work in ubuntu 19.10

By Andrew Adams

when trying to access the autocompletion in ubuntu 19.10 it always throw an error:

awk: line 18: function gensub never defined

I think there are some system libs have wrong version or linked to wrong version of dependencies.

Any idea how to fix this or work around it?

2

1 Answer

As you can read here:

sudo apt install gawk can avoid this problem

In the last answer of this report a guy pointed out to the debian bug, also already reported:

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy