Hello,I've been using Google Chrome on Fedora for years now, and a recent update (trying to install stable 66.x) is blocked by the following dependency error:```
$ sudo dnf install google-chrome-stable
Last metadata expiration check: 0:00:00 ago on Thu 26 Apr 2018 11:13:11 AM PDT.
Error:
Problem: conflicting requests
- nothing provides libappindicator3.so.1()(64bit) needed by google-chrome-stable-66.0.3359.117-1.x86_64
```
This bugzilla seems to hint that this root cause might be an RPM packaging problem: https://bugzilla.redhat.com/show_bug.cgi?id=1544362...as the participants in the thread seem to be troubleshooting for CentOS (ie. solution suggests installing `EPEL` repo + `libappindicator-gtk3` package), but there don't seem to be any packages available in Fedora repos that satisfy this dependency symbol.
Alternatively, trying to install `chromium` suffers a similar, but different dependency problem:```
$ sudo dnf install -y chromium
Last metadata expiration check: 0:02:03 ago on Fri 27 Apr 2018 11:17:35 AM PDT.
Error:
Problem: conflicting requests
- nothing provides libminizip.so.1()(64bit) needed by chromium-65.0.3325.181-1.fc27.x86_64
$
$ dnf whatprovides libminizip*
Last metadata expiration check: 0:06:06 ago on Fri 27 Apr 2018 11:15:08 AM PDT.
Error: No Matches found
```
If anyone here is be familiar with Google Chrome's packaging for Fedora, any ideas as to what I could try next to get either browser installed?Thanks!