I have the following error:
dpkg: error processing archive /var/cache/apt/archives/libmono-corlib4.5-cil_6.12.0.122-0xamarin1+ubuntu1804b1_all.deb (--unpack): trying to overwrite '/usr/lib/mono/4.5/mscorlib.dll', which is also in package libmono-corlib4.5-dll 6.8.0.105+dfsg-3.2 dpkg-deb: error: paste subprocess was killed by signal (Broken pipe) Errors were encountered while processing: /var/cache/apt/archives/libmono-corlib4.5-cil_6.12.0.122-0xamarin1+ubuntu1804b1_all.deb E: Sub-process /usr/bin/dpkg returned an error code (1)
I tried solved using the following commands:
sudo apt --fix-broken install
But return the same error
sudo dpkg --configure -a
But return
Errors were encountered while processing:
libmono-cil-dev
mono-roslyn
mono-utils
mono-devel
mono-complete
mono-mcs
mono-xsp4-base
mono-xsp4
sudo mv /var/lib/dpkg/info/mono* /tmp/
sudo dpkg --remove --force-remove-reinstreq mono*
but return
dpkg: warning: ignoring request to remove mono_crash.12991d684.0.json which isn't installed
Is there any way of resolve this mono dependency error, I can uninstall if is need.
Thanks