Skip to main content
deleted 55 characters in body
Source Link
Evidlo
  • 171
  • 1
  • 3

You can disable this feature on Debian 11 by renaminguninstalling the /etc/apt/apt.conf.d/99needrestartneedrestart package.

cd /etc/apt/apt.conf.d
sudo mv 99needrestartremove 99needrestart.disabledneedrestart

You can disable this feature on Debian 11 by renaming /etc/apt/apt.conf.d/99needrestart

cd /etc/apt/apt.conf.d
sudo mv 99needrestart 99needrestart.disabled

You can disable this feature on Debian 11 by uninstalling the needrestart package.

apt remove needrestart
Source Link
Evidlo
  • 171
  • 1
  • 3

You can disable this feature on Debian 11 by renaming /etc/apt/apt.conf.d/99needrestart

cd /etc/apt/apt.conf.d
sudo mv 99needrestart 99needrestart.disabled