/
Disable Ubuntu update prompt
Disable Ubuntu update prompt
Advised to run if you do not want anyone accidentally updating Ubuntu; which will corrupt NVIDIA drivers or install conflicting packages.
Command
sudo sed -i 's/Prompt=.*/Prompt=never/' /etc/update-manager/release-upgrades
It is the same as editing /etc/update-manager/release-upgrades to 'prompt=never'.
Found from this thread: https://askubuntu.com/questions/1059971/disable-updates-from-command-line-in-ubuntu-16-04
, multiple selections available,
Related content
Disable/Enable CentOS 7.x automatic updates
Disable/Enable CentOS 7.x automatic updates
More like this
CentOS 7.x NVIDIA CUDA Toolkit installation
CentOS 7.x NVIDIA CUDA Toolkit installation
Read with this
CentOS 7.x NVIDIA Driver installation
CentOS 7.x NVIDIA Driver installation
Read with this
[Linux] Ubuntu Initializing/Reinitializing network
[Linux] Ubuntu Initializing/Reinitializing network
Read with this
Disable CentOS 7.x software update prompt at shutdown screen
Disable CentOS 7.x software update prompt at shutdown screen
More like this
[Drivers] Updating NVIDIA drivers
[Drivers] Updating NVIDIA drivers
More like this