You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Raw = False: [b'Removing xsuspender (1.3-1) ...\r\n']
Raw = False: [b'dpkg: error processing package xsuspender (--remove):\r\n installed xsuspender package post-removal script subprocess returned error exit status 1\r\ndpkg: too many errors, stopping\r\n']
Data_Split = [b'dpkg: error processing package xsuspender (--remove):', b' installed xsuspender package post-removal script subprocess returned error exit status 1', b'dpkg: too many errors, stopping', b'']
Raw = False: [b'Errors were encountered while processing:\r\n xsuspender\r\nProcessing was halted because there were too many errors.\r\n']
Data_Split = [b'Errors were encountered while processing:', b' xsuspender', b'Processing was halted because there were too many errors.', b'']
['Traceback (most recent call last):\n', ' File "/usr/lib/python3/dist-packages/nala/dpkg.py", line 459, in run_install\n os._exit(apt.do_install(self.write_stream.fileno())) # type: ignore[attr-defined]\n', 'apt_pkg.Error: E:Sub-process /usr/bin/dpkg returned an error code (1)\n']`
The text was updated successfully, but these errors were encountered:
For anyone in the same situation, I fixed my apt by manually deleting the files installed by xsuspender and then removing the xsuspender entry from /var/lib/dpkg/status.
i dont know what to do now, i run Kubuntu 22.04 KDE plasma-desktop
`Raw = False: [b'(Reading database ... 100%\r(Reading database ... 219772 files and directories currently installed.)\r\n']
line_fix = [b'(Reading database ... \r']
Raw = False: [b'Removing xsuspender (1.3-1) ...\r\n']
Raw = False: [b'dpkg: error processing package xsuspender (--remove):\r\n installed xsuspender package post-removal script subprocess returned error exit status 1\r\ndpkg: too many errors, stopping\r\n']
Data_Split = [b'dpkg: error processing package xsuspender (--remove):', b' installed xsuspender package post-removal script subprocess returned error exit status 1', b'dpkg: too many errors, stopping', b'']
Raw = False: [b'Errors were encountered while processing:\r\n xsuspender\r\nProcessing was halted because there were too many errors.\r\n']
Data_Split = [b'Errors were encountered while processing:', b' xsuspender', b'Processing was halted because there were too many errors.', b'']
['Traceback (most recent call last):\n', ' File "/usr/lib/python3/dist-packages/nala/dpkg.py", line 459, in run_install\n os._exit(apt.do_install(self.write_stream.fileno())) # type: ignore[attr-defined]\n', 'apt_pkg.Error: E:Sub-process /usr/bin/dpkg returned an error code (1)\n']`
The text was updated successfully, but these errors were encountered: