Activity log for bug #1868409

Date Who What changed Old value New value Message
2020-03-21 22:17:18 Naël bug added bug
2020-03-22 09:53:32 Launchpad Janitor ubuntu-meta (Ubuntu): status New Confirmed
2020-03-24 22:52:29 Brian Murray tags rls-ff-incoming
2020-03-26 15:20:40 Dimitri John Ledkov bug task added gnome-calculator (Ubuntu)
2020-03-27 18:50:13 Brian Murray bug added subscriber Brian Murray
2020-03-28 16:32:37 Naël bug task added gnome-logs (Ubuntu)
2020-03-28 16:33:41 Naël bug task added gnome-characters (Ubuntu)
2020-03-31 13:50:27 Marcus Tomlinson bug task added update-manager (Ubuntu)
2020-03-31 13:50:35 Marcus Tomlinson update-manager (Ubuntu): status New Triaged
2020-03-31 13:50:38 Marcus Tomlinson update-manager (Ubuntu): assignee Marcus Tomlinson (marcustomlinson)
2020-03-31 13:51:24 Marcus Tomlinson bug task deleted ubuntu-meta (Ubuntu)
2020-03-31 13:51:26 Marcus Tomlinson bug task deleted gnome-logs (Ubuntu)
2020-03-31 13:51:29 Marcus Tomlinson bug task deleted gnome-characters (Ubuntu)
2020-03-31 13:51:30 Marcus Tomlinson bug task deleted gnome-calculator (Ubuntu)
2020-03-31 13:51:35 Marcus Tomlinson update-manager (Ubuntu): importance Undecided High
2020-03-31 13:51:55 Marcus Tomlinson update-manager (Ubuntu): status Triaged In Progress
2020-04-02 14:10:26 Marcus Tomlinson branch linked lp:~marcustomlinson/update-manager/update-manager
2020-04-04 12:39:53 Jani Uusitalo bug added subscriber Jani Uusitalo
2020-04-06 08:26:30 Marcus Tomlinson summary gnome-{calculator,logs,characters} snaps not removed after the equivalent APT packages are installed on 20.04, and gnome-software APT package not replaced by snap-store [FFe] gnome-{calculator,logs,characters} snaps not removed after the equivalent APT packages are installed on 20.04, and gnome-software APT package not replaced by snap-store
2020-04-06 08:53:30 Marcus Tomlinson description I'm trialing the development release of Ubuntu 20.04, installed in December and kept up-to-date by regularly running apt full-upgrade. I understand from [1] that 20.04 will ship gnome-{calculator,logs,characters} as APT packages rather than snap apps, and gnome-software as a snap app (called snap-store) rather than an APT package. Following an apt full-upgrade in late February, I now have: * both the snap and the APT versions of gnome-{calculator,logs,characters} * still only the APT version of gnome-software, no snap-store Is this normal? A user in the #ubuntu+1 IRC channel reports that a fresh install of the development release: * only features the APT versions of gnome-{calculator,logs,characters} * features the snap-store (but also the APT version of gnome-software) Are users of older installs of the development release supposed to manually uninstall the snap versions of gnome-{calculator,logs,characters} and manually install the snap-store? [1] https://discourse.ubuntu.com/t/is-ubuntu-software-going-to-be-remove-for-snap-snap-store/14542 [ Description ] I'm trialing the development release of Ubuntu 20.04, installed in December and kept up-to-date by regularly running apt full-upgrade. I understand from [1] that 20.04 will ship gnome-{calculator,logs,characters} as APT packages rather than snap apps, and gnome-software as a snap app (called snap-store) rather than an APT package. Following an apt full-upgrade in late February, I now have: * both the snap and the APT versions of gnome-{calculator,logs,characters} * still only the APT version of gnome-software, no snap-store Is this normal? A user in the #ubuntu+1 IRC channel reports that a fresh install of the development release: * only features the APT versions of gnome-{calculator,logs,characters} * features the snap-store (but also the APT version of gnome-software) Are users of older installs of the development release supposed to manually uninstall the snap versions of gnome-{calculator,logs,characters} and manually install the snap-store? [1] https://discourse.ubuntu.com/t/is-ubuntu-software-going-to-be-remove-for-snap-snap-store/14542 [ Testing ] With the linked branch applied, update-manager will now (post-upgrade) update snaps according to the seeds described in /usr/share/ubuntu-release-upgrader/deb2snap.json. There are three possible update actions: 1. A seeded snap that is not already installed gets installed. 2. An unseeded snap that has dependants gets refreshed to stable. 3. An unseeded snap that has no dependants gets removed. In case 1, if the equivalent deb is installed and was not installed manually, it gets removed. To test all three cases: ` sudo apt -y install gnome-software sudo apt-mark auto gnome-software snap remove snap-store snap install gnome-calculator snap refresh gnome-calculator --channel=latest/stable/ubuntu-20.04 snap install gnome-3-28-1804 snap refresh gnome-3-28-1804 --channel=latest/stable/ubuntu-20.04 snap install libreoffice update-manager ` Once the update completes you should have: - gnome-software deb removed, - snap-store snap installed from "latest/stable/ubuntu-20.04", - gnome-3-28-1804 installed from "stable", - and gnome-calculator snap removed.
2020-04-06 08:56:34 Marcus Tomlinson description [ Description ] I'm trialing the development release of Ubuntu 20.04, installed in December and kept up-to-date by regularly running apt full-upgrade. I understand from [1] that 20.04 will ship gnome-{calculator,logs,characters} as APT packages rather than snap apps, and gnome-software as a snap app (called snap-store) rather than an APT package. Following an apt full-upgrade in late February, I now have: * both the snap and the APT versions of gnome-{calculator,logs,characters} * still only the APT version of gnome-software, no snap-store Is this normal? A user in the #ubuntu+1 IRC channel reports that a fresh install of the development release: * only features the APT versions of gnome-{calculator,logs,characters} * features the snap-store (but also the APT version of gnome-software) Are users of older installs of the development release supposed to manually uninstall the snap versions of gnome-{calculator,logs,characters} and manually install the snap-store? [1] https://discourse.ubuntu.com/t/is-ubuntu-software-going-to-be-remove-for-snap-snap-store/14542 [ Testing ] With the linked branch applied, update-manager will now (post-upgrade) update snaps according to the seeds described in /usr/share/ubuntu-release-upgrader/deb2snap.json. There are three possible update actions: 1. A seeded snap that is not already installed gets installed. 2. An unseeded snap that has dependants gets refreshed to stable. 3. An unseeded snap that has no dependants gets removed. In case 1, if the equivalent deb is installed and was not installed manually, it gets removed. To test all three cases: ` sudo apt -y install gnome-software sudo apt-mark auto gnome-software snap remove snap-store snap install gnome-calculator snap refresh gnome-calculator --channel=latest/stable/ubuntu-20.04 snap install gnome-3-28-1804 snap refresh gnome-3-28-1804 --channel=latest/stable/ubuntu-20.04 snap install libreoffice update-manager ` Once the update completes you should have: - gnome-software deb removed, - snap-store snap installed from "latest/stable/ubuntu-20.04", - gnome-3-28-1804 installed from "stable", - and gnome-calculator snap removed. [ Description ] I'm trialing the development release of Ubuntu 20.04, installed in December and kept up-to-date by regularly running apt full-upgrade. I understand from [1] that 20.04 will ship gnome-{calculator,logs,characters} as APT packages rather than snap apps, and gnome-software as a snap app (called snap-store) rather than an APT package. Following an apt full-upgrade in late February, I now have: * both the snap and the APT versions of gnome-{calculator,logs,characters} * still only the APT version of gnome-software, no snap-store Is this normal? A user in the #ubuntu+1 IRC channel reports that a fresh install of the development release: * only features the APT versions of gnome-{calculator,logs,characters} * features the snap-store (but also the APT version of gnome-software) Are users of older installs of the development release supposed to manually uninstall the snap versions of gnome-{calculator,logs,characters} and manually install the snap-store? [1] https://discourse.ubuntu.com/t/is-ubuntu-software-going-to-be-remove-for-snap-snap-store/14542 [ Testing ] With the linked branch applied, update-manager will now (post-upgrade) update snaps according to the seeds described in /usr/share/ubuntu-release-upgrader/deb2snap.json. There are three possible update actions: 1. A seeded snap that is not already installed gets installed. 2. An unseeded snap that has dependants gets refreshed to stable. 3. An unseeded snap that has no dependants gets removed. In case 1, if the equivalent deb is installed and was not installed manually, it gets removed. To test all three cases: ` sudo apt -y install gnome-software sudo apt-mark auto gnome-software snap remove snap-store snap install gnome-3-28-1804 snap refresh gnome-3-28-1804 --channel=latest/stable/ubuntu-20.04 snap install libreoffice snap install gnome-calculator snap refresh gnome-calculator --channel=latest/stable/ubuntu-20.04 update-manager ` Once the update completes you should have: - gnome-software deb removed, - snap-store snap installed from "latest/stable/ubuntu-20.04", - gnome-3-28-1804 installed from "stable", - and gnome-calculator snap removed.
2020-04-06 08:57:10 Marcus Tomlinson description [ Description ] I'm trialing the development release of Ubuntu 20.04, installed in December and kept up-to-date by regularly running apt full-upgrade. I understand from [1] that 20.04 will ship gnome-{calculator,logs,characters} as APT packages rather than snap apps, and gnome-software as a snap app (called snap-store) rather than an APT package. Following an apt full-upgrade in late February, I now have: * both the snap and the APT versions of gnome-{calculator,logs,characters} * still only the APT version of gnome-software, no snap-store Is this normal? A user in the #ubuntu+1 IRC channel reports that a fresh install of the development release: * only features the APT versions of gnome-{calculator,logs,characters} * features the snap-store (but also the APT version of gnome-software) Are users of older installs of the development release supposed to manually uninstall the snap versions of gnome-{calculator,logs,characters} and manually install the snap-store? [1] https://discourse.ubuntu.com/t/is-ubuntu-software-going-to-be-remove-for-snap-snap-store/14542 [ Testing ] With the linked branch applied, update-manager will now (post-upgrade) update snaps according to the seeds described in /usr/share/ubuntu-release-upgrader/deb2snap.json. There are three possible update actions: 1. A seeded snap that is not already installed gets installed. 2. An unseeded snap that has dependants gets refreshed to stable. 3. An unseeded snap that has no dependants gets removed. In case 1, if the equivalent deb is installed and was not installed manually, it gets removed. To test all three cases: ` sudo apt -y install gnome-software sudo apt-mark auto gnome-software snap remove snap-store snap install gnome-3-28-1804 snap refresh gnome-3-28-1804 --channel=latest/stable/ubuntu-20.04 snap install libreoffice snap install gnome-calculator snap refresh gnome-calculator --channel=latest/stable/ubuntu-20.04 update-manager ` Once the update completes you should have: - gnome-software deb removed, - snap-store snap installed from "latest/stable/ubuntu-20.04", - gnome-3-28-1804 installed from "stable", - and gnome-calculator snap removed. [ Description ] I'm trialing the development release of Ubuntu 20.04, installed in December and kept up-to-date by regularly running apt full-upgrade. I understand from [1] that 20.04 will ship gnome-{calculator,logs,characters} as APT packages rather than snap apps, and gnome-software as a snap app (called snap-store) rather than an APT package. Following an apt full-upgrade in late February, I now have: * both the snap and the APT versions of gnome-{calculator,logs,characters} * still only the APT version of gnome-software, no snap-store Is this normal? A user in the #ubuntu+1 IRC channel reports that a fresh install of the development release: * only features the APT versions of gnome-{calculator,logs,characters} * features the snap-store (but also the APT version of gnome-software) Are users of older installs of the development release supposed to manually uninstall the snap versions of gnome-{calculator,logs,characters} and manually install the snap-store? [1] https://discourse.ubuntu.com/t/is-ubuntu-software-going-to-be-remove-for-snap-snap-store/14542 [ Testing ] With the linked branch applied, update-manager will now (post-upgrade) update snaps according to the seeds described in /usr/share/ubuntu-release-upgrader/deb2snap.json. There are three possible update actions: 1. A seeded snap that is not already installed gets installed. 2. An unseeded snap that has dependants gets refreshed to stable. 3. An unseeded snap that has no dependants gets removed. In case 1, if the equivalent deb is installed and was not installed manually, it gets removed. To test all three cases: ` sudo apt -y install gnome-software sudo apt-mark auto gnome-software snap remove snap-store snap install gnome-3-28-1804 snap refresh gnome-3-28-1804 --channel=latest/stable/ubuntu-20.04 snap install libreoffice snap install gnome-calculator snap refresh gnome-calculator --channel=latest/stable/ubuntu-20.04 update-manager ` Once the update completes you should have: - the gnome-software deb removed, - the snap-store snap installed from "latest/stable/ubuntu-20.04", - the gnome-3-28-1804 installed from "stable", - and the gnome-calculator snap removed.
2020-04-06 09:00:02 Marcus Tomlinson description [ Description ] I'm trialing the development release of Ubuntu 20.04, installed in December and kept up-to-date by regularly running apt full-upgrade. I understand from [1] that 20.04 will ship gnome-{calculator,logs,characters} as APT packages rather than snap apps, and gnome-software as a snap app (called snap-store) rather than an APT package. Following an apt full-upgrade in late February, I now have: * both the snap and the APT versions of gnome-{calculator,logs,characters} * still only the APT version of gnome-software, no snap-store Is this normal? A user in the #ubuntu+1 IRC channel reports that a fresh install of the development release: * only features the APT versions of gnome-{calculator,logs,characters} * features the snap-store (but also the APT version of gnome-software) Are users of older installs of the development release supposed to manually uninstall the snap versions of gnome-{calculator,logs,characters} and manually install the snap-store? [1] https://discourse.ubuntu.com/t/is-ubuntu-software-going-to-be-remove-for-snap-snap-store/14542 [ Testing ] With the linked branch applied, update-manager will now (post-upgrade) update snaps according to the seeds described in /usr/share/ubuntu-release-upgrader/deb2snap.json. There are three possible update actions: 1. A seeded snap that is not already installed gets installed. 2. An unseeded snap that has dependants gets refreshed to stable. 3. An unseeded snap that has no dependants gets removed. In case 1, if the equivalent deb is installed and was not installed manually, it gets removed. To test all three cases: ` sudo apt -y install gnome-software sudo apt-mark auto gnome-software snap remove snap-store snap install gnome-3-28-1804 snap refresh gnome-3-28-1804 --channel=latest/stable/ubuntu-20.04 snap install libreoffice snap install gnome-calculator snap refresh gnome-calculator --channel=latest/stable/ubuntu-20.04 update-manager ` Once the update completes you should have: - the gnome-software deb removed, - the snap-store snap installed from "latest/stable/ubuntu-20.04", - the gnome-3-28-1804 installed from "stable", - and the gnome-calculator snap removed. [ Description ] I'm trialing the development release of Ubuntu 20.04, installed in December and kept up-to-date by regularly running apt full-upgrade. I understand from [1] that 20.04 will ship gnome-{calculator,logs,characters} as APT packages rather than snap apps, and gnome-software as a snap app (called snap-store) rather than an APT package. Following an apt full-upgrade in late February, I now have: * both the snap and the APT versions of gnome-{calculator,logs,characters} * still only the APT version of gnome-software, no snap-store Is this normal? A user in the #ubuntu+1 IRC channel reports that a fresh install of the development release: * only features the APT versions of gnome-{calculator,logs,characters} * features the snap-store (but also the APT version of gnome-software) Are users of older installs of the development release supposed to manually uninstall the snap versions of gnome-{calculator,logs,characters} and manually install the snap-store? [1] https://discourse.ubuntu.com/t/is-ubuntu-software-going-to-be-remove-for-snap-snap-store/14542 [ Testing ] With the linked branch applied, update-manager will now (post-upgrade) update snaps according to the seeds described in /usr/share/ubuntu-release-upgrader/deb2snap.json. There are three possible update actions: 1. A seeded snap that is not already installed gets installed. 2. An unseeded snap that has dependants gets refreshed to stable. 3. An unseeded snap that has no dependants gets removed. In case 1, if the equivalent deb is installed and was not installed manually, it gets removed. To test all three cases: ` sudo apt -y install gnome-software sudo apt-mark auto gnome-software snap remove snap-store snap install gnome-3-28-1804 snap refresh gnome-3-28-1804 --channel=latest/stable/ubuntu-20.04 snap install libreoffice snap install gnome-calculator snap refresh gnome-calculator --channel=latest/stable/ubuntu-20.04 snap install gnome-logs snap refresh gnome-logs --channel=latest/stable/ubuntu-20.04 snap install gnome-characters snap refresh gnome-characters --channel=latest/stable/ubuntu-20.04 update-manager ` Once the update completes you should have: - the gnome-software deb removed, - the snap-store snap installed from "latest/stable/ubuntu-20.04", - the gnome-3-28-1804 installed from "stable", - and the gnome-{calculator,logs,characters} snaps removed.
2020-04-06 09:03:36 Marcus Tomlinson description [ Description ] I'm trialing the development release of Ubuntu 20.04, installed in December and kept up-to-date by regularly running apt full-upgrade. I understand from [1] that 20.04 will ship gnome-{calculator,logs,characters} as APT packages rather than snap apps, and gnome-software as a snap app (called snap-store) rather than an APT package. Following an apt full-upgrade in late February, I now have: * both the snap and the APT versions of gnome-{calculator,logs,characters} * still only the APT version of gnome-software, no snap-store Is this normal? A user in the #ubuntu+1 IRC channel reports that a fresh install of the development release: * only features the APT versions of gnome-{calculator,logs,characters} * features the snap-store (but also the APT version of gnome-software) Are users of older installs of the development release supposed to manually uninstall the snap versions of gnome-{calculator,logs,characters} and manually install the snap-store? [1] https://discourse.ubuntu.com/t/is-ubuntu-software-going-to-be-remove-for-snap-snap-store/14542 [ Testing ] With the linked branch applied, update-manager will now (post-upgrade) update snaps according to the seeds described in /usr/share/ubuntu-release-upgrader/deb2snap.json. There are three possible update actions: 1. A seeded snap that is not already installed gets installed. 2. An unseeded snap that has dependants gets refreshed to stable. 3. An unseeded snap that has no dependants gets removed. In case 1, if the equivalent deb is installed and was not installed manually, it gets removed. To test all three cases: ` sudo apt -y install gnome-software sudo apt-mark auto gnome-software snap remove snap-store snap install gnome-3-28-1804 snap refresh gnome-3-28-1804 --channel=latest/stable/ubuntu-20.04 snap install libreoffice snap install gnome-calculator snap refresh gnome-calculator --channel=latest/stable/ubuntu-20.04 snap install gnome-logs snap refresh gnome-logs --channel=latest/stable/ubuntu-20.04 snap install gnome-characters snap refresh gnome-characters --channel=latest/stable/ubuntu-20.04 update-manager ` Once the update completes you should have: - the gnome-software deb removed, - the snap-store snap installed from "latest/stable/ubuntu-20.04", - the gnome-3-28-1804 installed from "stable", - and the gnome-{calculator,logs,characters} snaps removed. [ Description ] I'm trialing the development release of Ubuntu 20.04, installed in December and kept up-to-date by regularly running apt full-upgrade. I understand from [1] that 20.04 will ship gnome-{calculator,logs,characters} as APT packages rather than snap apps, and gnome-software as a snap app (called snap-store) rather than an APT package. Following an apt full-upgrade in late February, I now have: * both the snap and the APT versions of gnome-{calculator,logs,characters} * still only the APT version of gnome-software, no snap-store Is this normal? A user in the #ubuntu+1 IRC channel reports that a fresh install of the development release: * only features the APT versions of gnome-{calculator,logs,characters} * features the snap-store (but also the APT version of gnome-software) Are users of older installs of the development release supposed to manually uninstall the snap versions of gnome-{calculator,logs,characters} and manually install the snap-store? [1] https://discourse.ubuntu.com/t/is-ubuntu-software-going-to-be-remove-for-snap-snap-store/14542 [ Testing ] With the linked branch applied, update-manager will now (post-upgrade) update snaps according to the seeds described in /usr/share/ubuntu-release-upgrader/deb2snap.json. There are three possible update actions: 1. A seeded snap that is not already installed gets installed. 2. An unseeded snap that has dependants gets refreshed to stable. 3. An unseeded snap that has no dependants gets removed. In case 1, if the equivalent deb is installed and was not installed manually, it gets removed. To test all three cases: ` sudo apt -y install gnome-software sudo apt-mark auto gnome-software snap remove snap-store snap install gnome-3-28-1804 snap refresh gnome-3-28-1804 --channel=latest/stable/ubuntu-20.04 snap install libreoffice snap install gnome-calculator snap refresh gnome-calculator --channel=latest/stable/ubuntu-20.04 snap install gnome-logs snap refresh gnome-logs --channel=latest/stable/ubuntu-20.04 snap install gnome-characters snap refresh gnome-characters --channel=latest/stable/ubuntu-20.04 update-manager ` Once the update completes you should have: - the gnome-software deb removed, - the snap-store snap installed from "latest/stable/ubuntu-20.04", - the gnome-3-28-1804 snap installed from "stable", - and the gnome-{calculator,logs,characters} snaps removed.
2020-04-06 11:34:03 Marcus Tomlinson description [ Description ] I'm trialing the development release of Ubuntu 20.04, installed in December and kept up-to-date by regularly running apt full-upgrade. I understand from [1] that 20.04 will ship gnome-{calculator,logs,characters} as APT packages rather than snap apps, and gnome-software as a snap app (called snap-store) rather than an APT package. Following an apt full-upgrade in late February, I now have: * both the snap and the APT versions of gnome-{calculator,logs,characters} * still only the APT version of gnome-software, no snap-store Is this normal? A user in the #ubuntu+1 IRC channel reports that a fresh install of the development release: * only features the APT versions of gnome-{calculator,logs,characters} * features the snap-store (but also the APT version of gnome-software) Are users of older installs of the development release supposed to manually uninstall the snap versions of gnome-{calculator,logs,characters} and manually install the snap-store? [1] https://discourse.ubuntu.com/t/is-ubuntu-software-going-to-be-remove-for-snap-snap-store/14542 [ Testing ] With the linked branch applied, update-manager will now (post-upgrade) update snaps according to the seeds described in /usr/share/ubuntu-release-upgrader/deb2snap.json. There are three possible update actions: 1. A seeded snap that is not already installed gets installed. 2. An unseeded snap that has dependants gets refreshed to stable. 3. An unseeded snap that has no dependants gets removed. In case 1, if the equivalent deb is installed and was not installed manually, it gets removed. To test all three cases: ` sudo apt -y install gnome-software sudo apt-mark auto gnome-software snap remove snap-store snap install gnome-3-28-1804 snap refresh gnome-3-28-1804 --channel=latest/stable/ubuntu-20.04 snap install libreoffice snap install gnome-calculator snap refresh gnome-calculator --channel=latest/stable/ubuntu-20.04 snap install gnome-logs snap refresh gnome-logs --channel=latest/stable/ubuntu-20.04 snap install gnome-characters snap refresh gnome-characters --channel=latest/stable/ubuntu-20.04 update-manager ` Once the update completes you should have: - the gnome-software deb removed, - the snap-store snap installed from "latest/stable/ubuntu-20.04", - the gnome-3-28-1804 snap installed from "stable", - and the gnome-{calculator,logs,characters} snaps removed. [ Description ] I'm trialing the development release of Ubuntu 20.04, installed in December and kept up-to-date by regularly running apt full-upgrade. I understand from [1] that 20.04 will ship gnome-{calculator,logs,characters} as APT packages rather than snap apps, and gnome-software as a snap app (called snap-store) rather than an APT package. Following an apt full-upgrade in late February, I now have: * both the snap and the APT versions of gnome-{calculator,logs,characters} * still only the APT version of gnome-software, no snap-store Is this normal? A user in the #ubuntu+1 IRC channel reports that a fresh install of the development release: * only features the APT versions of gnome-{calculator,logs,characters} * features the snap-store (but also the APT version of gnome-software) Are users of older installs of the development release supposed to manually uninstall the snap versions of gnome-{calculator,logs,characters} and manually install the snap-store? [1] https://discourse.ubuntu.com/t/is-ubuntu-software-going-to-be-remove-for-snap-snap-store/14542 [ Testing ] With the linked branch applied, update-manager will now (post-upgrade) update snaps according to the seeds described in /usr/share/ubuntu-release-upgrader/deb2snap.json. There are three possible update actions: 1. A seeded snap that is not already installed gets installed. 2. An unseeded snap that has dependants gets refreshed to stable. 3. An unseeded snap that has no dependants gets removed. In case 1, if the equivalent deb is installed and was not installed manually, it gets removed. To test all three cases: ` sudo apt -y install gnome-software sudo apt-mark auto gnome-software snap remove snap-store snap install gnome-3-28-1804 snap refresh gnome-3-28-1804 --channel=latest/stable/ubuntu-18.04 snap install libreoffice snap install gnome-calculator snap refresh gnome-calculator --channel=latest/stable/ubuntu-19.10 snap install gnome-logs snap refresh gnome-logs --channel=latest/stable/ubuntu-19.04 snap install gnome-characters snap refresh gnome-characters --channel=latest/stable/ubuntu-20.04 update-manager ` Once the update completes you should have: - the gnome-software deb removed, - the snap-store snap installed from "latest/stable/ubuntu-20.04", - the gnome-3-28-1804 snap installed from "stable", - and the gnome-{calculator,logs,characters} snaps removed.
2020-04-06 19:01:08 Launchpad Janitor branch linked lp:~gunnarhj/update-manager/pot-fix
2020-04-06 19:23:11 Gunnar Hjalmarsson bug added subscriber Gunnar Hjalmarsson
2020-04-06 20:31:47 Igor Zubarev bug added subscriber Igor Zubarev
2020-04-06 22:59:29 Launchpad Janitor branch linked lp:update-manager
2020-04-07 19:27:09 Launchpad Janitor update-manager (Ubuntu): status In Progress Fix Released
2020-04-08 17:24:32 Marcus Tomlinson branch unlinked lp:~marcustomlinson/update-manager/update-manager
2020-04-08 17:24:38 Marcus Tomlinson branch unlinked lp:update-manager
2020-04-08 23:51:09 Naël removed subscriber Naël
2020-04-14 23:59:17 Naël bug added subscriber Naël
2020-04-25 20:25:11 Naël removed subscriber Naël