On arch linux I'd do pacman -Ss name_of_package and it would show me what packages matched that string. How do I do that with apt-get, if possible?
For example:
For example:
Code:
pacman -Ss xine libxine-xyz xinegui-xzy xinerama and so forth
Comment