Keeping your system updated is crucial for its performance and security. And it couldn't be easier.
In this video, I demonstrate the `apt` command. We very simply update the source list of packages, then let it upgrading all of the outdated software.
In Ubuntu (irrelevant that it's WSL2), you update system packages using the commands:
```
sudo apt update # and
sudo apt upgrade
```
#coding #webdevelopment #devops #commandline #ubuntu #linux #beginners #windows #hypervisor
@fullstackdev42