Not able to reinstall the kernel or to use the latest versionRemoving/Purging...
Can my 2 children 10 and 12 Travel to the USA on expired American Passports? They are US citizens
Should homeowners insurance cover the cost of the home?
Saying “that” like “It’s nice that...” or “It makes me sad that...”
What is a smasher?
What are the differences between credential stuffing and password spraying?
Building a list of products from the elements in another list
My advisor talks about me to his colleague
Word meaning as function of the composition of its phonemes
How did the Venus Express detect lightning?
Is there an official reason for not adding a post-credits scene?
Why wasn't the Night King naked in S08E03?
Decoupling cap routing on a 4 layer PCB
Is there an idiom that support the idea that "inflation is bad"?
Are there any of the Children of the Forest left, or are they extinct?
How can internet speed be 10 times slower without a router than when using a router?
US born but as a child of foreign diplomat
How to use dependency injection and avoid temporal coupling?
Nominativ or Akkusativ
Out of scope work duties and resignation
I need a disease
Causes of bimodal distributions when bootstrapping a meta-analysis model
Can I use a fetch land to shuffle my deck while the opponent has Ashiok, Dream Render in play?
Why does this derived table improve performance?
How to increase the size of the cursor in Lubuntu 19.04?
Not able to reinstall the kernel or to use the latest version
Removing/Purging linux-headers-3.16.0-30-generic, but apt-get wants to install linux-headers-3.16.0-50-genericWhere is the ntpd package on Ubuntu Wily (15.10)Upgrade problem /KubuntuKernel upgrade on Debian 8.7 VPS to get virtualbox to runCan't find /lib/modules/Adding a repository to apt-mirrorKernel upgrade to 4.4.0-103.126 fails and /boot is now too full to remove itUnable to install correct Linux headersUnable to locate package postgresql-server-dev?How 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;
}
On a ubuntu server, I try to do "sudo modprob" and I have this error :
$ sudo depmod
[sudo] password for deployer:
depmod: ERROR: could not open directory /lib/modules/3.8.0-38-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
I tried to reinstall the kernel but I have this :
$ sudo apt-get install --reinstall linux-headers-3.8.0-38 linux-headers-3.8.0-38-generic linux-image-3.8.0-38-generic
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-headers-3.8.0-38
E: Couldn't find any package by regex 'linux-headers-3.8.0-38'
E: Unable to locate package linux-headers-3.8.0-38-generic
E: Couldn't find any package by regex 'linux-headers-3.8.0-38-generic'
E: Unable to locate package linux-image-3.8.0-38-generic
E: Couldn't find any package by regex 'linux-image-3.8.0-38-generic'
I tried to install a latest version like this :
sudo apt-get install linux-headers-3.13.0-24 linux-headers-3.13.0-24-generic linux-image-3.13.0-24-generic
But I always have this result :
$ uname -r
3.8.0-38-generic
I don't know why it does not change.
Do you have a solution ?
ubuntu kernel
bumped to the homepage by Community♦ 58 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
On a ubuntu server, I try to do "sudo modprob" and I have this error :
$ sudo depmod
[sudo] password for deployer:
depmod: ERROR: could not open directory /lib/modules/3.8.0-38-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
I tried to reinstall the kernel but I have this :
$ sudo apt-get install --reinstall linux-headers-3.8.0-38 linux-headers-3.8.0-38-generic linux-image-3.8.0-38-generic
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-headers-3.8.0-38
E: Couldn't find any package by regex 'linux-headers-3.8.0-38'
E: Unable to locate package linux-headers-3.8.0-38-generic
E: Couldn't find any package by regex 'linux-headers-3.8.0-38-generic'
E: Unable to locate package linux-image-3.8.0-38-generic
E: Couldn't find any package by regex 'linux-image-3.8.0-38-generic'
I tried to install a latest version like this :
sudo apt-get install linux-headers-3.13.0-24 linux-headers-3.13.0-24-generic linux-image-3.13.0-24-generic
But I always have this result :
$ uname -r
3.8.0-38-generic
I don't know why it does not change.
Do you have a solution ?
ubuntu kernel
bumped to the homepage by Community♦ 58 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Have you (after successful installation) rebooted the Linux? (Though, if you got installation errors and your installation failed you should have a look into that first.)
– Janis
May 12 '15 at 9:49
Yes I did. I finally found the solution.
– Dougui
May 12 '15 at 9:57
add a comment |
On a ubuntu server, I try to do "sudo modprob" and I have this error :
$ sudo depmod
[sudo] password for deployer:
depmod: ERROR: could not open directory /lib/modules/3.8.0-38-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
I tried to reinstall the kernel but I have this :
$ sudo apt-get install --reinstall linux-headers-3.8.0-38 linux-headers-3.8.0-38-generic linux-image-3.8.0-38-generic
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-headers-3.8.0-38
E: Couldn't find any package by regex 'linux-headers-3.8.0-38'
E: Unable to locate package linux-headers-3.8.0-38-generic
E: Couldn't find any package by regex 'linux-headers-3.8.0-38-generic'
E: Unable to locate package linux-image-3.8.0-38-generic
E: Couldn't find any package by regex 'linux-image-3.8.0-38-generic'
I tried to install a latest version like this :
sudo apt-get install linux-headers-3.13.0-24 linux-headers-3.13.0-24-generic linux-image-3.13.0-24-generic
But I always have this result :
$ uname -r
3.8.0-38-generic
I don't know why it does not change.
Do you have a solution ?
ubuntu kernel
On a ubuntu server, I try to do "sudo modprob" and I have this error :
$ sudo depmod
[sudo] password for deployer:
depmod: ERROR: could not open directory /lib/modules/3.8.0-38-generic: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
I tried to reinstall the kernel but I have this :
$ sudo apt-get install --reinstall linux-headers-3.8.0-38 linux-headers-3.8.0-38-generic linux-image-3.8.0-38-generic
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-headers-3.8.0-38
E: Couldn't find any package by regex 'linux-headers-3.8.0-38'
E: Unable to locate package linux-headers-3.8.0-38-generic
E: Couldn't find any package by regex 'linux-headers-3.8.0-38-generic'
E: Unable to locate package linux-image-3.8.0-38-generic
E: Couldn't find any package by regex 'linux-image-3.8.0-38-generic'
I tried to install a latest version like this :
sudo apt-get install linux-headers-3.13.0-24 linux-headers-3.13.0-24-generic linux-image-3.13.0-24-generic
But I always have this result :
$ uname -r
3.8.0-38-generic
I don't know why it does not change.
Do you have a solution ?
ubuntu kernel
ubuntu kernel
edited Aug 9 '16 at 9:14
Mongrel
2,12331849
2,12331849
asked May 12 '15 at 9:43
DouguiDougui
711114
711114
bumped to the homepage by Community♦ 58 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 58 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Have you (after successful installation) rebooted the Linux? (Though, if you got installation errors and your installation failed you should have a look into that first.)
– Janis
May 12 '15 at 9:49
Yes I did. I finally found the solution.
– Dougui
May 12 '15 at 9:57
add a comment |
Have you (after successful installation) rebooted the Linux? (Though, if you got installation errors and your installation failed you should have a look into that first.)
– Janis
May 12 '15 at 9:49
Yes I did. I finally found the solution.
– Dougui
May 12 '15 at 9:57
Have you (after successful installation) rebooted the Linux? (Though, if you got installation errors and your installation failed you should have a look into that first.)
– Janis
May 12 '15 at 9:49
Have you (after successful installation) rebooted the Linux? (Though, if you got installation errors and your installation failed you should have a look into that first.)
– Janis
May 12 '15 at 9:49
Yes I did. I finally found the solution.
– Dougui
May 12 '15 at 9:57
Yes I did. I finally found the solution.
– Dougui
May 12 '15 at 9:57
add a comment |
1 Answer
1
active
oldest
votes
I found the solution. I did not think it was important but I am a Digital Ocean's VPS. I followed this solution. I had to change the kernel version in the control panel and reboot through the control panel.
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%2f202924%2fnot-able-to-reinstall-the-kernel-or-to-use-the-latest-version%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
I found the solution. I did not think it was important but I am a Digital Ocean's VPS. I followed this solution. I had to change the kernel version in the control panel and reboot through the control panel.
add a comment |
I found the solution. I did not think it was important but I am a Digital Ocean's VPS. I followed this solution. I had to change the kernel version in the control panel and reboot through the control panel.
add a comment |
I found the solution. I did not think it was important but I am a Digital Ocean's VPS. I followed this solution. I had to change the kernel version in the control panel and reboot through the control panel.
I found the solution. I did not think it was important but I am a Digital Ocean's VPS. I followed this solution. I had to change the kernel version in the control panel and reboot through the control panel.
answered May 12 '15 at 9:57
DouguiDougui
711114
711114
add a comment |
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%2f202924%2fnot-able-to-reinstall-the-kernel-or-to-use-the-latest-version%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
Have you (after successful installation) rebooted the Linux? (Though, if you got installation errors and your installation failed you should have a look into that first.)
– Janis
May 12 '15 at 9:49
Yes I did. I finally found the solution.
– Dougui
May 12 '15 at 9:57