OPERATING SYSTEMSOS Linux

Cyber Core Skills Course – Lesson 4 – Updating Linux

Linux DISTRO: Kali Linux
sudo apt update
sudo apt upgrade
#shorts #short #cyber #linux #aptupdate #kali

________________________________________________________
Follow the Course on Everything:
📚 Course Resources – Check out the course Git hub repo: https://github.com/CtrlAltT0m/Cyber-Core-Skills-Course/blob/main/README.md

😃To get the latest info and course support, join us on our DISCORD server:
https://discord.gg/https://discord.gg/EBr35FnWC2
Where each lesson is broken down into channels with pinned resources from the lessons

🗣️Please provide some video feedback:
https://docs.google.com/forms/d/e/1FAIpQLSeFG66x93UJYFaB562RVKTZVRCEYAanEJtG0bxQsTvxDacktA/viewform
___________________________________________________________

🌳Follow Me on Everything: https://linktr.ee/ctrlaltt0m

source

ubuntu

One thought on “Cyber Core Skills Course – Lesson 4 – Updating Linux

  • Another thing you could do here is sudo apt update; sudo apt upgrade -y it just makes running and upgrading a little quicker. You can use && instead in other situations as ; ignores if the previous command worked or not where && doesn't

Comments are closed.