I have python2.7 default n ubuntu(64bit) , I have wrongly installed a python module (UNO module) which is for 32bit arch.
how I have installed
- wget (uno-module32-version).deb
- dpkg -i (uno-module32-version).deb
What is the safe way to uninstall this python module, so that I can install 64bit version.
Update1:
when I tried installing 64 version(while 32bit version is still installed):
dpkg -i python-uno_3.5.4-0ubuntu1.1_amd64.deb
It gave me error:
dpkg: error processing python-uno_3.5.4-0ubuntu1.1_amd64.deb (--install):
python-uno: 1:3.5.4-0ubuntu1.1 (Multi-Arch: no) is not co-installable with python-uno:i386 1:3.5.4-0ubuntu1.1 (Multi-Arch: no) which is currently installed
Errors were encountered while processing:
python-uno_3.5.4-0ubuntu1.1_amd64.deb

dpkg -r python-unoorapt-get remove python-uno. – mikewhatever Nov 27 '12 at 14:00