pombredanne / goyum

RPM package management commmand line utility implemented in Go language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

goyum

RPM package management commmand line utility implemented in Go language

Description

RPM package management commmand line utility implemented in Go language This 'goyum' and other commands aim to get RPM package's and package repository information at such as Windows, debian,which does not have yum/rpm command. So this command is not for package management on RHEL or CentOS.

Installation

$ mkidr goyum
$ cd goyum
$ export GOROOT=<Your Go language tools path>
$ export GOPATH=${PWD}
$ go get github.com/necomeshi/goyum
$ go install github.com/necomeshi/goyum

Usages

goyum command has almost same sub-command with yum. NOTE: Currently not all sub-command implemented!

  • Search package
$ goyum search <package name>
  • Download package
$ goyum download <package name>
  • Show package deplist
$ goyum deplist <Package name>
  • Show file provider package
$ goyum provides <file name>
  • Show gruop list
$ goyum grouplist

FAQ

  1. Why xx option has not been implemented ? When will you implement it ? Sometime when I need it. Or sometime when others give me an early Xmas present.

Author

Necomeshi

About

RPM package management commmand line utility implemented in Go language

License:MIT License


Languages

Language:Go 100.0%