Hello everyone!


I would like to know if you can help me with a couple of problems that I have.


I'm on the latest version of Kali Linux and when I want to remove a package I use the following command:


`sudo apt-get remove --autoremove <package>`


The problem with this is that as soon as I perform the following action:


`sudo apt-get remove --au<tab>`


The system does not auto complete the command. I managed to correct it once but I don't remember how to do it anymore.


That is a problem.


Next is this:


The `unzip` command doesn't autocomplete either.
Performing the following command:


`unzip -x <tab>`


It doesn't auto-complete or write the name of the file I want to unzip.


Thank you!