Skip to content

Commit

Permalink
Merge pull request #105 from sej7278/apt-not-yum
Browse files Browse the repository at this point in the history
Removed references to yum when talking about apt (Ubuntu) systems.
  • Loading branch information
annkots authored Dec 1, 2024
2 parents 55d7708 + 71ca11f commit 27bae66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/endless-lifecycle-support/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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:
```
Expand Down Expand Up @@ -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:
```
Expand Down

0 comments on commit 27bae66

Please sign in to comment.