336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
Couldn't find any package by glob 'linux-headers-4.3.0-kali1-amd64'
i had tried this command :-
apt-get update && apt-get upgrade -y
but nothing happened for
apt-get install dkms linux-headers-$(uname -r)
again same error
E: Unable to locate package linux-headers-4.3.0-kali1-amd64
E: Couldn't find any package by glob 'linux-headers-4.3.0-kali1-amd64'
E: Couldn't find any package by regex 'linux-headers-4.3.0-kali1-amd64'
E: Unable to locate package linux-headers-4.3.0-kali1-amd64
E: Couldn't find any package by glob 'linux-headers-4.3.0-kali1-amd64'
E: Couldn't find any package by regex 'linux-headers-4.3.0-kali1-amd64'
가 뜬다면
apt-get update && apt-get upgrade -y
이걸 수행한다
단, 설치시 미러설정이 잘 돼있어야함 (인터넷 연결확인 필수)
'Kali' 카테고리의 다른 글
VMware Shared Folder (공유폴더) (0) | 2016.03.19 |
---|---|
Mouse problem on second display using WS 10 (regression?) (0) | 2016.03.19 |
설치 시 mirror 안잡힘 (0) | 2016.03.19 |
airmon-ng n150ua설치 + 모니터모드 (0) | 2015.07.24 |
kali n150ua driver install (0) | 2015.07.24 |
linux-headers-4.3.0-kali1-amd64
doesn't exist (or isn't in any repo your system knows about). Is that how kali linux names its headers packages? Trydpkg -l 'linux-headers*'
and install the appropriate headers package for your running kernel. BTW, thedkms
package should depend on alinux-headers-$arch
package or similar, so you shouldn't need to specify a specific kernel header package. – cas Mar 6 at 7:15