Headers For 4.12.0-kali1-amd64 or Location of Kali 4.13 InstallerIssues installing linux headers on Kali...
Why did nobody know who the Lord of this region was?
Why are lawsuits between the President and Congress not automatically sent to the Supreme Court
Holding rent money for my friend which amounts to over $10k?
Why is vowel phonology represented in a trapezoid instead of a square?
Cannot remove door knob -- totally inaccessible!
How does the Heat Metal spell interact with a follow-up Frostbite spell?
How do Ctrl+C and Ctrl+V work?
What formula to chose a nonlinear formula?
What color to choose as "danger" if the main color of my app is red
Square spiral in Mathematica
Divisor Rich and Poor Numbers
Refer a string as a field API name
Is Precocious Apprentice enough for Mystic Theurge?
How come Arya Stark didn't burn in Game of Thrones Season 8 Episode 5
Who is frowning in the sentence "Daisy looked at Tom frowning"?
How can I make dummy text (like lipsum) grey?
Cycling to work - 30mile return
AD: OU for system administrator accounts
301 Redirects what does ([a-z]+)-(.*) and ([0-9]+)-(.*) mean
A person lacking money who shows off a lot
Given 0s on Assignments with suspected and dismissed cheating?
Why use a retrograde orbit?
How long do Aarakocra live?
Can I pay my credit card?
Headers For 4.12.0-kali1-amd64 or Location of Kali 4.13 Installer
Issues installing linux headers on Kali 3.18Package “packagename” has no installation candidate in Kali 2.0I'm on '4.3.0-kali1-amd-64' but cannot install linux-headers?Kali on RPI, can't upgrade Kernel and install current headers, or find old headers to buildThe problem with installing drivers for the TP-Link modem TL-WN722N Kali1 and Kali2Can't install VirtualBox Guest Additions in Kali Linux virtual machine under Debian (problems installing the kernel-headers)Problem with installing and running sysdig(Kali) Can't “make” for RTL8812AUUnable to install correct Linux headersHow to install OURLINK AC600 USB wireless adapter in kali linux
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I installed the newest available image from here which was Kali 64 bit v2017.2.
However, using the command apt-get install headers-linux-$(uname -r)
returns the message:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package headers-linux-4.12.0-kali1-amd64
E: Couldn't find any package by glob 'headers-linux-4.12.0-kali1-amd64'
E: Couldn't find any package by regex 'headers-linux-4.12.0-kali1-amd64'
When I check the pool, it looks like all of the headers are marked as 4.13.0.
Two headed question then: Where do I get the headers for headers-linux-4.12.0-kali1-amd64
, or where do I find the ISO image file for Kali 4.13.x?
software-installation kali-linux
add a comment |
I installed the newest available image from here which was Kali 64 bit v2017.2.
However, using the command apt-get install headers-linux-$(uname -r)
returns the message:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package headers-linux-4.12.0-kali1-amd64
E: Couldn't find any package by glob 'headers-linux-4.12.0-kali1-amd64'
E: Couldn't find any package by regex 'headers-linux-4.12.0-kali1-amd64'
When I check the pool, it looks like all of the headers are marked as 4.13.0.
Two headed question then: Where do I get the headers for headers-linux-4.12.0-kali1-amd64
, or where do I find the ISO image file for Kali 4.13.x?
software-installation kali-linux
1
sudo apt update && sudo apt upgrade && sudo apt dist-upgrade && sudo apt install linux-headers-$(uname -r)
– defalt
Nov 21 '17 at 7:15
add a comment |
I installed the newest available image from here which was Kali 64 bit v2017.2.
However, using the command apt-get install headers-linux-$(uname -r)
returns the message:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package headers-linux-4.12.0-kali1-amd64
E: Couldn't find any package by glob 'headers-linux-4.12.0-kali1-amd64'
E: Couldn't find any package by regex 'headers-linux-4.12.0-kali1-amd64'
When I check the pool, it looks like all of the headers are marked as 4.13.0.
Two headed question then: Where do I get the headers for headers-linux-4.12.0-kali1-amd64
, or where do I find the ISO image file for Kali 4.13.x?
software-installation kali-linux
I installed the newest available image from here which was Kali 64 bit v2017.2.
However, using the command apt-get install headers-linux-$(uname -r)
returns the message:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package headers-linux-4.12.0-kali1-amd64
E: Couldn't find any package by glob 'headers-linux-4.12.0-kali1-amd64'
E: Couldn't find any package by regex 'headers-linux-4.12.0-kali1-amd64'
When I check the pool, it looks like all of the headers are marked as 4.13.0.
Two headed question then: Where do I get the headers for headers-linux-4.12.0-kali1-amd64
, or where do I find the ISO image file for Kali 4.13.x?
software-installation kali-linux
software-installation kali-linux
edited 1 hour ago
Jeff Schaller♦
45.8k1165149
45.8k1165149
asked Nov 20 '17 at 22:35
Alex SchneiderAlex Schneider
8113
8113
1
sudo apt update && sudo apt upgrade && sudo apt dist-upgrade && sudo apt install linux-headers-$(uname -r)
– defalt
Nov 21 '17 at 7:15
add a comment |
1
sudo apt update && sudo apt upgrade && sudo apt dist-upgrade && sudo apt install linux-headers-$(uname -r)
– defalt
Nov 21 '17 at 7:15
1
1
sudo apt update && sudo apt upgrade && sudo apt dist-upgrade && sudo apt install linux-headers-$(uname -r)
– defalt
Nov 21 '17 at 7:15
sudo apt update && sudo apt upgrade && sudo apt dist-upgrade && sudo apt install linux-headers-$(uname -r)
– defalt
Nov 21 '17 at 7:15
add a comment |
1 Answer
1
active
oldest
votes
On kali linux rolling release the package will be continuously updated , the old package will be removed and replaced by the newest version. on your system you have an old kernel image linux-image-4.12.0-kali1-amd64
, it is no longer available on the kali linux repository , Also its linux-headers-4.12.0-kali1-amd64
will be removed too.
After the system update (apt update
) you can check the available linux-image
and linux-headers
through:
apt-cache search linux-image
apt-cache serach linux-headers
based on the apt-cache
output you can install a specific linux-image
and linux-headers
package .
the must important part do not use the apt install linux-headers-$(uname -r)
, the uname -r
it will point to 4.12.0-kali1-amd64
headers package which it is no longer available it will work after installing a new linux-image
and booting the new kernel.
installing the linux-image and the linux-headers without rebooting , the linux-headers
package will be useful after the system reboot.
apt install linux-image-4.12.0-kali2-amd64
apt install linux-headers-4.12.0-kali2-amd64
Or , install the linux-image
:
apt install linux-image-4.12.0-kali2-amd64
Reboot your system then install the linux-headers
:
apt install linux-headers-$(uname -r)
now the uname -r
should point to the 4.12.0-kali2-amd64
kernel headers version.
The easy way is to upgarade entirely your system followig those steps:
apt update
apt upgrade
apt dist-upgrade
reboot
then install the linux-headers
:
apt install linux-headers-$(uname -r)
apt autoremove
The uname -a
will display:
4.13.0-kali1-amd64
On kali-linux rolling the /etc/apt/sources.list
should contain only the following line (kali docs):
deb http://http.kali.org/kali kali-rolling main contrib non-free
1
If you are doing aapt dist-upgrade
anyway, do you really need theapt upgrade
first?
– bu5hman
Nov 21 '17 at 17:08
1
@GAD3R This was amazingly helpful. I hadn't realized there was a difference between the main images and the rolling version. For future readers, I'd advise installing rolling as a first step using the process outlined in "Want an Updated or Custom Kali Image?" on kali.org/downloads
– Alex Schneider
Nov 21 '17 at 18:25
@bu5hman It is not necessary , but it is important if you have theapt-listbugs
installed on your system.
– GAD3R
Nov 25 '17 at 12:19
@GAD3R Fair enough, though it seems mildly inconsistent to worry too much about anything but the severest bugs when the repository is Kali rolling......
– bu5hman
Nov 25 '17 at 13:47
1
After many googling and trying wrong solutions for 3 hours, this was from far the best answer to the same question from me. Many Thx
– hornetbzz
Dec 18 '17 at 2:09
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f405862%2fheaders-for-4-12-0-kali1-amd64-or-location-of-kali-4-13-installer%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
On kali linux rolling release the package will be continuously updated , the old package will be removed and replaced by the newest version. on your system you have an old kernel image linux-image-4.12.0-kali1-amd64
, it is no longer available on the kali linux repository , Also its linux-headers-4.12.0-kali1-amd64
will be removed too.
After the system update (apt update
) you can check the available linux-image
and linux-headers
through:
apt-cache search linux-image
apt-cache serach linux-headers
based on the apt-cache
output you can install a specific linux-image
and linux-headers
package .
the must important part do not use the apt install linux-headers-$(uname -r)
, the uname -r
it will point to 4.12.0-kali1-amd64
headers package which it is no longer available it will work after installing a new linux-image
and booting the new kernel.
installing the linux-image and the linux-headers without rebooting , the linux-headers
package will be useful after the system reboot.
apt install linux-image-4.12.0-kali2-amd64
apt install linux-headers-4.12.0-kali2-amd64
Or , install the linux-image
:
apt install linux-image-4.12.0-kali2-amd64
Reboot your system then install the linux-headers
:
apt install linux-headers-$(uname -r)
now the uname -r
should point to the 4.12.0-kali2-amd64
kernel headers version.
The easy way is to upgarade entirely your system followig those steps:
apt update
apt upgrade
apt dist-upgrade
reboot
then install the linux-headers
:
apt install linux-headers-$(uname -r)
apt autoremove
The uname -a
will display:
4.13.0-kali1-amd64
On kali-linux rolling the /etc/apt/sources.list
should contain only the following line (kali docs):
deb http://http.kali.org/kali kali-rolling main contrib non-free
1
If you are doing aapt dist-upgrade
anyway, do you really need theapt upgrade
first?
– bu5hman
Nov 21 '17 at 17:08
1
@GAD3R This was amazingly helpful. I hadn't realized there was a difference between the main images and the rolling version. For future readers, I'd advise installing rolling as a first step using the process outlined in "Want an Updated or Custom Kali Image?" on kali.org/downloads
– Alex Schneider
Nov 21 '17 at 18:25
@bu5hman It is not necessary , but it is important if you have theapt-listbugs
installed on your system.
– GAD3R
Nov 25 '17 at 12:19
@GAD3R Fair enough, though it seems mildly inconsistent to worry too much about anything but the severest bugs when the repository is Kali rolling......
– bu5hman
Nov 25 '17 at 13:47
1
After many googling and trying wrong solutions for 3 hours, this was from far the best answer to the same question from me. Many Thx
– hornetbzz
Dec 18 '17 at 2:09
add a comment |
On kali linux rolling release the package will be continuously updated , the old package will be removed and replaced by the newest version. on your system you have an old kernel image linux-image-4.12.0-kali1-amd64
, it is no longer available on the kali linux repository , Also its linux-headers-4.12.0-kali1-amd64
will be removed too.
After the system update (apt update
) you can check the available linux-image
and linux-headers
through:
apt-cache search linux-image
apt-cache serach linux-headers
based on the apt-cache
output you can install a specific linux-image
and linux-headers
package .
the must important part do not use the apt install linux-headers-$(uname -r)
, the uname -r
it will point to 4.12.0-kali1-amd64
headers package which it is no longer available it will work after installing a new linux-image
and booting the new kernel.
installing the linux-image and the linux-headers without rebooting , the linux-headers
package will be useful after the system reboot.
apt install linux-image-4.12.0-kali2-amd64
apt install linux-headers-4.12.0-kali2-amd64
Or , install the linux-image
:
apt install linux-image-4.12.0-kali2-amd64
Reboot your system then install the linux-headers
:
apt install linux-headers-$(uname -r)
now the uname -r
should point to the 4.12.0-kali2-amd64
kernel headers version.
The easy way is to upgarade entirely your system followig those steps:
apt update
apt upgrade
apt dist-upgrade
reboot
then install the linux-headers
:
apt install linux-headers-$(uname -r)
apt autoremove
The uname -a
will display:
4.13.0-kali1-amd64
On kali-linux rolling the /etc/apt/sources.list
should contain only the following line (kali docs):
deb http://http.kali.org/kali kali-rolling main contrib non-free
1
If you are doing aapt dist-upgrade
anyway, do you really need theapt upgrade
first?
– bu5hman
Nov 21 '17 at 17:08
1
@GAD3R This was amazingly helpful. I hadn't realized there was a difference between the main images and the rolling version. For future readers, I'd advise installing rolling as a first step using the process outlined in "Want an Updated or Custom Kali Image?" on kali.org/downloads
– Alex Schneider
Nov 21 '17 at 18:25
@bu5hman It is not necessary , but it is important if you have theapt-listbugs
installed on your system.
– GAD3R
Nov 25 '17 at 12:19
@GAD3R Fair enough, though it seems mildly inconsistent to worry too much about anything but the severest bugs when the repository is Kali rolling......
– bu5hman
Nov 25 '17 at 13:47
1
After many googling and trying wrong solutions for 3 hours, this was from far the best answer to the same question from me. Many Thx
– hornetbzz
Dec 18 '17 at 2:09
add a comment |
On kali linux rolling release the package will be continuously updated , the old package will be removed and replaced by the newest version. on your system you have an old kernel image linux-image-4.12.0-kali1-amd64
, it is no longer available on the kali linux repository , Also its linux-headers-4.12.0-kali1-amd64
will be removed too.
After the system update (apt update
) you can check the available linux-image
and linux-headers
through:
apt-cache search linux-image
apt-cache serach linux-headers
based on the apt-cache
output you can install a specific linux-image
and linux-headers
package .
the must important part do not use the apt install linux-headers-$(uname -r)
, the uname -r
it will point to 4.12.0-kali1-amd64
headers package which it is no longer available it will work after installing a new linux-image
and booting the new kernel.
installing the linux-image and the linux-headers without rebooting , the linux-headers
package will be useful after the system reboot.
apt install linux-image-4.12.0-kali2-amd64
apt install linux-headers-4.12.0-kali2-amd64
Or , install the linux-image
:
apt install linux-image-4.12.0-kali2-amd64
Reboot your system then install the linux-headers
:
apt install linux-headers-$(uname -r)
now the uname -r
should point to the 4.12.0-kali2-amd64
kernel headers version.
The easy way is to upgarade entirely your system followig those steps:
apt update
apt upgrade
apt dist-upgrade
reboot
then install the linux-headers
:
apt install linux-headers-$(uname -r)
apt autoremove
The uname -a
will display:
4.13.0-kali1-amd64
On kali-linux rolling the /etc/apt/sources.list
should contain only the following line (kali docs):
deb http://http.kali.org/kali kali-rolling main contrib non-free
On kali linux rolling release the package will be continuously updated , the old package will be removed and replaced by the newest version. on your system you have an old kernel image linux-image-4.12.0-kali1-amd64
, it is no longer available on the kali linux repository , Also its linux-headers-4.12.0-kali1-amd64
will be removed too.
After the system update (apt update
) you can check the available linux-image
and linux-headers
through:
apt-cache search linux-image
apt-cache serach linux-headers
based on the apt-cache
output you can install a specific linux-image
and linux-headers
package .
the must important part do not use the apt install linux-headers-$(uname -r)
, the uname -r
it will point to 4.12.0-kali1-amd64
headers package which it is no longer available it will work after installing a new linux-image
and booting the new kernel.
installing the linux-image and the linux-headers without rebooting , the linux-headers
package will be useful after the system reboot.
apt install linux-image-4.12.0-kali2-amd64
apt install linux-headers-4.12.0-kali2-amd64
Or , install the linux-image
:
apt install linux-image-4.12.0-kali2-amd64
Reboot your system then install the linux-headers
:
apt install linux-headers-$(uname -r)
now the uname -r
should point to the 4.12.0-kali2-amd64
kernel headers version.
The easy way is to upgarade entirely your system followig those steps:
apt update
apt upgrade
apt dist-upgrade
reboot
then install the linux-headers
:
apt install linux-headers-$(uname -r)
apt autoremove
The uname -a
will display:
4.13.0-kali1-amd64
On kali-linux rolling the /etc/apt/sources.list
should contain only the following line (kali docs):
deb http://http.kali.org/kali kali-rolling main contrib non-free
edited Nov 27 '17 at 17:18
answered Nov 21 '17 at 8:51
GAD3RGAD3R
28.9k1959117
28.9k1959117
1
If you are doing aapt dist-upgrade
anyway, do you really need theapt upgrade
first?
– bu5hman
Nov 21 '17 at 17:08
1
@GAD3R This was amazingly helpful. I hadn't realized there was a difference between the main images and the rolling version. For future readers, I'd advise installing rolling as a first step using the process outlined in "Want an Updated or Custom Kali Image?" on kali.org/downloads
– Alex Schneider
Nov 21 '17 at 18:25
@bu5hman It is not necessary , but it is important if you have theapt-listbugs
installed on your system.
– GAD3R
Nov 25 '17 at 12:19
@GAD3R Fair enough, though it seems mildly inconsistent to worry too much about anything but the severest bugs when the repository is Kali rolling......
– bu5hman
Nov 25 '17 at 13:47
1
After many googling and trying wrong solutions for 3 hours, this was from far the best answer to the same question from me. Many Thx
– hornetbzz
Dec 18 '17 at 2:09
add a comment |
1
If you are doing aapt dist-upgrade
anyway, do you really need theapt upgrade
first?
– bu5hman
Nov 21 '17 at 17:08
1
@GAD3R This was amazingly helpful. I hadn't realized there was a difference between the main images and the rolling version. For future readers, I'd advise installing rolling as a first step using the process outlined in "Want an Updated or Custom Kali Image?" on kali.org/downloads
– Alex Schneider
Nov 21 '17 at 18:25
@bu5hman It is not necessary , but it is important if you have theapt-listbugs
installed on your system.
– GAD3R
Nov 25 '17 at 12:19
@GAD3R Fair enough, though it seems mildly inconsistent to worry too much about anything but the severest bugs when the repository is Kali rolling......
– bu5hman
Nov 25 '17 at 13:47
1
After many googling and trying wrong solutions for 3 hours, this was from far the best answer to the same question from me. Many Thx
– hornetbzz
Dec 18 '17 at 2:09
1
1
If you are doing a
apt dist-upgrade
anyway, do you really need the apt upgrade
first?– bu5hman
Nov 21 '17 at 17:08
If you are doing a
apt dist-upgrade
anyway, do you really need the apt upgrade
first?– bu5hman
Nov 21 '17 at 17:08
1
1
@GAD3R This was amazingly helpful. I hadn't realized there was a difference between the main images and the rolling version. For future readers, I'd advise installing rolling as a first step using the process outlined in "Want an Updated or Custom Kali Image?" on kali.org/downloads
– Alex Schneider
Nov 21 '17 at 18:25
@GAD3R This was amazingly helpful. I hadn't realized there was a difference between the main images and the rolling version. For future readers, I'd advise installing rolling as a first step using the process outlined in "Want an Updated or Custom Kali Image?" on kali.org/downloads
– Alex Schneider
Nov 21 '17 at 18:25
@bu5hman It is not necessary , but it is important if you have the
apt-listbugs
installed on your system.– GAD3R
Nov 25 '17 at 12:19
@bu5hman It is not necessary , but it is important if you have the
apt-listbugs
installed on your system.– GAD3R
Nov 25 '17 at 12:19
@GAD3R Fair enough, though it seems mildly inconsistent to worry too much about anything but the severest bugs when the repository is Kali rolling......
– bu5hman
Nov 25 '17 at 13:47
@GAD3R Fair enough, though it seems mildly inconsistent to worry too much about anything but the severest bugs when the repository is Kali rolling......
– bu5hman
Nov 25 '17 at 13:47
1
1
After many googling and trying wrong solutions for 3 hours, this was from far the best answer to the same question from me. Many Thx
– hornetbzz
Dec 18 '17 at 2:09
After many googling and trying wrong solutions for 3 hours, this was from far the best answer to the same question from me. Many Thx
– hornetbzz
Dec 18 '17 at 2:09
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f405862%2fheaders-for-4-12-0-kali1-amd64-or-location-of-kali-4-13-installer%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
sudo apt update && sudo apt upgrade && sudo apt dist-upgrade && sudo apt install linux-headers-$(uname -r)
– defalt
Nov 21 '17 at 7:15