solo2500 wrote:I'm a total novice, non-programer (...basically a hack.)
Today I ran apt-get update before I installed a peripheral package. A few hours later I noticed a few things not running (like the WiFi). I rebooted the Pi and all started working again. It had been 4 to 6 weeks since the last time I updated things.
Is this common?
Any thoughts appreciated!
I assume you meant sudo apt-get update && sudo apt-get upgrade, because apt-get update by itself does nothing but update the software packages list. It's apt-get upgrade, or apt-get dist-upgrade that actually installs the newer packages.
To expand a bit on what Dougie said above, on a more typical Linux system (in oversimplified terms), upgrade only updates installed packages and does not upgrade the kernel, while dist-upgrade will upgrade or replace packages as needed, install new packages if part of the upgrade, and upgrade major things like the kernel. Normally a reboot is not needed for upgrade, but it often is after a dist-upgrade.
Now Raspbian, in all its non-standard strangeness, seems to treat upgrade and dist-upgrade the same, but it does not tell you if you need to reboot afterword.

My mind is like a browser. 27 tabs are open, 9 aren't responding,
lots of pop-ups...and where is that annoying music coming from?