|
- root@Elivoa:~# apt-get remove --purge kdebluetooth
- Reading Package Lists... Done
- Building Dependency Tree... Done
- The following packages will be REMOVED:
- kdebluetooth
- 0 upgraded, 0 newly installed, 1 to remove and 381 not upgraded.
- 1 not fully installed or removed.
- Need to get 0B of archives.
- After unpacking 4854kB disk space will be freed.
- Do you want to continue? [Y/n] y
- (Reading database ... 337265 files and directories currently installed.)
- Removing kdebluetooth ...
- dpkg-divert: mismatch on divert-to
- when removing `diversion of /usr/bin/kdesktop_lock to /usr/bin/kdesktop_lock_nobt by kdebluetooth'
- found `diversion of /usr/bin/kdesktop_lock to /usr/bin/kdesktop_lock.orig by kdelock-knoppix'
- dpkg: error processing kdebluetooth (--remove):
- subprocess post-removal script returned error exit status 2
- Errors were encountered while processing:
- kdebluetooth
- E: Sub-process /usr/bin/dpkg returned an error code (1)
复制代码
每次apt-get install / remove /upgrade
包括dpkg 都不能用了
那个包被标记为删除每次都删除他可都删除不掉。
求救 |
|