我已经安装了 11.04 64 位版本,现在我无法安装 Draftsight(带有强制架构选项的 32 位),因为库 libexpat1 存在错误。有人知道如何解决吗?
andrea@andrea-HP-Pavilion-dv5-Notebook-PC:~$ sudo dpkg --force-architecture -i DraftSight.deb
[sudo] password for andrea:
dpkg: warning: the following problems are ignored via the --force option:
the architecture of the package (i386) does not match system (amd64)
dpkg: problems with pre-dependencies DraftSight.deb containing dassault-systemes-draftsight:i386:
dassault-systemes-draftsight:i386 depends on libexpat1 (>= 2.0.1-4)
dpkg: errore processing DraftSight.deb (--install):
dependency problem - dassault-systemes-draftsight:i386 not installed
There were errors in processing:
DraftSight.deb
andrea@andrea-HP-Pavilion-dv5-Notebook-PC:~$
Run Code Online (Sandbox Code Playgroud)
编者注:错误信息已经过翻译,与真实的不完全一致。
我想使用内置的软件更新程序应用程序运行我的 Ubuntu 设备可用的更新,但出于安全原因,我想在更新时锁定我的系统。(其他人可以物理访问我的计算机。)
我想知道这是否可能?我也对使用终端的任何解决方案感兴趣,但我需要确保我的用户在更新期间被锁定。
编辑我的问题不是重复的,因为这里真正的问题是知道锁定屏幕是否仍然允许我的用户启动的进程运行。我每天都锁定我的系统,没有任何问题。请确认锁定是否不影响更新程序应用程序的执行。