babluboy / nutty

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

Installation Dependency Error - libgranite6 #80

Closed GRClark closed 2 months ago

GRClark commented 3 years ago

Get the following error when trying to install on Linux Mint 20 (Cinnamon)

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: libgranite6 (>= 0.2.0) but it is not installable E: Unable to correct problems, you have held broken packages.

Unable to install/upgrade libgranite6

coreybruce commented 3 years ago

Granite has been deprecated since 5.5.0, when building on Manjaro/Arch for example it says the dev should use GLib.Environment

root-reborn commented 2 months ago

Fixed by migrating to GLib.Environment,you can see changes in PR #97 .Closing this issue as completed.