From 71ca11f6db125cf9fad8766e78aaaa7e1e57cbf1 Mon Sep 17 00:00:00 2001 From: Simon John Date: Thu, 28 Nov 2024 21:17:35 +0000 Subject: [PATCH] Removed references to yum when talking about apt (Ubuntu) systems. --- docs/endless-lifecycle-support/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/endless-lifecycle-support/README.md b/docs/endless-lifecycle-support/README.md index 21f7f8ec..92dea0ce 100644 --- a/docs/endless-lifecycle-support/README.md +++ b/docs/endless-lifecycle-support/README.md @@ -96,7 +96,7 @@ els-rollout.tuxcare.com All TuxCare products include technical support provided according to the [support policy](https://tuxcare.com/TuxCare-support-policy.pdf). It delivers 24/7/365 access to our engineers through the TuxCare Support Portal [https://tuxcare.com/support-portal/](https://tuxcare.com/support-portal/) and to our online knowledge base. -## Installation instructions of yum repositories +## Installation of repositories ### CentOS 6 ELS @@ -420,7 +420,7 @@ apt-cache show els-define ``` It should return the info of an available package. If you see information about the package, you can be sure that the installation was successful. -After this, you will be able to install updates from the repository using a regular yum upgrade command. +After this, you will be able to install updates from the repository using a regular apt upgrade command. Example: ``` @@ -456,7 +456,7 @@ bash install-ubuntu18.04-els-repo.sh --license-key XXXX-XXXXXXXXXXXX ``` apt-cache show els-define ``` -It should return the info of an available package. If you see information about the package, you can be sure that the installation was successful. After this, you will be able to install updates from the repository using a regular yum upgrade command. +It should return the info of an available package. If you see information about the package, you can be sure that the installation was successful. After this, you will be able to install updates from the repository using a regular apt upgrade command. Example: ```