Now Ubuntu 14.04 is released and I upgraded my system a few days ago. One major change was the introduction of a new version of apt. Fortunately, it is possible to do the most common task by just writing apt
and the necessary command e.g. install
.
Unfortunately, there is still one feature missing from the older apt-get: Auto-Complete. When I type sudo apt
and press Tab it suggestes all files in my current directory. Also, if I type sudo apt install dcon
and press Tab, nothing happens. Doing the same with sudo apt-get install dcon
will invoke the suggestions to install different packages beginning with dconf
.
Is there a possibility to enable the auto-complete in apt
?
sudo apt
as output? – girardengo Apr 25 '14 at 08:14sudo apt
give back an error like:sudo apt: command not found
– girardengo Apr 25 '14 at 08:25