小编Pri*_*Raj的帖子

在安装 Ubuntu 18.04 期间“'grub-efi-amd64-signed' 包未能安装到 /target/”

当我尝试在桌面上安装 Ubuntu 18.04 时,它显示以下错误:

无处不在的错误弹出窗口

'grub-efi-amd64-signed'方案未能安装到/target/。如果没有 GRUB 引导加载程序,已安装的系统将无法引导。

如何修复此错误?

boot grub2 uefi system-installation 18.04

9
推荐指数
2
解决办法
2万
查看次数

无法在 ubuntu 18.04 LTS 上安装 sagemath

最近,我安装了 Ubuntu 64amd,使用 Windows 7 32 位进行 duak 引导。一切正常,但我无法在其中安装 sagemath。即使代码正确,它也会说“无法找到包 sagemath-upstream-binary”。我可以知道为什么吗?

以下是我使用的完整代码:

sudo apt-add-repository -y ppa:aims/sagemath
sudo apt-get update
sudo apt-get install sagemath-upstream-binary  
Run Code Online (Sandbox Code Playgroud)

下面是终端代码:

kutubuddin@kutubuddin-h81m-s:~$ sudo apt-add-repository -y ppa:aims/sagemath
[sudo] password for kutubuddin: 
Ign:1 http://ppa.launchpad.net/aims/sagemath/ubuntu bionic InRelease           
Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [69.9 kB]    
Err:3 http://ppa.launchpad.net/aims/sagemath/ubuntu bionic Release             
  404  Not Found [IP: 91.189.xx.xx xx]
Hit:4 http://in.archive.ubuntu.com/ubuntu bionic InRelease                     
Hit:5 http://in.archive.ubuntu.com/ubuntu bionic-updates InRelease             
Hit:6 http://in.archive.ubuntu.com/ubuntu bionic-backports InRelease           
Reading package lists... Done                                  
E: The repository 'http://ppa.launchpad.net/aims/sagemath/ubuntu bionic Release' does not have a Release …
Run Code Online (Sandbox Code Playgroud)

gnome-terminal sagemath software-installation 18.04

6
推荐指数
1
解决办法
2434
查看次数