richard@richard-laptop:~$ sudo env COMPUTER_JANITOR_DEBUG=yes computer-janitor find DEBUG: Running application, with: DEBUG: plugin_manager_class= /usr/lib/python2.6/dist-packages/computerjanitorapp/app.py:152: DeprecationWarning: Accessed deprecated property Package.candidateDownloadable, please see the Version class for alternatives. if not self.apt_cache[name].candidateDownloadable: DEBUG: Plugin modules in /usr/share/computerjanitor/plugins: kdelibs4to5_plugin.py unsupported_plugin.py dpkg_dotfile_plugin.py autoremoval_plugin.py langpack_manual_plugin.py fstab_plugin.py deb_plugin.py remove_lilo_plugin.py dpkg_status_plugin.py DEBUG: Loading module /usr/share/computerjanitor/plugins/kdelibs4to5_plugin.py DEBUG: Plugins in : DEBUG: Loading module /usr/share/computerjanitor/plugins/unsupported_plugin.py DEBUG: Plugins in : DEBUG: Loading module /usr/share/computerjanitor/plugins/dpkg_dotfile_plugin.py DEBUG: Plugins in : DEBUG: Loading module /usr/share/computerjanitor/plugins/autoremoval_plugin.py DEBUG: Plugins in : DEBUG: Loading module /usr/share/computerjanitor/plugins/langpack_manual_plugin.py DEBUG: Plugins in : DEBUG: Loading module /usr/share/computerjanitor/plugins/fstab_plugin.py DEBUG: Plugins in : DEBUG: Loading module /usr/share/computerjanitor/plugins/deb_plugin.py DEBUG: Plugins in : DEBUG: Loading module /usr/share/computerjanitor/plugins/remove_lilo_plugin.py DEBUG: Plugins in : DEBUG: Loading module /usr/share/computerjanitor/plugins/dpkg_status_plugin.py DEBUG: Plugins in : DEBUG: plugins for condition '[]' are '[, , , , ]' /usr/share/computerjanitor/plugins/unsupported_plugin.py:101: DeprecationWarning: Accessed deprecated property Package.installedDownloadable, please see the Version class for alternatives. if pkg.installedDownloadable or pkg.candidateDownloadable: /usr/share/computerjanitor/plugins/unsupported_plugin.py:101: DeprecationWarning: Accessed deprecated property Package.candidateDownloadable, please see the Version class for alternatives. if pkg.installedDownloadable or pkg.candidateDownloadable: /usr/share/computerjanitor/plugins/unsupported_plugin.py:79: DeprecationWarning: Accessed deprecated property Package.installedDependencies, please see the Version class for alternatives. for dep in pkg.installedDependencies: DEBUG: Traceback (most recent call last): File "/usr/lib/python2.6/dist-packages/computerjanitorapp/ui_cli.py", line 73, in run dict[cmd](options, args) File "/usr/lib/python2.6/dist-packages/computerjanitorapp/ui_cli.py", line 109, in show_cruft for cruft in self.find_cruft(): File "/usr/lib/python2.6/dist-packages/computerjanitorapp/ui_cli.py", line 84, in find_cruft for cruft in plugin.get_cruft(): File "/usr/share/computerjanitor/plugins/unsupported_plugin.py", line 118, in get_cruft if not self.has_installed_rdepends(self.app.apt_cache, pkg): File "/usr/share/computerjanitor/plugins/unsupported_plugin.py", line 88, in has_installed_rdepends if pkg.name in self.installed_deps(x): File "/usr/share/computerjanitor/plugins/unsupported_plugin.py", line 79, in installed_deps for dep in pkg.installedDependencies: File "/usr/lib/python2.6/dist-packages/apt/package.py", line 114, in __get__ return property.__get__(self, obj, type) File "/usr/lib/python2.6/dist-packages/apt/package.py", line 675, in installedDependencies return getattr(self.installed, 'dependencies', []) File "/usr/lib/python2.6/dist-packages/apt/package.py", line 384, in dependencies return self.get_dependencies("PreDepends", "Depends") File "/usr/lib/python2.6/dist-packages/apt/package.py", line 375, in get_dependencies (t == "PreDepends"), deptype=t)) TypeError: __init__() got an unexpected keyword argument 'deptype' CRITICAL: __init__() got an unexpected keyword argument 'deptype' richard@richard-laptop:~$