<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Alessio Ligabue</title>
    <description>The latest articles on DEV Community by Alessio Ligabue (@alessio_ligabue_40c157b16).</description>
    <link>https://dev.to/alessio_ligabue_40c157b16</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3584418%2F976b65d9-5745-4cd1-998d-0f7e893f66c0.jpg</url>
      <title>DEV Community: Alessio Ligabue</title>
      <link>https://dev.to/alessio_ligabue_40c157b16</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/alessio_ligabue_40c157b16"/>
    <language>en</language>
    <item>
      <title>How to Upgrade to Ubuntu 25.10 (“Questing Quokka”)</title>
      <dc:creator>Alessio Ligabue</dc:creator>
      <pubDate>Mon, 27 Oct 2025 10:46:20 +0000</pubDate>
      <link>https://dev.to/alessio_ligabue_40c157b16/how-to-upgrade-to-ubuntu-2510-questing-quokka-21jc</link>
      <guid>https://dev.to/alessio_ligabue_40c157b16/how-to-upgrade-to-ubuntu-2510-questing-quokka-21jc</guid>
      <description>&lt;h2&gt;
  
  
  What’s new in Ubuntu 25.10
&lt;/h2&gt;

&lt;p&gt;Before you upgrade, it’s worth taking a quick look at what makes Ubuntu 25.10 stand out:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Ships with the Linux kernel 6.17 which brings newer hardware &amp;amp; graphics support. &lt;/li&gt;
&lt;li&gt;The desktop environment is updated to GNOME 49, introducing improved lock-screen media controls, per-monitor brightness sliders, and a refreshed UI. &lt;/li&gt;
&lt;li&gt;The default terminal emulator is now Ptyxis, replacing GNOME Terminal—built with GTK4/libadwaita, container-friendly, modern UI. &lt;/li&gt;
&lt;li&gt;The default image viewer is now Loupe, replacing Eye of GNOME. Rust-built, GPU-accelerated, modern interface. &lt;/li&gt;
&lt;li&gt;Transition to Wayland by default (dropping X11 session on GNOME) for better performance, security and future-proofing. &lt;/li&gt;
&lt;li&gt;Advanced encryption support: TPM-backed full-disk encryption becomes available as an installer option (though still somewhat experimental). &lt;/li&gt;
&lt;li&gt;Security-focused tools rewritten in Rust: for example, sudo­-rs replaces the traditional sudo implementation, improving memory-safety. &lt;/li&gt;
&lt;li&gt;Several other desktop and hardware enhancements: VRR support, RISC-V desktop session support, improved documentation and accessibility.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;With all that in mind, if you’re running a supported Ubuntu version and are ready to upgrade—here’s how to do it.&lt;/p&gt;

&lt;h3&gt;
  
  
  Before you begin: Preparation checklist
&lt;/h3&gt;

&lt;p&gt;Upgrading is straightforward —but as always with system upgrades, a little prep goes a long way.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Backup your data: Use your preferred method (Timeshift, Deja Dup, manual copy) to safeguard your important files.&lt;/li&gt;
&lt;li&gt;Check your current version: Open a terminal and run lsb_release -a or cat /etc/os-release to confirm your current Ubuntu version.&lt;/li&gt;
&lt;li&gt;Ensure you’re up to date: On your existing version, run:&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;sudo apt update &amp;amp;&amp;amp; sudo apt full-upgrade&lt;br&gt;&lt;br&gt;
sudo apt autoremove  &lt;/p&gt;

&lt;p&gt;Then reboot if a kernel update or other major change was installed.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Check supported upgrade path: Ubuntu 25.10 is an interim release (support lifetime ~9 months) so make sure you’re comfortable with that or that it suits your workflow. &lt;/li&gt;
&lt;li&gt;Consider any special hardware or custom setups: If you’re using proprietary drivers (e.g., NVIDIA), custom kernels, or LUKS encryption, you may want to consult specific compatibility notes.&lt;/li&gt;
&lt;li&gt;Free up disk space: Ensure you have enough free space (at least several GBs) for the upgrade process and to keep old packages around until you’re sure things work.&lt;/li&gt;
&lt;li&gt;Note down any custom PPAs or third-party repos: These may need to be disabled or manually managed post-upgrade.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Step-by-step: Upgrading to Ubuntu 25.10
&lt;/h2&gt;

&lt;p&gt;Here’s the general path to upgrade. (You’ll want to adapt slightly if you’re using a flavor like Kubuntu, Xubuntu, etc.)&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Switch to the update manager&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Open the “Software &amp;amp; Updates” tool → go to the “Updates” tab → set “Notify me of a new Ubuntu version” to For any new version (if it’s set to LTS only, you may not see the upgrade prompt).&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Launch the upgrade tool&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;In a terminal, you can run:&lt;/p&gt;

