Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Dependancy Hell > bluetooth

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
SImon2020
Posts: 2
Joined: 2020-01-27 16:06

Dependancy Hell > bluetooth

#1 Post by SImon2020 »

I was very desperate to get my bluetooth running and followed some instructions, which seemed to have brought me to the dependancy hell.

The instructions:
https://www.raspberrypi.org/forums/view ... 4#p1384009

Can someone please help me to resolve these dependancies?

This is what I get in dpkg for blue*:

Code: Select all

simon@debian-simon:~$ sudo dpkg -l blue*
[sudo] Passwort für simon:
dpkg-query: Kein Paket gefunden, das auf bluez-5.50 passt (English: no package found that matches bluez-5.50)
dpkg-query: Kein Paket gefunden, das auf bluez-5.50.tar.xz passt
dpkg-query: Kein Paket gefunden, das auf bluez-firmware.deb passt

Chrisdb
Posts: 279
Joined: 2018-04-10 07:16

Re: Dependancy Hell > bluetooth

#2 Post by Chrisdb »

see: https://wiki.debian.org/DontBreakDebian ... bad_advice

Try to reinstall the package first:

Code: Select all

sudo apt install bluetooth --reinstall

Post Reply