Title |
Test
Find
Linux Package Name and Version
|
Expression |
(?<name>.+?)(?=-\d)-(?<version>.+) |
Description |
For most of linux's package names, this regex tries to match the name and version separately. It is useful to know what duplicate packages are installed on a linux system. |
Matches |
nginx-1.2.6-1.el6.ngx.x86_64 |
Non-Matches |
I found no non-matching package on my CentOS 6.3 x64 |
Author |
Rating:
Not yet rated.
Mohammad M. Saffari
|
Source |
|
Your Rating |
|