$ sudo apt-get upgrade -y
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
libcamera-apps-lite libcamera-ipa libcamera0.1
linux-headers-rpi-2712 linux-headers-rpi-v8 linux-image-rpi-2712
linux-image-rpi-v8 raspberrypi-sys-mods raspi-utils
Why?
1) Installing them would breach the ‘apt-get upgrade’ rule that it never
removes packages or installs new ones.
Solution: ‘apt-get dist-upgrade’.
Richard Kettlewell <invalid@invalid.invalid> writes:
1) Installing them would breach the ‘apt-get upgrade’ rule that it
never
removes packages or installs new ones.
Solution: ‘apt-get dist-upgrade’.
Someone recently pointed out you can also do
apt-get upgrade --with-new-pkgs
to get around that. Kernel updates always require a new package.
Richard Kettlewell <invalid@invalid.invalid> writes:
1) Installing them would breach the ‘apt-get upgrade’ rule that it never >> removes packages or installs new ones.
Solution: ‘apt-get dist-upgrade’.
Someone recently pointed out you can also do
apt-get upgrade --with-new-pkgs
to get around that. Kernel updates always require a new package.
| Sysop: | Eric Oulashin |
|---|---|
| Location: | Beaverton, Oregon, USA |
| Users: | 100 |
| Nodes: | 16 (0 / 16) |
| Uptime: | 04:10:45 |
| Calls: | 7,019 |
| Calls today: | 7 |
| Files: | 8,557 |
| D/L today: |
332 files (139M bytes) |
| Messages: | 369,768 |
| Posted today: | 1 |