DEV Community

Discussion on: Useful Raspberry Pi Tips

Collapse
 
fjo_costa profile image
Fernando Costa

I would go for:

Sudo apt-get update && sudo apt-get dist-upgrade.

I'm not very proeficient with raspberry besides using it as a media server or running some lightweight scripts, but that is the first command I always run on a newly installed distro.

Collapse
 
lefebvre profile image
Paul Lefebvre

Yes, dist-upgrade is better. I've updated the post.