trying to install Mumble on centos
Posted
by
ErocM
on Server Fault
See other posts from Server Fault
or by ErocM
Published on 2012-10-12T18:56:05Z
Indexed on
2012/10/12
21:38 UTC
Read the original article
Hit count: 350
I am trying to install mumble on my CentOS vps following these directions:
http://www.hosting.com/support/linux/install-the-mumble-voip-server-to-redhat-or-centos
When I get to this line:
rpm2cpio mumble-server-1.2.2-3mdv2011.0.x86_64.rpm > file.lzma
lzma -d file.lzma
I am getting this error:
root@vps-1112788-12524 [/home/~~~~/mumble]# rpm2cpio mumble-1.2.4-0.20120422.1-mdv2012.0.x86_64.rpm > file.lzma
root@vps-1112788-12524 [/home/~~~~/mumble]# lzma -d file.lzma
lzma: file.lzma: File format not recognized
I did update the name of the file since the link they gave me was not available. I got the new rpm from the same place:
http://www.rpmfind.net/linux/rpm2html/search.php?query=mumble+server&submit=Search+...
I'm new to Linux so I have no idea what I'm doing wrong.
Can anyone help me out?
© Server Fault or respective owner