question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot install libavahi-compat-libdnssd-dev

See original GitHub issue

Current Behavior

when I input sudo apt-get install libavahi-compat-libdnssd-dev

It shows error:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libavahi-compat-libdnssd-dev : Depends: libavahi-client-dev but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Steps to Reproduce (for bugs)

Versions

  • Homebridge: homebridge --version
  • Node: node --v8.11.3
  • OS: Linux raspberrypi 4.14.50-v7+ #1122 SMP Tue Jun 19 12:26:26 BST 2018 armv7l GNU/Linux

and g++ -v show that: gcc version 6.3.0 20170516 (Raspbian 6.3.0-18+rpi1+deb9u1)

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
mloeschnercommented, Jul 20, 2018

Try to install libavahi-client-dev to met the dependencies. If that doesn’t work, you should figure out why the dependency libavahi-client-dev cannot be installed. A good way is to use aptitude instead of apt-get because it offers ways to resolve the situation.

0reactions
stale[bot]commented, Feb 4, 2019

This issue has been automatically marked as stale because it has not had recent activity, and will be closed if no further activity occurs. If this issue was overlooked, forgotten, or should remain open for any other reason, please reply here to call attention to it and remove the stale status. Thank you for your contributions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot install libavahi-compat-libdnssd-dev #1921 - GitHub
Current Behavior when I input sudo apt-get install libavahi-compat-libdnssd-dev It shows error: Reading package lists.
Read more >
How to install libavahi-compat-libdnssd-dev on Ubuntu 20.04 ...
In this article we are going to learn the commands and steps to install libavahi-compat-libdnssd-dev package on Ubuntu 20.04 (Focal Fossa).
Read more >
How to install libavahi-compat-libdnssd-dev on Ubuntu
Installing libavahi -compat-libdnssd-dev package on Ubuntu is as easy as running the following command on terminal: sudo apt-get update sudo apt-get install ......
Read more >
libavahi-compat-libdnssd-dev_0.7-4ubuntu7.1_arm64.deb
Download libavahi-compat-libdnssd-dev_0.7-4ubuntu7.1_arm64.deb for Ubuntu 20.04 LTS from Ubuntu Updates Main repository.
Read more >
Problem installing Homebridge (dependencies not installed)
Hi, I'm traying to install Homebridge. I get an error when doing: sudo apt-get install libavahi-compat-libdnssd-dev .
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found