Hi All,
I am importing my solution to a new environment, but it got error of this dependency of this 2 solutions.
How do I be able to export those 2 solution?

Hi All,
I am importing my solution to a new environment, but it got error of this dependency of this 2 solutions.
How do I be able to export those 2 solution?
It looks like your solution has dependencies on components that come from the 2 solutions highlighted in your screenshots. You need to either install these in your target environment, or if they're not required, uninstall them from your source environment and re-export the solution from the source environment again to import into the target.
Alternatively, you can investigate the detail of the dependencies and their root cause. The chances are that you have added tables with the 'Add all assets' option checked in your solution, which causes these unwanted dependencies. You can carefully unpick these to include table sub-components more selectively in your solution, to only include custom and customised components.