In article n3ai5f$91f$1@ger.gmane.org, deloptes trinity-users@lists.pearsoncomputing.net wrote:
# apt-get upgrade Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these. The following packages have unmet dependencies: google-chrome-stable : Depends: libappindicator1 but it is not installed
I think there should be a way to remove the dependency from the package, I know how to do it before installation, but is there (I'm sure there is) a way to do it after the installation.
There is a package in Debian/Ubuntu called equivs, which can be used to generate dummy debs to satisfy dependencies. You'd give equivs-build a control file to create an empty libappindicator1 and install it.
Nick