From Fedora Project Wiki
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
|} | |} | ||
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. | |||
=== Installation === | === Installation === | ||
You can download rpm package (e.g. using wget): | You can download rpm package (e.g. using wget): | ||
{{command|wget http://github.com/examon/rpm-packages/raw/master/fedora-gooey-karma/fedora-gooey-karma.rpm}} | {{command|wget http://github.com/examon/rpm-packages/raw/master/fedora-gooey-karma/fedora-gooey-karma.rpm}} | ||
then install it: | |||
{{command|su -c 'rpm -i fedora-gooey-karma.rpm'}} | |||
=== Source Code === | |||
You can also get the latest source code from the git repo: | |||
{{command|git clone http://github.com/examon/fedora-gooey-karma.git}} |
Revision as of 17:48, 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: