Errors when trying to install mumble-server

4 respuestas [Último envío]
GrevenGull
Desconectado/a
se unió: 12/18/2017

The following packages have unmet dependencies:
mumble-server : Depends: libiceutil35v5 but it is not installable
Depends: libzeroc-ice35v5 but it is not installable
E: Unable to correct problems, you have held broken packages.

I went to the Synaptic Package Manager to check for broken packages, but it says there are none.

Anybody have any ideas?

loldier
Desconectado/a
se unió: 02/17/2016

Try this. It involves typing a few cli commands dpkg and apt-get with switches.

https://appuals.com/fix-unable-correct-problems-held-broken-packages/

GrevenGull
Desconectado/a
se unió: 12/18/2017

I tried following method 1, which didn't help me. And I believe the three methods there are for fixing broken packages which are apparent, correct me if I'm wrong.

In my case the broken packages are not apparent in Synaptic Package Manager.

Thank though :)

lambdafunk
Desconectado/a
se unió: 05/15/2016

I didn't investigate the licensing situation thoroughly but it looks like this dependency is GPLv2. There may be a compelling reason this package was excluded from Trisquel that I'm not aware of. If you're willing to dig in a little bit to ensure the package isn't violating your freedom somehow, you could always grab it from Ubuntu's mirror here:

http://mirrors.kernel.org/ubuntu/pool/universe/z/zeroc-ice/libiceutil35v5_3.5.1-6.4ubuntu1_amd64.deb

Then just install it with:

sudo dpkg -i libiceutil35v5_3.5.1-6.4ubuntu1_amd64.deb

Then try to reinstall mumble server again:

sudo apt install mumble-server

Hope that helps.

chaosmonk

I am a member!

I am a translator!

Desconectado/a
se unió: 07/07/2017

> There may be a compelling reason this package
> was excluded from Trisquel that I'm not aware of.

That was my first thought as well, but I don't see this package anywhere
in ubuntu-purge.

https://devel.trisquel.info/trisquel/ubuntu-purge/blob/master/purge-xenial

> you could always grab it from Ubuntu's mirror here:
>
> http://mirrors.kernel.org/ubuntu/pool/universe/z/zeroc-ice/libiceutil35v5_3.5.1-6.4ubuntu1_amd64.deb

Yeah, this is probably the simplest workaround.