Description
Packages of mumble and murmur for Fedora 21 and RHEL/CentOS 7
Installation Instructions
To have less dependencies, the build excludes ice
, oss
and on EL7 speechd (speech synthesis).
Installation
On Fedora >= 21:
dnf install dnf-plugins-core
dnf copr enable lkiesow/mumble
# Install mumble (client)
dnf install mumble
# Install murmur (server)
dnf install murmur
On RHEL 7:
Since there is no Copr plug-in for EL 7 yet, we need to activate the repository manually:
# Install repository
curl https://copr.fedoraproject.org/coprs/lkiesow/mumble/repo/epel-7/lkiesow-mumble-epel-7.repo \
-o /etc/yum.repos.d/lkiesow-mumble-epel-7.repo
# Install mumble (client)
yum install mumble
# Install murmur (server)
yum install murmur
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 7 | x86_64 (41)* | EPEL 7 (299 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable lkiesow/mumble
More info about enabling Copr repositories