hbriese/fancon

Dependency problems

anodynos opened this issue · 3 comments

On a Kubuntu x64 16.04.05:

╰─$ sudo dpkg -i fancon_0.12.0_amd64.deb                                                                                                                                                 
dpkg: warning: downgrading fancon from 0.12.8 to 0.12.0
(Reading database ... 393708 files and directories currently installed.)
Preparing to unpack fancon_0.12.0_amd64.deb ...
Unpacking fancon (0.12.0) over (0.12.8) ...
dpkg: dependency problems prevent configuration of fancon:
 fancon depends on libboost-atomic1.62.0; however:
  Package libboost-atomic1.62.0 is not installed.
 fancon depends on libboost-chrono1.62.0; however:
  Package libboost-chrono1.62.0 is not installed.
 fancon depends on libboost-date-time1.62.0; however:
  Package libboost-date-time1.62.0 is not installed.
 fancon depends on libboost-filesystem1.62.0; however:
  Package libboost-filesystem1.62.0 is not installed.
 fancon depends on libboost-log1.62.0; however:
  Package libboost-log1.62.0 is not installed.
 fancon depends on libboost-system1.62.0; however:
  Package libboost-system1.62.0 is not installed.
 fancon depends on libboost-thread1.62.0; however:
  Package libboost-thread1.62.0 is not installed.
 fancon depends on libstdc++6 (>= 6); however:
  Version of libstdc++6:amd64 on system is 5.4.0-6ubuntu1~16.04.10.
 fancon depends on libc++-helpers; however:
  Package libc++-helpers is not installed.

dpkg: error processing package fancon (--install):
 dependency problems - leaving unconfigured
Processing triggers for systemd (229-4ubuntu21.10) ...
Processing triggers for ureadahead (0.100.0-19) ...
Errors were encountered while processing:
 fancon

Hi - I had a similar problem using Elementary OS (another Debian disto)
Fixed it using apt --fix-broken install
Hope this helps :)

This step has been added to the installation instructions

Thanks man @hbriese!