我试着用-
sudo apt-get upgrade xfce4由于不清楚的原因,这一过程没有完成。之后,每当我尝试发出sudo apt-get命令时,它都会导致-
dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.现在我的整个系统没有图标,没有一个图标。某些软件包必须尚未安装。一些研究得出了两种解决方案。
sudo dpkg --configure -a这导致了一个框(我不知道它是一个错误框还是一个指令框)。我试着拍了张截图,但是唉!也承受不了。我已经把文本粘贴在这里了。
Configuring Secure Boot
│ Your system has UEFI Secure Boot enabled.
│
│ UEFI Secure Boot requires additional configuration to work with
│ third-party drivers.
│
│ The system will assist you in configuring UEFI Secure Boot. To permit
│ the use of third-party drivers, a new Machine-Owner Key (MOK) has been
│ generated. This key now needs to be enrolled in your system's firmware.
│
│ To ensure that this change is being made by you as an authorized user,
│ and not by an attacker, you must choose a password now and then confirm
│ the change after reboot using the same password, in both the "Enroll
│ MOK" and "Change Secure Boot state" menus that will be presented to you
│ when this system reboots.
│
│ <Ok>请指导我应该做什么,是否我应该重新安装整个系统,或仍然有一些方法,我可以处理这件事。
发布于 2019-10-13 09:12:24
通过按ESC或f2键进入系统的BIOS (键取决于公司模型,华硕-f2)。(惠普-esc等)在启动时。找到‘安全启动’选项,并禁用它。然后再做一次
sudo dpkg --configure -a
https://askubuntu.com/questions/1180515
复制相似问题