https://github.com/devlights/rpminfo
It is a tool to extract the package name, version, etc. from the RPM file name.
https://github.com/devlights/rpminfo
Last synced: about 2 months ago
JSON representation
It is a tool to extract the package name, version, etc. from the RPM file name.
- Host: GitHub
- URL: https://github.com/devlights/rpminfo
- Owner: devlights
- License: mit
- Created: 2020-11-30T08:38:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-30T08:46:46.000Z (over 4 years ago)
- Last Synced: 2025-02-12T08:58:24.767Z (4 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rpminfo
It is a tool to extract the package name, version, etc. from the RPM file name.## build
```sh
$ go build ./cmd/rpminfo
```## run
```sh
$ rpminfo openssl-1.1.1c-2.el8.x86_64
``````sh
$ rpminfo -newline openssl-1.1.1c-2.el8.x86_64
``````sh
$ rpminfo -field name openssl-1.1.1c-2.el8.x86_64
```