Ubuntu very slow after deleting old kernel images and cleanup


up vote
0
down vote
favorite
Yesterday the partition where I have my SO got full so I typed this command: dpkg --get-selections|grep 'linux-image*'|awk 'print $1'|egrep -v "linux-image-$(uname -r)|linux-image-generic" |while read n;do apt-get -y remove $n;done
.
to delete old kernel images and did a clean up.
So today when I turned it on the system was running really slow like 1 frame per second and it didnâÂÂt automatically connect to the WiFi.
What can I do to fix it??
Thanks for your help guys!!
apt kernel cleanup
add a comment |Â
up vote
0
down vote
favorite
Yesterday the partition where I have my SO got full so I typed this command: dpkg --get-selections|grep 'linux-image*'|awk 'print $1'|egrep -v "linux-image-$(uname -r)|linux-image-generic" |while read n;do apt-get -y remove $n;done
.
to delete old kernel images and did a clean up.
So today when I turned it on the system was running really slow like 1 frame per second and it didnâÂÂt automatically connect to the WiFi.
What can I do to fix it??
Thanks for your help guys!!
apt kernel cleanup
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Yesterday the partition where I have my SO got full so I typed this command: dpkg --get-selections|grep 'linux-image*'|awk 'print $1'|egrep -v "linux-image-$(uname -r)|linux-image-generic" |while read n;do apt-get -y remove $n;done
.
to delete old kernel images and did a clean up.
So today when I turned it on the system was running really slow like 1 frame per second and it didnâÂÂt automatically connect to the WiFi.
What can I do to fix it??
Thanks for your help guys!!
apt kernel cleanup
Yesterday the partition where I have my SO got full so I typed this command: dpkg --get-selections|grep 'linux-image*'|awk 'print $1'|egrep -v "linux-image-$(uname -r)|linux-image-generic" |while read n;do apt-get -y remove $n;done
.
to delete old kernel images and did a clean up.
So today when I turned it on the system was running really slow like 1 frame per second and it didnâÂÂt automatically connect to the WiFi.
What can I do to fix it??
Thanks for your help guys!!
apt kernel cleanup
edited Apr 26 at 17:51


WinEunuuchs2Unix
35.6k759133
35.6k759133
asked Apr 26 at 17:38


Pedro Sanchez
1
1
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
Run these commands and report back any errors found:
sudo apt update
sudo apt install -f
If errors were reported as being fixed then reboot and see if speed improves.
You might consider posting a comment under the answer you followed. Briefly summarize the problem and include a link back to your question here.
I get five errors, Err:1 http:... temporary fail to solve repository, Err:2 http:... and 5 more. Also I get more errors like: Fail to obtain repository. When doing sudo apt install -f I get: 0 updated, 0 new files will install 0 will be deleted and 9 are not updated. I think the problem is that IâÂÂm not connected to internet but I donâÂÂt know how to connect, it should do it automatically because the WiFi is saved but it doesnâÂÂt.
â Pedro Sanchez
Apr 27 at 22:54
Boot with a Live USB and see if WiFi works ok using it.
â WinEunuuchs2Unix
Apr 27 at 23:01
Yes it does work fine
â Pedro Sanchez
Apr 28 at 14:05
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Run these commands and report back any errors found:
sudo apt update
sudo apt install -f
If errors were reported as being fixed then reboot and see if speed improves.
You might consider posting a comment under the answer you followed. Briefly summarize the problem and include a link back to your question here.
I get five errors, Err:1 http:... temporary fail to solve repository, Err:2 http:... and 5 more. Also I get more errors like: Fail to obtain repository. When doing sudo apt install -f I get: 0 updated, 0 new files will install 0 will be deleted and 9 are not updated. I think the problem is that IâÂÂm not connected to internet but I donâÂÂt know how to connect, it should do it automatically because the WiFi is saved but it doesnâÂÂt.
â Pedro Sanchez
Apr 27 at 22:54
Boot with a Live USB and see if WiFi works ok using it.
â WinEunuuchs2Unix
Apr 27 at 23:01
Yes it does work fine
â Pedro Sanchez
Apr 28 at 14:05
add a comment |Â
up vote
0
down vote
Run these commands and report back any errors found:
sudo apt update
sudo apt install -f
If errors were reported as being fixed then reboot and see if speed improves.
You might consider posting a comment under the answer you followed. Briefly summarize the problem and include a link back to your question here.
I get five errors, Err:1 http:... temporary fail to solve repository, Err:2 http:... and 5 more. Also I get more errors like: Fail to obtain repository. When doing sudo apt install -f I get: 0 updated, 0 new files will install 0 will be deleted and 9 are not updated. I think the problem is that IâÂÂm not connected to internet but I donâÂÂt know how to connect, it should do it automatically because the WiFi is saved but it doesnâÂÂt.
â Pedro Sanchez
Apr 27 at 22:54
Boot with a Live USB and see if WiFi works ok using it.
â WinEunuuchs2Unix
Apr 27 at 23:01
Yes it does work fine
â Pedro Sanchez
Apr 28 at 14:05
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Run these commands and report back any errors found:
sudo apt update
sudo apt install -f
If errors were reported as being fixed then reboot and see if speed improves.
You might consider posting a comment under the answer you followed. Briefly summarize the problem and include a link back to your question here.
Run these commands and report back any errors found:
sudo apt update
sudo apt install -f
If errors were reported as being fixed then reboot and see if speed improves.
You might consider posting a comment under the answer you followed. Briefly summarize the problem and include a link back to your question here.
answered Apr 26 at 17:47


