jack23233
Posts: 5
Joined: Fri Aug 31, 2012 10:06 pm

Update/upgrade vs download

Wed Feb 06, 2013 7:18 pm

RaspberryPi occasionally posts new downloads for its OS on its Downloads page. It is currently dated 12/16/2012 for Raspian Wheezy.
The linux platform provides the update/upgrade service to keep the OS up to date.

Does performing the (apt-get) update/upgrade cycle negate the need to keep current with newer downloads posted in the Download page?

Cloudcentric
Posts: 982
Joined: Fri Sep 14, 2012 9:13 am

Re: Update/upgrade vs download

Wed Feb 06, 2013 8:22 pm

Yes if they based on the same branch of Debian Wheezy ARMHF, I run mine weekly....

sudo su
apt-get update
apt-get dist-upgrade
apt-get autoremove
sync
reboot
I know everything about nothing"

jack23233
Posts: 5
Joined: Fri Aug 31, 2012 10:06 pm

Re: Update/upgrade vs download

Thu Feb 07, 2013 1:16 am

Ah-ha!

I was almost there. I had been doing a simple apt-get update and apt-get upgrade. The last time was 3 days ago.

After following your commands, my raspi found 8 upgrades and 78 new files.

I will share this with my friends, and encourage other readers to follow this 'enhanced' list of commands!

Thank you very much!

Cloudcentric
Posts: 982
Joined: Fri Sep 14, 2012 9:13 am

Re: Update/upgrade vs download

Thu Feb 07, 2013 6:47 am

jack23233 wrote:Ah-ha!

I was almost there. I had been doing a simple apt-get update and apt-get upgrade. The last time was 3 days ago.

After following your commands, my raspi found 8 upgrades and 78 new files.

I will share this with my friends, and encourage other readers to follow this 'enhanced' list of commands!

Thank you very much!
Cool, also read this: http://linux.die.net/man/8/apt-get
I know everything about nothing"

Return to “Beginners”