How to make the apt autocompletion work in minimal system (in LXC container)?
- by Adam Ryczkowski
When I work inside thin LXC container on 12.04 I have only very basic system. In particular the /etc/bash_completion.d is missing the e.g. apt, that I find particularly useful.
Is there any standard package, that installs the autocompletion for the apt, or should I copy the file manually? And just copying the files into /etc/bash_completion.d manually just doesn't seem to work.
I use bash as my command interpreter.
What am I missing here?