Categories: Ubuntu

How to Update Ubuntu Automatically?

If you are new to Ubuntu, you must have wondered that the Ubuntu system is not updating itself. You probably have a single question that “does Ubuntu update automatically?”. Unlike Windows or Mac, Ubuntu doesn’t update itself. It lacks completely integrated, automatic, and self-updating software management. However, you can update it easily. So in this guide, you will get to know about the procedure to update Ubuntu automatically.

We will explain the process to set up automatic updates in Ubuntu:

First, open the Linux terminal by pressing CTRL, ALT, and T or open it from the search menu. In the terminal, execute the following command to update a server:

Sponsored
$ sudo apt update && sudo apt upgrade

Now, install the unattended upgrade on your Ubuntu system through the following command:

$ sudo apt install unattended-upgrades apt-listchanges bsd-mailx

After that, turn on the unattended security updates by running the following command:

$ sudo dpkg-reconfigure -plow unattended-upgrades

After executing the command, configure the automatic update by executing the command given below:

$ sudo vi /etc/apt/apt.conf.d/50unattended-upgrades

Now, you can set up the alert email ID by the below command:

$ Unattended-Upgrade::Mail “xyz@abc.com”;

In the above command, you can write your email ID instead of “xyz@abc.com”. In case you want automatically reboot the Ubuntu box without confirmation for the Kernel update, then use the following command:

Sponsored
$ Unattended-Upgrade::Automatic-Reboot “true”;

Finally, you can edit the /etc/apt/listchanges.conf and set up the email ID:

email_address=xyz@abc.com

You can verify that the setup is working by executing the below command:

$ sudo unattended-upgrades –dry-run

The software updater in Ubuntu will also give you update when available. You only need to click on the update option, and the package will be automatically upgraded to a newer version

Updating Ubuntu to Next Release

Even though the Ubuntu system doesn’t upgrade itself to newer releases, the Software Updater will offer you an opportunity to do it from the software itself. Once you choose the update option, it will automate the upgrade system to the next release. You also have the option to burn a disk with a newer release ISO and install it from scratch.

Conclusion

Updating Ubuntu is not an automatic process, but with some tweaks, you can automate it. However, users prefer to update Ubuntu manually through the terminal because using Ubuntu without operating the terminal is no fun. If you found this guide good, make sure you visit our official website to learn more about Ubuntu and other Linux operating systems.

Ubuntu Server Admin

Recent Posts

How is Livepatch safeguarded against bad actors?

Canonical Livepatch is a security patching automation tool which supports reboot-less security updates for the…

3 hours ago

Accelerating data science with Apache Spark and GPUs

Apache Spark has always been very well known for distributing computation among multiple nodes using…

3 hours ago

Cut data center energy costs with bare metal automation

Data centers are popping up everywhere. With the rapid growth of AI, cloud services, streaming…

1 day ago

Build the future of *craft: announcing Starcraft Bounties!

Our commitment to building a thriving open source community is stronger than ever. We believe…

1 day ago

NodeJS 18 LTS EOL extended from April 2025 to May 2032 on Ubuntu

The clock was ticking: Node.js 18’s upstream End of Life (EOL) The OpenJS Foundation is…

1 day ago

Native integration now available for Pure Storage and Canonical LXD

June 25th, 2025 – Canonical, the company behind Ubuntu, and Pure Storage, the IT pioneer…

2 days ago