Ubuntu 25.04 upgrade: Difference between revisions
No edit summary  | 
				No edit summary  | 
				||
| Line 6: | Line 6: | ||
  sudo systemctl enable systemd-resolved  |   sudo systemctl enable systemd-resolved  | ||
  sudo systemctl start systemd-resolved  |   sudo systemctl start systemd-resolved  | ||
* If the network icon disappeared from toolbar, this seems to restore it:  | |||
See [[APT repos]] to ONCE AGAIN reactivate the repos I want...  |  sudo apt install network-manager-applet  | ||
* See [[APT repos]] to ONCE AGAIN reactivate the repos I want...  | |||
Revision as of 20:12, 16 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
- See APT repos to ONCE AGAIN reactivate the repos I want...