Opendistroforelasticsearch-kibana install issues

In the past I have been able to install kibana-oss with opendistroforelasticsearch-kibana, but for some reason when trying to install the newer versions I have ran into the following error:

root@ip-123-45-67-89:/home/ubuntu# apt install kibana-oss=7.7.0 opendistroforelasticsearch-kibana
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
  kibana-oss opendistroforelasticsearch-kibana
0 upgraded, 2 newly installed, 0 to remove and 14 not upgraded.
Need to get 0 B/388 MB of archives.
After this operation, 1410 MB of additional disk space will be used.
Selecting previously unselected package kibana-oss.
(Reading database ... 60908 files and directories currently installed.)
Preparing to unpack .../kibana-oss_7.7.0_amd64.deb ...
Unpacking kibana-oss (7.7.0) ...
Preparing to unpack .../opendistroforelasticsearch-kibana_1.8.0_amd64.deb ...
Unpacking opendistroforelasticsearch-kibana (1.8.0) ...
dpkg: error processing archive /var/cache/apt/archives/opendistroforelasticsearch-kibana_1.8.0_amd64.deb (--unpack):
 trying to overwrite '/usr/share/kibana/.i18nrc.json', which is also in package kibana-oss 7.7.0
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/opendistroforelasticsearch-kibana_1.8.0_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Not really sure what’s going on and was curious if any of you have seen this?

@logstash_errors the opendistro kibana already includes the OSS kibana and uses the same path. We didn’t have a test to have both of them installed. But I think it’s normal to see some errors come out. could you help to share why you need both of them in your env?