我最近将 chromebook c710-2856 的硬盘升级到 250GB 并在其上刷入 coreboot。然后我继续使用 LXDE 安装 debian wheezy。
我想安装 gparted,当我这样做时:
# apt-get install gparted
我收到:E:无法找到包 gparted
我似乎能够找到其他包,但找不到 gparted。
这是我的 /etc/apt/sources.list:
#
# deb cdrom:[Debian GNU/Linux 7 _Wheezy_ - Official Snapshot amd64 LIVE/INSTALL Binary 20140723-17:29]/ wheezy main
deb cdrom:[Debian GNU/Linux 7 _Wheezy_ - Official Snapshot amd64 LIVE/INSTALL Binary 20140723-17:29]/ wheezy main
deb http://security.debian.org/ wheezy/updates main non-free contrib
deb-src http://security.debian.org/ wheezy/updates main non-free contrib
deb http://http.us.debian.org/debian/ wheezy contrib non-free main
deb http://ftp.debian.org/debian wheezy-backports main non-free contrib
我从实时 USB 安装了 Debian。
我该如何修复我的存储库?
顺便说一句,我有 wheezy-backports repo,因为它包含我 chromebook 所需的特定触控板驱动程序的包。
编辑:我设法通过 dpkg -i gparted_(版本名称).deb 手动安装 gparted,但我仍然想弄清楚这一点,因为我找不到诸如 xbacklight 之类的软件包。
答案1
您可能希望在 cdrom 源的顶部前面放置 #(注释掉),这样它将始终从 debian.org 上的 repos 中提取,并且永远不会搜索 cdrom 上的软件包。