20 Dec
2024
20 Dec
'24
03:19
On 12-18-2024 07:12PM, Carlos E. R. wrote:
On 2024-12-19 00:03, -pj via openSUSE Users wrote:
Hi, situation: Block Packagekit from running: Do you want PackageKit to never run?
# systemctl stop --now packagekit \ && zypper refresh \ && zypper remove --clean-deps PackageKit \ && zypper addlock --comment 'Packagekit was hung, blocking zypper. BYE!' PackageKit
The command above fails with the following displayed < Invalid unit name " " escaped as "\x20" (maybe you should use systemd-escape?).
You probably wrote a space after one of the "\" above.