InstallScript
InstallScript copied to clipboard
Install gdebi-core instead gdebi.
No more changes, check this pull request, please.
Hmm, why would you want to do this @rockcesar?
Because gdebi depends on gnome-icon-theme, and if you are installing it with out GUI in a server, you don't need that package. gdebi-core doesn't depends of GUI.
With: aptitude show gdebi
The depends are: python3:any (>= 3.3~), gdebi-core (= 0.9.5.7+nmu3), gir1.2-gtk-3.0, gir1.2-vte-2.91, python3-gi, policykit-1, gnome-icon-theme
And with: aptitude show gdebi-core
The depends are: python3:any (>= 3.3~), python3-apt, python3-debian, file
But both do the same, gdebi for GUI and gdebi-core for CLI.