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 definedI 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?
21 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: