I ran the usual commands for upgrading neon and got an odd message.
But then pkcon update worked and installed the packages. So apt-get dist-upgrade kept back packages that pkcon installed. Are they pushing us to use pkcon?
$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Starting pkgProblemResolver with broken count: 0
Starting 2 pkgProblemResolver with broken count: 0
Done
Calculating upgrade... Done
The following packages have been kept back:
grub-efi-amd64-bin grub-efi-amd64-signed
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
jon@jon-desktop:~$ sudo apt-get --with-new-pkgs upgrade
On KDE neon you should use `pkcon update` to install updates.
If you absolutely must use apt you do have to use dist-upgrade or full-upgrade in place of the upgrade command.
https://neon.kde.org/faq#command-to-update
Abort.
$ sudo pkcon update
Getting updates [=========================]
Finished [=========================]
Loading cache [=========================]
Testing changes [=========================]
Finished [ ] (0%)
The following packages have to be updated:
grub-efi-amd64-bin-2.06-2ubuntu10.amd64 GRand Unified Bootloader, version 2 (EFI-AMD64 modules)
grub-efi-amd64-signed-1.182~22.04.1+2.06-2ubuntu10.amd64 GRand Unified Bootloader, version 2 (EFI-AMD64 version, signed)
Proceed with changes? [N/y] y
[=========================]
Updating packages [=========================]
Loading cache [=========================]
Downloading packages [=========================]
Running [=========================]
Installing packages [=========================]
Finished [=========================]
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Starting pkgProblemResolver with broken count: 0
Starting 2 pkgProblemResolver with broken count: 0
Done
Calculating upgrade... Done
The following packages have been kept back:
grub-efi-amd64-bin grub-efi-amd64-signed
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
jon@jon-desktop:~$ sudo apt-get --with-new-pkgs upgrade
On KDE neon you should use `pkcon update` to install updates.
If you absolutely must use apt you do have to use dist-upgrade or full-upgrade in place of the upgrade command.
https://neon.kde.org/faq#command-to-update
Abort.
$ sudo pkcon update
Getting updates [=========================]
Finished [=========================]
Loading cache [=========================]
Testing changes [=========================]
Finished [ ] (0%)
The following packages have to be updated:
grub-efi-amd64-bin-2.06-2ubuntu10.amd64 GRand Unified Bootloader, version 2 (EFI-AMD64 modules)
grub-efi-amd64-signed-1.182~22.04.1+2.06-2ubuntu10.amd64 GRand Unified Bootloader, version 2 (EFI-AMD64 version, signed)
Proceed with changes? [N/y] y
[=========================]
Updating packages [=========================]
Loading cache [=========================]
Downloading packages [=========================]
Running [=========================]
Installing packages [=========================]
Finished [=========================]
But then pkcon update worked and installed the packages. So apt-get dist-upgrade kept back packages that pkcon installed. Are they pushing us to use pkcon?
Comment