Jump to content

regular expressions in rpmdrake 'Find'


tux99
 Share

Recommended Posts

I just found out by chance that 'rpmdrake' (the default Mandriva package manager) supports Perl regular expressions in it's 'Find' entry field, too!

 

For example entering the following in the search field:

^kernel.*latest

will find all packages that start with 'kernel' (^kernel) then contain any random characters (.*), followed by 'latest'.

 

I guess that's because 'rpmdrake' is written in Perl.

 

Just thought this knowledge might be useful to someone else too.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...