Ubuntu 25.04 upgrade: Difference between revisions
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
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: | |||
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...