Wednesday, March 14, 2012

Removing crossplatformui ... ztemtvcdromd: no process found

Hi,
I got this error when i was trying to remove crossplatformui.
Actually whenever the Ubuntu goes for upgrade it was showing error of partail upgrade.
I searched lot and finally get the idea of how to remove this, and want to share .



Go to the folder where crossplatformui packaged installed
$ cd /var/lib/dpkg/info

Now list the crossplatformui packages
$ ls | grep crossplatform

You will get the result like below :
crossplatformui.conffiles
crossplatformui.list
crossplatformui.md5sums
crossplatformui.postinst
crossplatformui.postrm

Next step to remove all these packages :
$ sudo rm crossplatformui.*

Only to check that crossplatformui has been removed or not

$ sudo dpkg --remove --force-remove-reinstreq crossplatformui
(Reading database ...
dpkg: warning: files list file for package `crossplatformui' missing, assuming package has no files currently installed.
(Reading database ... 209116 files and directories currently installed.)
Removing crossplatformui ...



:)

6 comments: