From Fedora Project Wiki

No edit summary
No edit summary
Line 5: Line 5:
|[https://github.com/examon/fedora-gooey-karma.git gitweb]
|[https://github.com/examon/fedora-gooey-karma.git gitweb]
|}
|}
fedora-gooey-karma provides similar functionality to the [[Fedora_Easy_Karma|fedora-easy-karma]] via GUI.
fedora-gooey-karma provides similar functionality to the [[Fedora_Easy_Karma|fedora-easy-karma]] via GUI.
It also provides some extra info like: yum info, bodhi info, test cases, bugs.
It also provides some extra info like: yum info, bodhi info, test cases, bugs.
Line 23: Line 22:


{{command|git clone http://github.com/examon/fedora-gooey-karma.git}}
{{command|git clone http://github.com/examon/fedora-gooey-karma.git}}
[[Category:QA]]

Revision as of 17:49, 20 March 2013

Quick Links
gitweb

fedora-gooey-karma provides similar functionality to the fedora-easy-karma via GUI. It also provides some extra info like: yum info, bodhi info, test cases, bugs.


Installation

You can download rpm package (e.g. using wget):

wget http://github.com/examon/rpm-packages/raw/master/fedora-gooey-karma/fedora-gooey-karma.rpm

then install it:

su -c 'rpm -i fedora-gooey-karma.rpm'

Source Code

You can also get the latest source code from the git repo:

git clone http://github.com/examon/fedora-gooey-karma.git