WinEunuuchs2Unix
35.6k759133
35.6k759133
I get five errors, Err:1 http:... temporary fail to solve repository, Err:2 http:... and 5 more. Also I get more errors like: Fail to obtain repository. When doing sudo apt install -f I get: 0 updated, 0 new files will install 0 will be deleted and 9 are not updated. I think the problem is that IâÂÂm not connected to internet but I donâÂÂt know how to connect, it should do it automatically because the WiFi is saved but it doesnâÂÂt.
â Pedro Sanchez
Apr 27 at 22:54
Boot with a Live USB and see if WiFi works ok using it.
â WinEunuuchs2Unix
Apr 27 at 23:01
Yes it does work fine
â Pedro Sanchez
Apr 28 at 14:05
add a comment |Â
I get five errors, Err:1 http:... temporary fail to solve repository, Err:2 http:... and 5 more. Also I get more errors like: Fail to obtain repository. When doing sudo apt install -f I get: 0 updated, 0 new files will install 0 will be deleted and 9 are not updated. I think the problem is that IâÂÂm not connected to internet but I donâÂÂt know how to connect, it should do it automatically because the WiFi is saved but it doesnâÂÂt.
â Pedro Sanchez
Apr 27 at 22:54
Boot with a Live USB and see if WiFi works ok using it.
â WinEunuuchs2Unix
Apr 27 at 23:01
Yes it does work fine
â Pedro Sanchez
Apr 28 at 14:05
I get five errors, Err:1 http:... temporary fail to solve repository, Err:2 http:... and 5 more. Also I get more errors like: Fail to obtain repository. When doing sudo apt install -f I get: 0 updated, 0 new files will install 0 will be deleted and 9 are not updated. I think the problem is that IâÂÂm not connected to internet but I donâÂÂt know how to connect, it should do it automatically because the WiFi is saved but it doesnâÂÂt.
â Pedro Sanchez
Apr 27 at 22:54
I get five errors, Err:1 http:... temporary fail to solve repository, Err:2 http:... and 5 more. Also I get more errors like: Fail to obtain repository. When doing sudo apt install -f I get: 0 updated, 0 new files will install 0 will be deleted and 9 are not updated. I think the problem is that IâÂÂm not connected to internet but I donâÂÂt know how to connect, it should do it automatically because the WiFi is saved but it doesnâÂÂt.
â Pedro Sanchez
Apr 27 at 22:54
Boot with a Live USB and see if WiFi works ok using it.
â WinEunuuchs2Unix
Apr 27 at 23:01
Boot with a Live USB and see if WiFi works ok using it.
â WinEunuuchs2Unix
Apr 27 at 23:01
Yes it does work fine
â Pedro Sanchez
Apr 28 at 14:05
Yes it does work fine
â Pedro Sanchez
Apr 28 at 14:05
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1028488%2fubuntu-very-slow-after-deleting-old-kernel-images-and-cleanup%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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