Click to See Complete Forum and Search --> : Question on Aptitude search pattern


Akhran
02-09-2006, 12:59 PM
I'm searching for a package called 'libstdc++2.10-glibc2.2'.
aptitude search libstdc++2.10-glibc2.2
or
aptitude search 'libstdc++2.10-glibc2.2'
or
aptitude search "libstdc++2.10-glibc2.2"
does not return me any result.

However, if I use
aptitude search libstdc.*2.10-glibc2.2
the package is found.

Any reason why the first three commands do not return the expected package?

Thanks !