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 21 books to help you become a better developer:
- HTML Handbook
- Next.js Pages Router Handbook
- Alpine.js Handbook
- HTMX Handbook
- TypeScript Handbook
- React Handbook
- SQL Handbook
- Git Cheat Sheet
- Laravel Handbook
- Express Handbook
- Swift Handbook
- Go Handbook
- PHP Handbook
- Python Handbook
- Linux Commands Handbook
- C Handbook
- JavaScript Handbook
- Svelte Handbook
- CSS Handbook
- Node.js Handbook
- Vue 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