'Where can I find binary packages for Apache Mesos?
I have been trying to install mesos on my VM. To be specific on Ubuntu Focal Fossa. However, I googled this and didn't saw any repository/binary packages for mesos. Can someone help me with this?
I visited the official site of mesos but I only got binary packages related to RPM based linux distros. Here is the link to official site: https://mesos.apache.org/documentation/latest/
And I don't want to build the source release as it consumes time and at last generate errors which is incomprehensible to me.
Solution 1:[1]
In a recent commit to the Mesos project, they've added unofficial builds to https://rpm.aventer.biz, where there is an Ubuntu directory
https://github.com/apache/mesos/commit/995c274bf5a3fb649622d85a771f3a22b4021650
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | OneCricketeer |