An open API service indexing awesome lists of open source software.

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.

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
```