Ubuntu 25.04 upgrade: Difference between revisions

From Bitpost wiki
(Created page with "Check prev ones Ubuntu 24.04 upgrade and Ubuntu 24.10 upgrade for more detailed notes. The only issue I remember was fighting to make qbittorrent-nox and apache happy (was there a php8.1 vs php8.3 issue, i think?).")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
Check prev ones [[Ubuntu 24.04 upgrade]] and [[Ubuntu 24.10 upgrade]] for more detailed notes.
Check prev ones [[Ubuntu 24.04 upgrade]] and [[Ubuntu 24.10 upgrade]] for more detailed notes.


The only issue I remember was fighting to make qbittorrent-nox and apache happy (was there a php8.1 vs php8.3 issue, i think?).
Issues:
* fighting to make qbittorrent-nox and apache happy (was there a php8.1 vs php8.3 issue, i think?)
* needed to readd systemd-resolved on positronic, it works fine now that dnsmasq is tuned on bitpost:
sudo systemctl enable systemd-resolved
sudo systemctl start systemd-resolved
* If the network icon disappeared from toolbar, this seems to restore it:
sudo apt install network-manager-applet
nm-applet &
* See [[APT repos]] to ONCE AGAIN reactivate the repos I want...

Latest revision as of 15:15, 22 June 2025

Check prev ones Ubuntu 24.04 upgrade and Ubuntu 24.10 upgrade for more detailed notes.

Issues:

  • fighting to make qbittorrent-nox and apache happy (was there a php8.1 vs php8.3 issue, i think?)
  • needed to readd systemd-resolved on positronic, it works fine now that dnsmasq is tuned on bitpost:
sudo systemctl enable systemd-resolved
sudo systemctl start systemd-resolved
  • If the network icon disappeared from toolbar, this seems to restore it:
sudo apt install network-manager-applet
nm-applet &
  • See APT repos to ONCE AGAIN reactivate the repos I want...