Linux Mint 17 的示例 /etc/apt/sources.list

Linux Mint 17 的示例 /etc/apt/sources.list

看来我的/etc/apt/sources.list文件只有

deb cdrom:[Linux Mint 17奇亚娜- 发布 amd64 20140624]/ trusty contrib 主要非免费

当我尝试下载时它可能已损坏pdfedit。当我尝试下载一些软件时,它显示:

这是您的软件管理系统的重大故障。请使用 synaptic 检查损坏的软件包,检查文件“/etc/apt/sources.list”的文件权限和正确性,并使用以下命令重新加载软件信息:“sudo apt-get update”和“sudo apt-get install -f” '。

答案1

在我自己的系统 Linux Mint 17.1 Rebecca 中,该文件/etc/apt/sources.list.d/official-package-repositories.list包含以下内容:

deb http://packages.linuxmint.com rebecca main upstream import 
deb http://extra.linuxmint.com rebecca main
deb http://archive.ubuntu.com/ubuntu trusty main restricted universe multiverse 
deb http://archive.ubuntu.com/ubuntu trusty-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ trusty-security main restricted universe multiverse 
deb http://archive.canonical.com/ubuntu/ trusty partner

我的/etc/apt/sources.list是空的。

相关内容