Pi 执行脚本时出现问题 APT::Update::Post-Invoke-Success

Pi 执行脚本时出现问题 APT::Update::Post-Invoke-Success

当我跑步时sudo apt-get update我得到

sh: 1: Syntax error: EOF in backquote substitution  
Reading package lists... Done  
E: Problem executing scripts APT::Update::Post-Invoke-Success '/usr/bin/test -e /usr/share/dbus-1/system-services/org.freedesktop.PackageKit.service && /usr/bin/test -S /var/run/dbus/system_bus_socket && /usr/bin/gdbus call --system --dest org.freedesktop.PackageKit --object-path /org/freedesktop/PackageKit --timeout 4 --method org.freedesktop.PackageKit.StateHasChanged cache-update > /dev/null; /bin/echo >`/der/null'

我认为问题在于 der/null 有一个反向标记,但我不知道在哪里修复它。

相关内容