ankursinha/rubygem-taskjuggler

https://taskjuggler.org

It was orphaned in Fedora, so I set this COPR up. Please feel free to use it.


This is a companion discussion topic for the original entry at https://copr.fedorainfracloud.org/coprs/ankursinha/rubygem-taskjuggler/

@ankursinha HI

I really appreciate your effort but as a ruby gem component you can easily install via this command :

gem install taskjuggler

and Updated via:

gem update taskjuggler

NOTE

you can use Sudo to install via system-wide.

REFERENCES

MORE DEEPER

The TaskJuggler Software
6.1 tj3
6.2 tj3man
6.3 tj3d
6.4 tj3client
6.5 tj3webd

Regards.,

Thanks @hhlp,

Yes, I am aware of that, but I just prefer to have everything from an RPM rather than have things in my home directory. It becomes hard to update etc—one has to remember what was installed using non-rpm tools and update them manually so it’s more work for me. Building an rpm is just easier XD

No,I never install packages using gem or pip systemwide—that’s likely to create conflicts with files provided by system packages, no?