There are some tools out there to convert deb to rpm, maybe useful.
sudo apt-get install alien
sudo alien -r tomee.deb tomee.rpm generated
Andy.
On 13/08/2014 11:50, helio frota wrote:
Hi Daniel,
I think Thiago Veronezi spent a good amount of his valuable time to get a
DEB
Yes, i saw this great initiative, also i installed this DEB package here
some months ago : ] ( like a beta user )
If you like give him a ping on the DEV list to coordinate your packaging
efforts. Maybe
some of the insights Thiago gained while working on the DEB package could
be handy while working on a similar RPM package.
cool, i will talk with him about this.
thanks
On Wed, Aug 13, 2014 at 3:46 AM, dsh <[email protected]> wrote:
Hi Helio,
I think Thiago Veronezi spent a good amount of his valuable time to get a
DEB out of the doors that actually is Debian policy compliant. If you like
give him a ping on the DEV list to coordinate your packaging efforts. Maybe
some of the insights Thiago gained while working on the DEB package could
be handy while working on a similar RPM package.
Cheers
Daniel
On Wed, Aug 13, 2014 at 4:24 AM, helio frota <[email protected]> wrote:
Hi all,
i just learned how to create a rpm with scala native package.
i don't know if tomEE has a rpm package yet.
if not, would be awesome if tomee provide a rpm package.
to install like this:
sudo yum install tomEE-version.foo.bar
feel free to try, i did this for a project:
https://github.com/EsmerilProgramming/scalaesh