Skip to content

Commit f3ea0e6

Browse files
authored
Merge pull request #384 from nadezhdafilina/add-deinstallation-instructions
Added removal instructions and made some text improvements
2 parents 8d0e0bc + da9cd73 commit f3ea0e6

12 files changed

Lines changed: 197 additions & 121 deletions

File tree

docs/els-for-os/alpine-linux-3-18-els/README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# Alpine Linux 3.18 ELS
22

3-
## Connection to ELS repository
3+
## Connecting to ELS repository
44

5-
To install the Endless Lifecycle Support repository on a server, you just need to download an installer script and run the script with a key. The installation script will register the server in the CLN with the key, add a PGP key to the server, and create the ELS repository.
5+
To install the Endless Lifecycle Support repository on a server, download an installation script and run it with a license key. The installation script registers the server in the CLN using the license key, adds a PGP key to the server, and creates the ELS repository.
66

77
### Outbound Firewall Settings
88

9-
In order to use Endless Lifecycle Support for Alpine Linux 3.18, you will need to open TCP port 443 to the following destinations:
9+
To use Endless Lifecycle Support for Alpine Linux 3.18, you need to open TCP port 443 to the following destinations:
1010

1111
* [cln.cloudlinux.com](http://cln.cloudlinux.com)
1212
* [repo.tuxcare.com](http://repo.tuxcare.com)
1313

14-
## Installation of repositories
14+
## Installing the repository
1515

16-
1. Download an installer script:
16+
1. Download an installation script:
1717

1818
<CodeWithCopy>
1919

@@ -23,7 +23,7 @@ In order to use Endless Lifecycle Support for Alpine Linux 3.18, you will need t
2323

2424
</CodeWithCopy>
2525

26-
2. Run the installer script with keys. The installation script registers the server in the CLN with the key, adds PGP key to the server.
26+
2. Run the installation script with your license key. It registers the server in the CLN with the key, adds a PGP key to the server.
2727

2828
<CodeWithCopy>
2929

@@ -33,7 +33,7 @@ In order to use Endless Lifecycle Support for Alpine Linux 3.18, you will need t
3333

3434
</CodeWithCopy>
3535

36-
3. Verify that the installation was successful. To ensure that installation has been completed successfully, run the following command:
36+
3. Verify that the installation was successful by running the following command:
3737

3838
<CodeWithCopy>
3939

@@ -43,7 +43,8 @@ In order to use Endless Lifecycle Support for Alpine Linux 3.18, you will need t
4343

4444
</CodeWithCopy>
4545

46-
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 apk upgrade command.
46+
It should return information about the available package. If the package information is displayed, the installation was successful.
47+
After that, you can install updates from the repository using a standard `apk upgrade` command.
4748

4849
Example:
4950

@@ -67,7 +68,7 @@ TuxCare provides security updates as a part of ELS for OS along with OpenSCAP sc
6768
* **Alpine Linux 3.18 ELS CSAF data**: [security.tuxcare.com/csaf/v2/els_os/alpinelinux3.18els/](https://security.tuxcare.com/csaf/v2/els_os/alpinelinux3.18els/)
6869
* **Alpine Linux 3.18 ELS RSS release feed**: [cve.tuxcare.com/rss_feed/els/releases/alpinelinux3.18els](https://cve.tuxcare.com/rss_feed/els/releases/alpinelinux3.18els)
6970

70-
## Deinstallation instructions for apk repositories
71+
## Removing the ELS repository
7172

7273
1. Remove the ELS repository configuration:
7374

docs/els-for-os/centos-6-els/README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# CentOS 6 ELS
22

3-
## Connection to ELS repository
3+
## Connecting to ELS repository
44

5-
To install the Endless Lifecycle Support repository on a server, you just need to download an installer script and run the script with a key. The installation script will register the server in the CLN with the key, add a PGP key to the server, and create the ELS repository.
5+
To install the Endless Lifecycle Support repository on a server, download an installation script and run it with a license key. The installation script registers the server in the CLN using the license key, adds a PGP key to the server, and creates the ELS repository.
66

77
### Outbound Firewall Settings
88

9-
In order to use Endless Lifecycle Support for CentOS 6, you will need to open TCP port 443 to the following destinations:
9+
To use Endless Lifecycle Support for CentOS 6, you need to open TCP port 443 to the following destinations:
1010

1111
* [cln.cloudlinux.com](http://cln.cloudlinux.com)
1212
* [repo.cloudlinux.com](http://repo.cloudlinux.com)
1313
* [els-rollout.cloudlinux.com](https://els-rollout.cloudlinux.com/)
1414

15-
## Installation of repositories
15+
## Installing the repository
1616

17-
1. Download an installer script:
17+
1. Download an installation script:
1818

1919
<CodeWithCopy>
2020

@@ -24,7 +24,7 @@ In order to use Endless Lifecycle Support for CentOS 6, you will need to open TC
2424

2525
</CodeWithCopy>
2626

27-
2. Run the installer script with keys:
27+
2. Run the installation script with your license key. It registers the server in the CLN with the key, adds a PGP key to the server.
2828

2929
<CodeWithCopy>
3030

@@ -34,9 +34,9 @@ In order to use Endless Lifecycle Support for CentOS 6, you will need to open TC
3434

3535
</CodeWithCopy>
3636

37-
The installation script registers a server in CLN with the key and adds a PGP key to the server.
37+
3838

39-
3. To ensure the installation has been completed successfully, run the following command:
39+
3. Verify that the installation was successful by running the following command:
4040

4141
<CodeWithCopy>
4242

@@ -46,7 +46,8 @@ In order to use Endless Lifecycle Support for CentOS 6, you will need to open TC
4646

4747
</CodeWithCopy>
4848

49-
It should return the info about an available package. If you can 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.
49+
It should return information about the available package. If the package information is displayed, the installation was successful.
50+
After that, you can install updates from the repository using a standard `yum upgrade` command.
5051

5152
Example:
5253

@@ -74,7 +75,7 @@ TuxCare provides security updates as a part of ELS for OS along with OpenSCAP sc
7475
* **CentOS 6 ELS CSAF data**: [security.tuxcare.com/csaf/v2/els_os/centos6els/](https://security.tuxcare.com/csaf/v2/els_os/centos6els/)
7576
* **CentOS 6 ELS RSS release feed**: [cve.tuxcare.com/rss_feed/els/releases/centos6els](https://cve.tuxcare.com/rss_feed/els/releases/centos6els)
7677

77-
## Deinstallation instructions for yum repositories
78+
## Removing the ELS repository
7879

7980
1. List ELS repository file (ending with `-els.repo`) in the repository folder:
8081

docs/els-for-os/centos-7-els/README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# CentOS 7 ELS
22

3-
## Connection to ELS repository
3+
## Connecting to ELS repository
44

5-
To install the Endless Lifecycle Support repository on a server, you just need to download an installer script and run the script with a key. The installation script will register the server in the CLN with the key, add a PGP key to the server, and create the ELS repository.
5+
To install the Endless Lifecycle Support repository on a server, download an installation script and run it with a license key. The installation script registers the server in the CLN using the license key, adds a PGP key to the server, and creates the ELS repository.
66

77
### Outbound Firewall Settings
88

9-
In order to use Endless Lifecycle Support for CentOS 7, you will need to open TCP port 443 to the following destinations:
9+
To use Endless Lifecycle Support for CentOS 7, you need to open TCP port 443 to the following destinations:
1010

1111
* [cln.cloudlinux.com](http://cln.cloudlinux.com)
1212
* [repo.tuxcare.com](http://repo.tuxcare.com)
1313
* [els-rollout.cloudlinux.com](https://els-rollout.cloudlinux.com/)
1414

15-
## Installation of repositories
15+
## Installing the repository
1616

17-
1. Download an installer script:
17+
1. Download an installation script:
1818

1919
<CodeWithCopy>
2020

@@ -24,7 +24,7 @@ In order to use Endless Lifecycle Support for CentOS 7, you will need to open TC
2424

2525
</CodeWithCopy>
2626

27-
2. Run the installer script with keys:
27+
2. Run the installation script with your license key. It registers the server in the CLN with the key, adds a PGP key to the server.
2828

2929
<CodeWithCopy>
3030

@@ -34,9 +34,9 @@ In order to use Endless Lifecycle Support for CentOS 7, you will need to open TC
3434

3535
</CodeWithCopy>
3636

37-
The installation script registers a server in CLN with the key and adds a PGP key to the server.
37+
3838

39-
3. To ensure the installation has been completed successfully, run the following command:
39+
3. Verify that the installation was successful by running the following command:
4040

4141
<CodeWithCopy>
4242

@@ -46,7 +46,8 @@ In order to use Endless Lifecycle Support for CentOS 7, you will need to open TC
4646

4747
</CodeWithCopy>
4848

49-
It should return the info about an available package. If you can 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.
49+
It should return information about the available package. If the package information is displayed, the installation was successful.
50+
After that, you can install updates from the repository using a standard `yum upgrade` command.
5051

5152
Example:
5253

@@ -75,7 +76,7 @@ TuxCare provides security updates as a part of ELS for OS along with OpenSCAP sc
7576
* **CentOS 7 ELS CSAF data**: [security.tuxcare.com/csaf/v2/els_os/centos7els/](https://security.tuxcare.com/csaf/v2/els_os/centos7els/)
7677
* **CentOS 7 ELS RSS release feed**: [cve.tuxcare.com/rss_feed/els/releases/centos7els](https://cve.tuxcare.com/rss_feed/els/releases/centos7els)
7778

78-
## Deinstallation instructions for yum repositories
79+
## Removing the ELS repository
7980

8081
1. List ELS repository file (ending with `-els.repo`) in the repository folder:
8182

docs/els-for-os/centos-8-els/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
# CentOS 8 ELS
22

3-
## Connection to ELS repository
3+
## Connecting to ELS repository
44

5-
To install the Endless Lifecycle Support repository on a server, you just need to download an installer script and run the script with a key. The installation script will register the server in the CLN with the key, add a PGP key to the server, and create the ELS repository.
5+
To install the Endless Lifecycle Support repository on a server, download an installation script and run it with a license key. The installation script registers the server in the CLN using the license key, adds a PGP key to the server, and creates the ELS repository.
66

77
### Outbound Firewall Settings
88

9-
In order to use Endless Lifecycle Support for CentOS 8, you will need to open TCP port 443 to the following destinations:
9+
To use Endless Lifecycle Support for CentOS 8, you need to open TCP port 443 to the following destinations:
1010

1111
* [cln.cloudlinux.com](http://cln.cloudlinux.com)
1212
* [repo.cloudlinux.com](http://repo.cloudlinux.com)
1313

14-
## Installation of repositories
14+
## Installing the repository
1515

16-
1. Download an installer script:
16+
1. Download an installation script:
1717

1818
<CodeTabs :tabs="[
1919
{ title: 'CentOS 8.4 ELS', content: `wget https://repo.cloudlinux.com/centos8.4-els/install-centos8.4-els-repo.sh` },
2020
{ title: 'CentOS 8.5 ELS', content: `wget https://repo.cloudlinux.com/centos8.5-els/install-centos8.5-els-repo.sh` }
2121
]" />
2222

23-
2. Run the installer script with keys:
23+
2. Run the installation script with your license key. It registers the server in the CLN with the key, adds a PGP key to the server.
2424

2525
<CodeTabs :tabs="[
2626
{ title: 'CentOS 8.4 ELS', content: `sh install-centos8.4-els-repo.sh --license-key XXXXXXXXXXX` },
2727
{ title: 'CentOS 8.5 ELS', content: `sh install-centos8.5-els-repo.sh --license-key XXXXXXXXXXX` }
2828
]" />
2929

30-
The installation script registers the server in the CLN with the key and adds a PGP key to the server.
30+
3131

32-
3. Verify that the installation was successful. To ensure the installation has been completed successfully, run the following command:
32+
3. Verify that the installation was successful by running the following command:
3333

3434
<CodeWithCopy>
3535

@@ -39,8 +39,8 @@ In order to use Endless Lifecycle Support for CentOS 8, you will need to open TC
3939

4040
</CodeWithCopy>
4141

42-
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.
43-
After this, you will be able to install updates from the repository using a regular yum upgrade command.
42+
It should return information about the available package. If the package information is displayed, the installation was successful.
43+
After that, you can install updates from the repository using a standard `yum upgrade` command.
4444

4545
Example:
4646

@@ -73,7 +73,7 @@ TuxCare provides security updates as a part of ELS for OS along with OpenSCAP sc
7373
* **CentOS 8.4 ELS RSS release feed**: [cve.tuxcare.com/rss_feed/els/releases/centos8.4els](https://cve.tuxcare.com/rss_feed/els/releases/centos8.4els)
7474
* **CentOS 8.5 ELS RSS release feed**: [cve.tuxcare.com/rss_feed/els/releases/centos8.5els](https://cve.tuxcare.com/rss_feed/els/releases/centos8.5els)
7575

76-
## Deinstallation instructions for yum repositories
76+
## Removing the ELS repository
7777

7878
1. List ELS repository file (ending with `-els.repo`) in the repository folder:
7979

docs/els-for-os/centos-stream-8-els/README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# CentOS Stream 8 ELS
22

3-
## Connection to ELS repository
3+
## Connecting to ELS repository
44

5-
To install the Endless Lifecycle Support repository on a server, you just need to download an installer script and run the script with a key. The installation script will register the server in the CLN with the key, add a PGP key to the server, and create the ELS repository.
5+
To install the Endless Lifecycle Support repository on a server, download an installation script and run it with a license key. The installation script registers the server in the CLN using the license key, adds a PGP key to the server, and creates the ELS repository.
66

77
### Outbound Firewall Settings
88

9-
In order to use Endless Lifecycle Support for CentOS Stream 8, you will need to open TCP port 443 to the following destinations:
9+
To use Endless Lifecycle Support for CentOS Stream 8, you need to open TCP port 443 to the following destinations:
1010

1111
* [cln.cloudlinux.com](http://cln.cloudlinux.com)
1212
* [repo.tuxcare.com](http://repo.tuxcare.com)
1313

14-
## Installation of repositories
14+
## Installing the repository
1515

16-
1. Download an installer script:
16+
1. Download an installation script:
1717

1818
<CodeWithCopy>
1919

@@ -23,7 +23,7 @@ In order to use Endless Lifecycle Support for CentOS Stream 8, you will need to
2323

2424
</CodeWithCopy>
2525

26-
2. Run the installer script with keys:
26+
2. Run the installation script with your license key. It registers the server in the CLN with the key, adds a PGP key to the server.
2727

2828
<CodeWithCopy>
2929

@@ -33,11 +33,9 @@ In order to use Endless Lifecycle Support for CentOS Stream 8, you will need to
3333

3434
</CodeWithCopy>
3535

36-
The installation script registers a server in CLN with the key and adds a PGP key to the server.
37-
38-
3. Verify that the installation was successful.
36+
3937

40-
To ensure the installation has been completed successfully, run the following command:
38+
3. Verify that the installation was successful by running the following command:
4139

4240
<CodeWithCopy>
4341

@@ -47,7 +45,8 @@ In order to use Endless Lifecycle Support for CentOS Stream 8, you will need to
4745

4846
</CodeWithCopy>
4947

50-
It should return the info about an available package. If you can 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.
48+
It should return information about the available package. If the package information is displayed, the installation was successful.
49+
After that, you can install updates from the repository using a standard `yum upgrade` command.
5150

5251
Example:
5352

@@ -75,7 +74,7 @@ TuxCare provides security updates as a part of ELS for OS along with OpenSCAP sc
7574
* **CentOS Stream 8 ELS CSAF data**: [security.tuxcare.com/csaf/v2/els_os/centos-stream8els/](https://security.tuxcare.com/csaf/v2/els_os/centos-stream8els/)
7675
* **CentOS Stream 8 ELS RSS release feed**: [cve.tuxcare.com/rss_feed/els/releases/centos8streamels](https://cve.tuxcare.com/rss_feed/els/releases/centos8streamels)
7776

78-
## Deinstallation instructions for yum repositories
77+
## Removing the ELS repository
7978

8079
1. List ELS repository file (ending with `-els.repo`) in the repository folder:
8180

docs/els-for-os/debian-10-els/README.md

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# Debian 10 ELS
22

3-
## Connection to ELS repository
3+
## Connecting to ELS repository
44

5-
To install the Endless Lifecycle Support repository on a server, you just need to download an installer script and run the script with a key. The installation script will register the server in the CLN with the key, add a PGP key to the server, and create the ELS repository.
5+
To install the Endless Lifecycle Support repository on a server, download an installation script and run it with a license key. The installation script registers the server in the CLN using the license key, adds a PGP key to the server, and creates the ELS repository.
66

77
### Outbound Firewall Settings
88

9-
In order to use Endless Lifecycle Support for Debian 10, you will need to open TCP port 443 to the following destinations:
9+
To use Endless Lifecycle Support for Debian 10, you need to open TCP port 443 to the following destinations:
1010

1111
* [cln.cloudlinux.com](http://cln.cloudlinux.com)
1212
* [repo.tuxcare.com](http://repo.tuxcare.com)
1313

14-
## Installation of repositories
14+
## Installing the repository
1515

16-
1. Download an installer script:
16+
1. Download an installation script:
1717

1818
<CodeWithCopy>
1919

@@ -23,7 +23,7 @@ In order to use Endless Lifecycle Support for Debian 10, you will need to open T
2323

2424
</CodeWithCopy>
2525

26-
2. Run the installer script with keys. The installation script registers the server in the CLN with the key, adds PGP key to the server.
26+
2. Run the installation script with your license key. It registers the server in the CLN with the key, adds a PGP key to the server.
2727

2828
<CodeWithCopy>
2929

@@ -33,7 +33,7 @@ In order to use Endless Lifecycle Support for Debian 10, you will need to open T
3333

3434
</CodeWithCopy>
3535

36-
3. Verify that the installation was successful. To ensure that installation has been completed successfully, run the following command:
36+
3. Verify that the installation was successful by running the following command:
3737

3838
<CodeWithCopy>
3939

@@ -43,7 +43,7 @@ In order to use Endless Lifecycle Support for Debian 10, you will need to open T
4343

4444
</CodeWithCopy>
4545

46-
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.
46+
It should return information about the available package. If the package information is displayed, the installation was successful. After that, you can install updates from the repository using the standard `apt upgrade` command.
4747

4848
Example:
4949

@@ -75,3 +75,14 @@ TuxCare provides security updates as a part of ELS for OS along with OpenSCAP sc
7575
* **Debian 10 ELS**: [oval.xml](https://security.tuxcare.com/oval/els_os/debian10els/oval.xml)
7676
* **Debian 10 ELS**: [security.tuxcare.com/csaf/v2/els_os/debian10els/](https://security.tuxcare.com/csaf/v2/els_os/debian10els/)
7777
* **Debian 10 ELS**: [cve.tuxcare.com/rss_feed/els/releases/debian10els](https://cve.tuxcare.com/rss_feed/els/releases/debian10els)
78+
79+
## Removing the ELS repository
80+
81+
The repository can be removed by running the installation script with the `--delete` flag:
82+
<CodeWithCopy>
83+
84+
```
85+
bash install-debian10-els-repo.sh --delete
86+
```
87+
88+
</CodeWithCopy>

0 commit comments

Comments
 (0)