Difference between revisions of "Installing Mumble"

From Mumble Wiki
Jump to: navigation, search
m (Linux)
m (Windows: removed windows 2000 (obviously outdated))
(90 intermediate revisions by 27 users not shown)
Line 1: Line 1:
'''Please edit this page if you find a feature or step you think should be included; it's a wiki for a reason! Note you must register and wait about 3 days in order to be able to edit.'''
+
__TOC__
  
=Getting and Installing Mumble=
+
=Download and Install Mumble and Mumble-Server (aka Murmur)=
  
This page shows you directions on how to install Mumble (client) as well as Murmur (server).
+
==Windows==
 +
'''Mumble:'''<br> 
 +
Download the latest stable version of Mumble from the [https://www.mumble.info/downloads/ Official Website].<br> 
 +
The installer will guide you through the installation and configuration of Mumble.  
  
==Windows==
+
Alternatively you can download and run the latest MSI installer (mumble-1.x.x.msi; "winx64" for the 64-bit version) from the [https://github.com/mumble-voip/mumble/releases GitHub releases page].<br>   
 +
''Note:'' Releases that include the term "RC" are '''R'''elease''' C'''andidates and therefore Test Versions.
  
Just head to [http://sourceforge.net/project/showfiles.php?group_id=147372 SourceForge downloads page], get the Windows executable and run it. Follow the installer instructions and you are done. The installer includes both the client and the server.
+
'''Mumble-Server (aka Murmur):'''<br> 
 +
The Mumble-Installer includes an option to install the Mumble-Server.
  
 
==Mac OS X==
 
==Mac OS X==
 +
'''Mumble:'''<br>
 +
Download the latest stable version of Mumble from the [https://www.mumble.info/downloads/ Official Website].<br>
 +
 +
Alternatively you can download the latest version from the: [https://github.com/mumble-voip/mumble/releases GitHub releases page]. <br>   
 +
''Note:'' Releases that include the term "RC" are '''R'''elease''' C'''andidates and therefore Test Versions.
  
Precompiled Mac OS X universal binaries are available from the [http://sourceforge.net/project/showfiles.php?group_id=147372 SourceForge downloads page].
+
In order to be able to use the '''[[Overlay]]''' it has to be installed separately. <br>
 +
To install it: launch Mumble, go into ''Mumble's settings'' -> Overlay section and you should see an ''option to install it''.<br>
 +
The reason for the separate installation is that Mumble itself does not need administrative rights to install, but the overlay does.
 +
 
 +
'''Mumble-Server (aka Murmur):'''<br>
 +
You can download a static version of the Mumble-Server from the [https://www.mumble.info/downloads/ Official Website].<br>
  
 
==Linux==
 
==Linux==
 +
On the most popular Linux distributions, Mumble should be available in the official repositories or third-party repositories. <br>
 +
For Details, take a look at the distribution-sections below. <br>
 +
If no package is available, take a look at the [[Installing Mumble#Snap_Package_.28for_various_Distributions.29|Snap]]- and [[Installing_Mumble#Flatpak_Package_.28for_various_Distributions.29|Flatpak]]-packages below (which will run on various distributions) or you can try to compile Mumble, see Section: [[Installing_Mumble#Building_Mumble|Building-Mumble]].
  
For most Linux distributions,
+
==== Debian ====
  
The client package name is ''mumble''.
+
To install Mumble from the Debian Repository, run:
  
The server package name is ''murmur''.
+
apt-get install mumble
  
However, for Debian distributions,
+
For the Mumble-Server, run:
 +
apt-get install mumble-server
  
The server package name is ''mumble-server''.
+
{{Notice
 +
|message=The ''mumble-server''-Package on Debian and Debian-based distributions (i.a. Ubuntu) will start automatically on system-start.<br>
 +
You can disable the autostart with systemd.
 +
You find details in the file "README.Debian".
 +
}}
  
'''If''' you do not find an appropriate Murmur (server) package for your distribution, the [http://mumble.info/snapshot/ static build] will usually work. Static builds start with "murmur-static_x86."
+
==== Ubuntu ====
  
There are now experimental static Mumble builds available from [http://www.0xy.org/mumble/ here] (64 and 32 bit compatible). '''Do NOT use these unless you are sure that the Mumble is not available in your own package manager or third-party repositories.''' If these fail to work, you can always try [[BuildingLinux|compiling it]].
+
The Ubuntu Repositories include a Mumble version from the time when the Ubuntu Version was released, thus it might be outdated. <br>
 +
We also maintain a [https://launchpad.net/~mumble/+archive/release PPA] ([https://launchpad.net/~mumble/+archive/release stable]) with
 +
the recent versions of Mumble.<br>
 +
If you want to try the latest development version, you can use the: ([https://launchpad.net/~mumble/+archive/snapshot dev snapshots])
  
==== Debian ====
+
To add the PPA use:
 +
 
 +
sudo add-apt-repository ppa:mumble/release
 +
sudo apt-get update
 +
 
 +
To install the client you can use:
 +
 
 +
sudo apt-get install mumble
 +
 
 +
to install and configure the server use:
 +
 
 +
sudo apt-get install mumble-server
 +
sudo dpkg-reconfigure mumble-server
 +
 
 +
{{Notice
 +
|message=The ''mumble-server''-Package in Ubuntu will start automatically on system-start.<br>
 +
You can disable the autostart with systemd.
 +
You find details in the file "README.Debian".
 +
}}
 +
 
 +
=== RHEL (and its derivatives, such as CentOS) ===
 +
 
 +
Please see the [[Install CentOS5]] page for both packaged and manual murmur installation instructions. Mumble is not easily built on this platform at this time, and there are no official packages (yet?).
 +
 
 +
For CentOS 6 see the [[Install CentOS6]] page.
  
Debian unstable has the latest release at all times in it's repository, and snapshots in experimental. Backports to current stable are done as soon as the package reaches testing (usually a week after release).
+
For CentOS 7 see the [[Install CentOS7]] page.
  
To configure the server, just 'dpkg -reconfigure mumble-server'.
+
=== Fedora ===
  
==== Ubuntu ====
+
Install from Fedora Repositories:
  
'''Note that you should use the PulseAudio sound system for Mumble if you are running Ubuntu.'''
+
To install mumble, run:
 +
  dnf install mumble
  
Ubuntu carries whatever Mumble version was current at the time of the release in the universe repository. '''Backports of current releases can be found [https://launchpad.net/~slicer/+archive/ppa in the PPA].''' If you do not have the current version of Mumble available in your repositories, [https://launchpad.net/~slicer/+archive/ppa add the PPA].
+
For the Mumble-Server, run:
 +
  dnf install murmur
  
If you are going to use the PPA, click the above link, select "Technical Details" and copy the two repositories to ''/etc/apt/sources.list'', then add the signing key. Note that you must have the Universe repository enabled so that Mumble can install the needed dependencies.
+
There are additional packages available for the [[Overlay]] and Plugins:
 +
* mumble-overlay
 +
* mumble-plugins
  
 
=== SUSE ===
 
=== SUSE ===
  
Uptodate packages can be found in the [http://download.opensuse.org/repositories/home:/lnussel:/mumble:/unstable/ Build Service].
+
Mumble packages are available from [http://software.opensuse.org/package/mumble software.opensuse.org].
 +
 
 +
You can follow these steps while running openSUSE:
 +
# Open a web browser and go to [http://software.opensuse.org/package/mumble software.opensuse.org/package/mumble]
 +
# Assuming you're running 32bit, click on '''1-Click Install''' located at the first result
 +
# When asked to download a file, tell your browser you want to open the file
 +
# Once YaST is opened, click ''Next'' (leave defaults), then ''Next'' again, and again
 +
# Enter your root password if asked; Mumble will now download
 +
# Click '''Finish'''
 +
# To run Mumble:
 +
## Open the Kickoff application launcher and type '''mumble''', then --> '''Run mumble'''
 +
## Or: open a terminal and type '''mumble''' and press enter
 +
 
 +
 
 +
''Note: If you are asked to accept a certificate just press '''OK'''''
 +
 
 +
''Note: Latest mumble version can usually be found at [http://software.opensuse.org/package/mumble opensuse.org] under "Show other versions" either at "openSUSE Factory" or under "Show unstable packages" of your openSUSE version.''
 +
 
 +
Some packages can also be found in the [http://download.opensuse.org/repositories/home:/lnussel:/mumble:/unstable/ Build Service].
  
 
=== Arch Linux ===
 
=== Arch Linux ===
 +
To install Mumble from the Arch Repositories, run:
 +
pacman -S mumble
 +
 +
For the Mumble Server (aka Murmur):
 +
pacman -S murmur
 +
 +
There are also unstable packages available in the [https://wiki.archlinux.org/index.php/Arch_User_Repository AUR]:
 +
* Mumble Unstable (updated directly from Git): https://aur.archlinux.org/packages/mumble-git/
 +
* Mumble-Server Unstable (updated directly from Git): https://aur.archlinux.org/packages/murmur-git/
 +
 +
=== Mandriva/ROSA/Unity ===
 +
 +
Mumble is available since 2010.0.
 +
 +
urpmi mumble
 +
 +
It's best to install the package from Cooker - it has many fixes.
 +
 +
=== Snap Package (for various Distributions) ===
 +
 +
An Snap Package is available: https://snapcraft.io/mumble<br>
 +
 +
It is maintained by a third-party: the Snapcrafters.
 +
 +
=== Flatpak Package (for various Distributions) ===
 +
 +
A Flatpak Package is available: https://www.flathub.org/apps/details/info.mumble.Mumble
 +
 +
=== Building Mumble ===
 +
 +
If all of the above options fail to work, you can always try to [[BuildingLinux|compile Mumble from source]], however installing a package is considered "best practice".
 +
 +
== BSD ==
 +
=== FreeBSD ===
 +
To install Mumble:
 +
 +
pkg install mumble
 +
 +
To install Murmur:
 +
 +
pkg install murmur
 +
 +
To enable Murmur:
 +
 +
sysrc murmur_enable="YES"
 +
 +
=== OpenBSD ===
 +
To install Mumble:
 +
 +
pkg_add mumble
 +
 +
To install the Mumble-Server (Murmur):
 +
 +
pkg_add murmur
 +
 +
To enable Mumble-Server:
 +
 +
rcctl enable murmurd
 +
 +
{{Notice|message=The murmur package became available with the release of OpenBSD 6.7 and doesn't exist in OpenBSD 6.6 and previous releases.}}
 +
 +
== Smartphones ==
 +
 +
=== Android ===
 +
[[Mumla]] is an unofficial client (by Quite), it's the successor of deprecated Plumble.
  
There are two Mumble packages in AUR:
+
It has many features in addition to the Mumble's ones, such as: bluetooth headset support, proximity sensor utilizing "Voice Call" mode and hardware push-to-talk key support.
* Stable release: http://aur.archlinux.org/packages.php?ID=10221
 
* Unstable (updated directly from Git): http://aur.archlinux.org/packages.php?ID=26865
 
  
Murmur (the server) can also be found here: http://aur.archlinux.org/packages.php?ID=19928
+
You can download Mumla on [https://f-droid.org/packages/se.lublin.mumla/ F-Droid] and on the [https://play.google.com/store/apps/details?id=se.lublin.mumla Google Playstore].
  
=Using Mumble=
+
=== iPhone ===
 +
{{Notice|message=The iOS client is outdated!}}
  
Client: [[Mumbleguide|Mumbleguide]]
+
The Mumble iOS client is available [https://itunes.apple.com/us/app/mumble/id443472808?mt=8 on the App Store].
  
Server: [[Murmurguide|Murmurguide]]
+
You can find more information about the iOS client from the [https://github.com/mumble-voip/mumble-iphoneos mumble-iphoneos GitHub repo]. Any help with the project is always appreciated.
  
[[Category:Documentation]]
 
 
[[Category:Documentation English]]
 
[[Category:Documentation English]]

Revision as of 13:12, 4 July 2020

Download and Install Mumble and Mumble-Server (aka Murmur)

Windows

Mumble:
Download the latest stable version of Mumble from the Official Website.
The installer will guide you through the installation and configuration of Mumble.

Alternatively you can download and run the latest MSI installer (mumble-1.x.x.msi; "winx64" for the 64-bit version) from the GitHub releases page.
Note: Releases that include the term "RC" are Release Candidates and therefore Test Versions.

Mumble-Server (aka Murmur):
The Mumble-Installer includes an option to install the Mumble-Server.

Mac OS X

Mumble:
Download the latest stable version of Mumble from the Official Website.

Alternatively you can download the latest version from the: GitHub releases page.
Note: Releases that include the term "RC" are Release Candidates and therefore Test Versions.

In order to be able to use the Overlay it has to be installed separately.
To install it: launch Mumble, go into Mumble's settings -> Overlay section and you should see an option to install it.
The reason for the separate installation is that Mumble itself does not need administrative rights to install, but the overlay does.

Mumble-Server (aka Murmur):
You can download a static version of the Mumble-Server from the Official Website.

Linux

On the most popular Linux distributions, Mumble should be available in the official repositories or third-party repositories.
For Details, take a look at the distribution-sections below.
If no package is available, take a look at the Snap- and Flatpak-packages below (which will run on various distributions) or you can try to compile Mumble, see Section: Building-Mumble.

Debian

To install Mumble from the Debian Repository, run:

apt-get install mumble

For the Mumble-Server, run:

apt-get install mumble-server
Icons oxygen 48x48 actions view-pim-notes.png
Note:
The mumble-server-Package on Debian and Debian-based distributions (i.a. Ubuntu) will start automatically on system-start.

You can disable the autostart with systemd.

You find details in the file "README.Debian".

Ubuntu

The Ubuntu Repositories include a Mumble version from the time when the Ubuntu Version was released, thus it might be outdated.
We also maintain a PPA (stable) with the recent versions of Mumble.
If you want to try the latest development version, you can use the: (dev snapshots)

To add the PPA use:

sudo add-apt-repository ppa:mumble/release
sudo apt-get update

To install the client you can use:

sudo apt-get install mumble

to install and configure the server use:

sudo apt-get install mumble-server
sudo dpkg-reconfigure mumble-server
Icons oxygen 48x48 actions view-pim-notes.png
Note:
The mumble-server-Package in Ubuntu will start automatically on system-start.

You can disable the autostart with systemd.

You find details in the file "README.Debian".

RHEL (and its derivatives, such as CentOS)

Please see the Install CentOS5 page for both packaged and manual murmur installation instructions. Mumble is not easily built on this platform at this time, and there are no official packages (yet?).

For CentOS 6 see the Install CentOS6 page.

For CentOS 7 see the Install CentOS7 page.

Fedora

Install from Fedora Repositories:

To install mumble, run:

 dnf install mumble

For the Mumble-Server, run:

 dnf install murmur

There are additional packages available for the Overlay and Plugins:

  • mumble-overlay
  • mumble-plugins

SUSE

Mumble packages are available from software.opensuse.org.

You can follow these steps while running openSUSE:

  1. Open a web browser and go to software.opensuse.org/package/mumble
  2. Assuming you're running 32bit, click on 1-Click Install located at the first result
  3. When asked to download a file, tell your browser you want to open the file
  4. Once YaST is opened, click Next (leave defaults), then Next again, and again
  5. Enter your root password if asked; Mumble will now download
  6. Click Finish
  7. To run Mumble:
    1. Open the Kickoff application launcher and type mumble, then --> Run mumble
    2. Or: open a terminal and type mumble and press enter


Note: If you are asked to accept a certificate just press OK

Note: Latest mumble version can usually be found at opensuse.org under "Show other versions" either at "openSUSE Factory" or under "Show unstable packages" of your openSUSE version.

Some packages can also be found in the Build Service.

Arch Linux

To install Mumble from the Arch Repositories, run:

pacman -S mumble

For the Mumble Server (aka Murmur):

pacman -S murmur

There are also unstable packages available in the AUR:

Mandriva/ROSA/Unity

Mumble is available since 2010.0.

urpmi mumble

It's best to install the package from Cooker - it has many fixes.

Snap Package (for various Distributions)

An Snap Package is available: https://snapcraft.io/mumble

It is maintained by a third-party: the Snapcrafters.

Flatpak Package (for various Distributions)

A Flatpak Package is available: https://www.flathub.org/apps/details/info.mumble.Mumble

Building Mumble

If all of the above options fail to work, you can always try to compile Mumble from source, however installing a package is considered "best practice".

BSD

FreeBSD

To install Mumble:

pkg install mumble

To install Murmur:

pkg install murmur

To enable Murmur:

sysrc murmur_enable="YES"

OpenBSD

To install Mumble:

pkg_add mumble

To install the Mumble-Server (Murmur):

pkg_add murmur

To enable Mumble-Server:

rcctl enable murmurd
Icons oxygen 48x48 actions view-pim-notes.png
Note:
The murmur package became available with the release of OpenBSD 6.7 and doesn't exist in OpenBSD 6.6 and previous releases.

Smartphones

Android

Mumla is an unofficial client (by Quite), it's the successor of deprecated Plumble.

It has many features in addition to the Mumble's ones, such as: bluetooth headset support, proximity sensor utilizing "Voice Call" mode and hardware push-to-talk key support.

You can download Mumla on F-Droid and on the Google Playstore.

iPhone

Icons oxygen 48x48 actions view-pim-notes.png
Note:
The iOS client is outdated!

The Mumble iOS client is available on the App Store.

You can find more information about the iOS client from the mumble-iphoneos GitHub repo. Any help with the project is always appreciated.