Artificial intelligent assistant

How to install all with aptitude How to install all packages whitch aptitude found? For example: sudo aptitude search eclipse ... found approximately 66 packages. How I can install all found packages without write separately?

You can use the `*` symbol as a wildcard. I know it works when deleting files that may all be titled the same but have different dates attached to the file name.

In your case, you would type:


sudo apt-get install eclipse*


This will install all packages that start with the string `eclipse`

versus:


sudo apt-get install eclipse


This will only install packages name "eclipse"

xcX3v84RxoQ-4GxG32940ukFUIEgYdPy a514fde667bec8bf18f5d6415275a885