我刚刚得到了linux薄荷的一些更新,当我试图安装它们时,会出现这样的消息:
Failed to fetch cdrom://Linux Mint 16 _petra_ - Release amd64 20131126/dists/saucy/contrib/binary-amd64/Packages Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
Failed to fetch cdrom://Linux Mint 16
众所周知,Bash/终端中的cd /将您带到根目录,而不管您以前在哪里:
brian@brian-linux:~/redis-3.0.3$ cd /
brian@brian-linux:/$ pwd
/
brian@brian-linux:/$ ls
bin dev initrd.img.old libx32 opt sbin usr
boot etc lib lost+found proc srv var
cdrom home lib32 media r
今天我注意到Debian 10已经发布了,但是由于没有找到软件包,我无法安装结束符和vim。sources.list被设置为cdrom,但我将其更改为network并对cdrom进行了注释。
以下是我的sources.list内容:
#
# deb cdrom:[Debian GNU/Linux 10.0.0 _Buster_ - Official amd64 DVD Binary-1 2$
# deb cdrom:[Debian GNU/Linux 10.0.0 _Buster_ - Official amd64 DVD Binary-1 2$
deb http://security
我在谷歌上搜索已经有一段时间了。我没有发现任何有用的东西。
我试图安装Ubuntu服务器与映像ubuntu-16.04.1-服务器-amd64.iso通过USB硬盘驱动器。通过运行命令/cdrom将驱动器挂载到mount /dev/sda1 /cdrom。当安装程序无法自动挂载驱动器时,我得到了错误:
Failed to retrieve the preconfiguration file
The file needed for preconfiguration could not be retrieved from file:///cdrom/preseed/ubuntu-server.se
我已经在我的电脑上安装了Ubuntu13.10,作为Windows 8的双引导。但是grub菜单没有安装,为了修复这个问题,我应该运行sudo apt-get update命令,这会导致错误。我是linux世界的新手,所以请在这里帮助我。
错误:
W: Failed to fetch cdrom://Ubuntu 13.10 _Saucy Salamander_ - Release amd64 (20131016.1)/dists/saucy/main/binary-amd64/Packages Please use apt-cdrom to make this CD-ROM recogni
我需要在Linux Mint 18.3Sylvia中安装Nodejs版本6。我已经试过了:
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
但会导致如下错误:
E: Failed to fetch cdrom://Linux Mint 18.3 _Sylvia_ - Release amd64
20171124/dists/xenial/contrib/binary-i386/Packages Please use apt-
cdrom to make this CD-ROM recognized by APT
我有一个在安装iso时使用的grub.cfg:
set timeout=30
loadfont unicode
set menu_color_highlight=yellow/dark-gray
set menu_color_normal=black/light-gray
set color_normal=cyan/black
menuentry "bar Installation" {
set gfxpayload=keep
linux /casper/vmlinuz autoinstall ds=nocloud\;s=/cdrom/no
我试图安装Ubuntu与Windows8.1。我已经使用Universal Installer软件创建了一个UEFI可引导Ubuntu驱动器,但是当我重新启动我的笔记本电脑并单击“不安装Ubuntu试试”时,我会得到以下错误:
Error found when loading /home/ubuntu/.profile:
/usr/sbin/lightdm-session: line 29: .:/home/ubuntu: cannot execute binary file
As a result the session will not be configured correctly
Yo