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
.