Since I upgraded to Ubuntu 21.04 hirsute, I get this very annoying message whenever I perform some upgrades.
How to disable it? It's breaking my upgrade scripts.
System information :
OS: Ubuntu 21.04 x86_64
Host: HP G62 Notebook PC 0598120000202710010020100
Kernel: 5.11.0-24-generic
Uptime: 17 mins
Packages: 1289 (dpkg), 11 (snap)
Shell: bash 5.1.4
Resolution: 1366x768
Terminal: /dev/pts/0
CPU: Intel i3 M 370 (4) @ 2.399GHz
GPU: Intel Core Processor
Memory: 424MiB / 3726MiB
Upgrade script :
sudo apt update
sudo apt full-upgrade -y --auto-remove
sudo reboot now
sudo apt update. What happens when you reboot? – Nmath Jul 04 '21 at 01:58sudo apt full-upgrade -y --auto-removeand performing them viasudo apt full-upgrade -y --auto-remove. When I reboot, the computer reboots. The results ofsudo apt updatedepends on the upgrades available at the time. Example : 1 package can be upgraded. Runapt list --upgradableto see it. – Nato Boram Jul 04 '21 at 02:02-yflag you might be missing important information that could help explain the error. Can you add the entire output ofsudo apt updateandsudo apt upgradeinto the body of your question. If you put three backticks (`) before and after each block, it will retain monospace formatting and line breaks. – Nmath Jul 04 '21 at 02:05<details><summary>doesn't seem to be supported here. – Nato Boram Jul 04 '21 at 02:19aptwill usually throw errors or messages giving you more information. I'm asking questions that might shed light on the problem, which could reveal a solution. Have you already rebooted the system? Also, do you generally, or have you ever manually installed kernel versions outside of the typical updates from the package manager orapt? – Nmath Jul 04 '21 at 02:25sudo apt full-upgrade -y --auto-removeinstead ofsudo apt upgrade? – Nmath Jul 04 '21 at 02:25-proposedpocket of the Ubuntu Repositories enabled. That's generally a bad idea, and is one possible cause of your problem. Disable-proposed, run apt updates again, and see if the problem goes away over the next week or two. – user535733 Jul 04 '21 at 02:35hirsute-proposed, I'll see what happens next week. While it's nice if that solves it, it would be better to know how to disable only the prompt so it doesn't happen even if I use-proposedin the future, at least to actually answer the question. – Nato Boram Jul 04 '21 at 02:54