How to update your Ubuntu server packages
I have a few VPS based on Ubuntu and I have an alert on my calendar to login from time to time and update the packages and keep up with security fixes.
Here’s the sequence I use (it’s mostly a note to myself for the next time I forget)
Connect as root to the server, then you run:
apt-get update
to get the packages index updates.
Then run:
apt-get upgrade
to actually update the packages.
Then, if needed (depends on the kind of packages that needed an update), reboot the system:
reboot
→ I wrote 17 books to help you become a better developer:
- C Handbook
- Command Line Handbook
- CSS Handbook
- Express Handbook
- Git Cheat Sheet
- Go Handbook
- HTML Handbook
- JS Handbook
- Laravel Handbook
- Next.js Handbook
- Node.js Handbook
- PHP Handbook
- Python Handbook
- React Handbook
- SQL Handbook
- Svelte Handbook
- Swift Handbook
Also, JOIN MY CODING BOOTCAMP, an amazing cohort course that will be a huge step up in your coding career - covering React, Next.js - next edition February 2025