Fedora is a fast-moving distribution that regularly receives new features and updates. Keeping your VPS up to date is important for performance and security.
Disclaimer:
Enviroweb provides unmanaged VPS hosting. It is your responsibility to keep your server updated and secure. We do not perform updates or system maintenance on your behalf.
Step 1: Log in to your VPS
Login using SSH or the console in your control panel.
Step 2: Run the update command
sudo dnf upgrade --refresh -y
This command refreshes the package list and upgrades all available packages, including the latest system changes and security fixes.
Step 3: (Optional) Reboot your VPS
sudo reboot
Rebooting ensures that any kernel or system-level updates are fully applied.