babluboy / nutty

A Network Utility
GNU General Public License v3.0
156 stars 25 forks source link

Ubunti package brocken dependency #43

Closed Uberbug closed 5 years ago

Uberbug commented 5 years ago

https://babluboy.github.io/nutty/ ubuntu package has a broken dependency

sudo apt-get install com.github.babluboy.nutty 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: com.github.babluboy.nutty : Depends: libgranite5 (>= 0.2.0) but it is not installable E: Unable to correct problems, you have held broken packages.

installing libgranite-common does not seem to help fix this

babluboy commented 5 years ago

@Uberbug Thanks for raising this. Can you try this fix: https://github.com/babluboy/nutty/issues/37#issuecomment-450470641

Uberbug commented 5 years ago

Indeed did the trick thnx