/rpmdesc

rpmdesc is a tool that gives you a full package name, homepage and list of files in RPM packet

Primary LanguageGoMIT LicenseMIT

rpmdesc

license release

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 to get information about packet. It's just a web scrapper for rpmfind.net

Dependencies

goquery

urvafe/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