我想尝试一下 i3 窗口管理器。当我运行时apt-get install i3
遇到以下错误;
root@hammerhead:~# apt-get install i3
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package i3
这是 的副本/etc/apt/sources.list
;
root@hammerhead:~# cat /etc/apt/sources.list
# deb cdrom:[Debian GNU/Linux 9.3.0 _Stretch_ - Official amd64 NETINST 20171209-12:10]/ stretch contrib main non-free
# deb cdrom:[Debian GNU/Linux 9.3.0 _Stretch_ - Official amd64 NETINST 20171209-12:10]/ stretch contrib main non-free
deb http://ftp.uk.debian.org/debian/ stretch main non-free contrib
deb-src http://ftp.uk.debian.org/debian/ stretch main non-free contrib
deb http://security.debian.org/debian-security stretch/updates main contrib non-free
deb-src http://security.debian.org/debian-security stretch/updates main contrib non-free
# stretch-updates, previously known as 'volatile'
deb http://ftp.uk.debian.org/debian/ stretch-updates main contrib non-free
deb-src http://ftp.uk.debian.org/debian/ stretch-updates main contrib non-free
我在这里缺少什么?
答案1
我只能使用这些存储库在 Debian Stretch 上安装 i3:
deb http://deb.debian.org/debian stretch main
deb-src http://deb.debian.org/debian stretch main
尝试使用这些存储库并运行apt-get update
.