Safe to update Pi OS?

Is it safe to update the Rasperian Lite OS using these commands:

sudo apt-get update
sudo apt-get upgrade

I'm concerned the updates could potentially break the pihole. Or is it a good idea to do this periodically for security and other patch updates?

Thanks

This isn't a problem, and a good idea to keep things update with the latest patches and updates from Raspbian. Be careful with apt-get dist-upgrade or rpi-update (that last one will break things and has be deprecated from use.)

1 Like

Good to know. Thank you.

If you're lazy like me, you can simply run the shorter command instead :aw_yeah:

apt update
apt upgrade