How do l find out if I have the latest version of my Pi400 operating system and how do I make update if I need to? Thank you.
1 Like
Make sure you have an internet connection on your Pi, then open a terminal window and enter the following commands:
sudo apt update
sudo apt full-upgrade
(It’s the same as the answer in your other thread, but just posting here in case someone else needs it in future).
3 Likes
Great thanks…I will try that out
2 Likes