I recently had a fresh install of PCLOS 2009.2, then updated to KDE4. I think the repository servers were out of sync so I think I enabled more than one, resulting in problems.
<< lesson: do not enable more than one repository!Anyway I ended up with a broken package that could not be fixed or removed either from the command line or Synaptic. Had something to do with a scriptlet failed error:
[root@localhost ~]# apt-get remove bluez-utils
Reading Package Lists... Done
Building Dependency Tree... Done
The following packages will be REMOVED:
bluez-utils
0 upgraded, 0 newly installed, 1 removed and 0 not upgraded.
Need to get 0B of archives.
After unpacking 1736kB disk space will be freed.
Do you want to continue? [Y/n] Y
Committing changes...
Preparing ############################## [100%]
error reading information on service bluetooth: No such file or directory
error reading information on service dund: No such file or directory
error reading information on service hidd: No such file or directory
error reading information on service pand: No such file or directory
error: %preun(bluez-utils-4.34-7pclos2009.i586) scriptlet failed, exit status 1
Cleaning up / removing
bluez-utils-4.34-7pclos2009.i586 ############################## [100%]
error reading information on service bluetooth: No such file or directory
error reading information on service hidd: No such file or directory
error reading information on service dund: No such file or directory
error reading information on service pand: No such file or directory
error: %trigger(bluez-utils-4.34-7pclos2009.i586) scriptlet failed, exit status 1
Done.
W: Some errors occurred while running transaction
Searching through the forum provided no insight on how to fix. Waited a couple of days for the repositories to stabilize and sync, but this package continued to cause problems.
Searching Google brought me to this ->
http://www.linuxquestions.org/questions/linux-software-2/apt-get-upgrade-problems-216962/#post1106160/Here were my results:
[root@localhost ~]# rpm -e --nodeps --allmatches --noscripts bluez-utils
[root@localhost ~]# apt-get remove bluez-utils
Reading Package Lists... Done
Building Dependency Tree... Done
Package bluez-utils is not installed, so not removed
0 upgraded, 0 newly installed, 0 removed and 0 not upgraded.