https://github.com/acrap/rpmdesc
rpmdesc is a tool that gives you a full package name, homepage and list of files in RPM packet
https://github.com/acrap/rpmdesc
golang golang-application rpm-packages tool
Last synced: 27 days ago
JSON representation
rpmdesc is a tool that gives you a full package name, homepage and list of files in RPM packet
- Host: GitHub
- URL: https://github.com/acrap/rpmdesc
- Owner: acrap
- License: mit
- Created: 2018-02-16T12:35:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-04T07:52:26.000Z (over 6 years ago)
- Last Synced: 2024-06-19T04:30:05.060Z (about 2 years ago)
- Topics: golang, golang-application, rpm-packages, tool
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# rpmdesc


Tool to get information about rpm packet by name (os and architecture are optional)
## Description
With this tool you can get information about files inside the rpm package by name.
This tool uses [rpmfind](https://rpmfind.net) to get information about packet.
It's just a web scrapper for rpmfind.net
## Dependencies
[goquery](https://www.github.com/PuerkitoBio/goquery)
[urvafe/cli](https://www.github.com/urfave/cli)
## What kind of information can i get?
__rpmdesc__ tool gives you full package name, homepage and list of files in packet (most important feature).
# Usage
### Usage:
rpmdesc [global options] command [command options] [arguments...]
### Version:
0.1
### Description:
rpmdesc is a tool that gives you full package name, homepage and list of files in RPM packet
### commands:
help, h Shows a list of commands or help for one command
### Global options:
_--nofilelist_ remove file list from the output
_--nopname_ remove picked packet name from the output
_--license_ add license info to output
_--homepage_ add homepage info to output
_--name value_ name of rpm packet
_--os value_ OS of rpm packet
_--arch value_ architecture of rpm packet
_--help, -h_ show help
--version, -v print the version