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
。