daf
Posts: 2
Joined: Thu Sep 17, 2015 11:47 pm

Raspbian Jessie Lite apt-get upgrade taking forever

Sat Jan 21, 2017 11:34 pm

I installed Raspbian Jessie Lite on an R Pi 1 B a few weeks ago. It's been running fine. Today I decided I should check for updates, so I typed the usual:

$ sudo apt-get update

$ sudo apt-get upgrade

That was about 2 hours ago and it's still updating! It's not frozen. The information is still scrolling. Did I just go full Jessie on this thing!? If so, is there a way to revert (without reinstall)? Also, is there a way to keep this from happening again? (Do I need to do --no-install-recommends?)

mfa298
Posts: 1387
Joined: Tue Apr 22, 2014 11:18 am

Re: Raspbian Jessie Lite apt-get upgrade taking forever

Sun Jan 22, 2017 8:06 am

daf wrote:I installed Raspbian Jessie Lite on an R Pi 1 B a few weeks ago. It's been running fine. Today I decided I should check for updates, so I typed the usual:

$ sudo apt-get update

$ sudo apt-get upgrade

That was about 2 hours ago and it's still updating! It's not frozen. The information is still scrolling. Did I just go full Jessie on this thing!? If so, is there a way to revert (without reinstall)? Also, is there a way to keep this from happening again? (Do I need to do --no-install-recommends?)
apt-get upgrade will only upgrade existing packages it doesn't add any new ones.

If there's a kernel/bootloader update they can take a while to install especially on a 1B due to the number of changes it makes.

Return to “Troubleshooting”