&lt;p&gt;sudo apt update &amp;amp;&amp;amp; sudo apt full-upgrade&lt;br&gt;&lt;br&gt;
sudo reboot&lt;br&gt;&lt;br&gt;
sudo do-release-upgrade  &lt;/p&gt;

&lt;p&gt;Alternatively, you may see the update notifier appear and you can click Upgrade when prompted.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Follow the on-screen prompts&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The upgrade tool will:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Check your system and disabled unsupported repositories.&lt;/li&gt;
&lt;li&gt;Download the upgrade packages.&lt;/li&gt;
&lt;li&gt;Ask you to confirm you want to proceed.&lt;/li&gt;
&lt;li&gt;Potentially ask you about obsolete packages to remove.&lt;/li&gt;
&lt;li&gt;Perform the installation, which may take a while depending on your hardware and internet speed.&lt;/li&gt;
&lt;/ul&gt;

&lt;ol&gt;
&lt;li&gt;Reboot into Ubuntu 25.10&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Once the download and install finish, you’ll be asked to reboot. After reboot you should find yourself running Ubuntu 25.10. Verify by running:&lt;/p&gt;

&lt;p&gt;lsb_release -a&lt;br&gt;&lt;br&gt;
uname -r  &lt;/p&gt;

&lt;p&gt;You should see something like “25.10” and kernel version ~6.17.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Post-upgrade tasks&lt;/li&gt;
&lt;/ol&gt;

&lt;ul&gt;
&lt;li&gt;Open Software &amp;amp; Updates → “Other Software” tab to re-enable any PPAs you trust (or remove ones that are no longer supported).&lt;/li&gt;
&lt;li&gt;Check for proprietary driver updates (for e.g., NVIDIA) via “Additional Drivers”.&lt;/li&gt;
&lt;li&gt;Remove old kernels and packages:&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;sudo apt autoremove --purge  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Review the new defaults: try the new terminal (Ptyxis) and image viewer (Loupe), and get familiar with GNOME 49 changes.&lt;/li&gt;
&lt;li&gt;If you were using X11 sessions, note that Ubuntu 25.10 uses Wayland by default (you can still switch to XWayland if required) &lt;/li&gt;
&lt;li&gt;If you had full-disk encryption or TPM-backed FDE in mind, check how your setup performs and review the new “Security Center” panel (if available) for TPM status. &lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Things to watch out for (and how to fix them)
&lt;/h2&gt;

&lt;p&gt;Upgrades don’t always go perfectly — here are a few known caveats specific to 25.10:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Some older X11-only apps or workflows may behave differently under Wayland. If you run into compatibility issues, you can select an XOrg session at the login screen or use XWayland. &lt;/li&gt;
&lt;li&gt;TPM-based full-disk encryption is still flagged as experimental for this release: if your hardware isn’t fully supported you may see warnings or recovery-key prompts at boot. &lt;/li&gt;
&lt;li&gt;Because of the large foundational changes (e.g., Rust-based sudo, new terminal, new image viewer), certain edge-tools or scripts may require updates. For example the sudo command still works, but under the hood it's sudo-rs now. &lt;/li&gt;
&lt;li&gt;If you had third-party PPAs or unsupported repos, they may get disabled by the upgrade tool — you’ll need to re-enable or remove them manually.&lt;/li&gt;
&lt;li&gt;As this is an interim release, it is supported for about 9 months (until July 2026) so plan accordingly for your next upgrade path. &lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Wrap-up
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://www.alessioligabue.it/en/blog/upgrade-ubuntu-2510-guide" rel="noopener noreferrer"&gt;Upgrading to Ubuntu 25.10&lt;/a&gt; brings a refreshing mix of foundational modernisation (Rust tools, Wayland-by-default), user-facing improvements (new terminal, new image viewer, better hardware support) and a solid stepping stone to the next LTS cycle. With the proper preparation and a bit of post-upgrade cleanup, you should find yourself in a responsive, modern Ubuntu experience.&lt;/p&gt;

&lt;p&gt;If you encounter any snags—unexpected behavior, disabled repositories, driver issues make sure to check logs (journalctl), use ubuntu-support-tools, look through the official release notes for known issues. &lt;/p&gt;

&lt;p&gt;Enjoy Ubuntu 25.10 happy upgrading!&lt;/p&gt;

</description>
      <category>ubuntu</category>
    </item>
  </channel>
</rss>
