$ 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: | 08:57:31 |
| Calls: | 7,025 |
| Calls today: | 6 |
| Files: | 8,557 |
| D/L today: |
3,056 files (1,765M bytes) |
| Messages: | 369,364 |
| Posted today: | 1 |