Skip to content
Snippets Groups Projects
Commit 53ba069f authored by Kaloyan Danovski's avatar Kaloyan Danovski
Browse files

Add update commands

parent 5ec6f2e5
No related branches found
No related tags found
No related merge requests found
......@@ -12,14 +12,18 @@ Updating to the latest version of the Intel oneAPI toolkits and libraries is rec
YUM/DNF update
--------------
Example of update...
You can update an already installed Intel toolkit (e.g. Intel Base Toolkit) through ``yum`` or ``dnf`` like so (using root priviledges)::
# dnf upgrade intel-basekit
Under Rocky Linux and other enterprise distributions, automatic updates can be set up using ``systemd`` timers (`dnf-automatic.timer <https://dnf.readthedocs.io/en/latest/automatic.html>`_).
APT update
----------
Example of update...
You can update an already installed Intel toolkit through ``apt`` like so (using root priviledges)::
# apt update
Under Debian distributions, automatic updates can be set up using `Unattended Upgrades <https://wiki.debian.org/UnattendedUpgrades>`_.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment