我检测到了一些破坏我的配置的包(比如light-locker、evince等.)
如何防止这些软件包通过apt-get install安装在我的系统(Debian)中,并提供了错误原因?
发布于 2018-07-29 11:20:28
使用Pin-Priority: -1
例如:
$ cat >/etc/apt/preferences.d/libsystemd0 <<EOF
Package: libsystemd0
Pin: origin ""
Pin-Priority: -1
EOF发布于 2018-07-29 12:09:32
我发现了一些破坏我的配置的包(比如储物柜,艾文斯等等)。
apt-listbugs是处理错误包的正确工具,允许您将包或依赖项固定在一起。例如:
# apt install apt-listbugs
$ apt-listbugs list light-locker
grave bugs of light-locker (-> ) <Outstanding>
b1 - #892290 - light-locker: at unlock, crash with: arguments to dbus_message_new_method_call() were incorrect
Summary:
light-locker(1 bug)https://unix.stackexchange.com/questions/459162
复制相似问题