Installation with the RPM Package
|
Software Version |
Whether to Support CentOS 7.6 |
Whether to Support CentOS 8.1 |
Whether to Support openEuler 20.03 (LTS-SP1) |
|---|---|---|---|
|
ATS 8.0.5 |
No |
Yes |
No |
The binary packages available at the Kunpeng mirror site are compiled based on the open source code, and do not involve vulnerability or bug fixes.
When using open source software, comply with the applicable license agreements.
- Obtain the ATS RPM package.
- Download the RPM package trafficserver-8.0.5-1.el8.aarch64.rpm using a local browser.
- Upload the RPM package to the /home directory on the server.
If the server is connected to the Internet, run the wget command to download the ATS RPM package.
1 2
cd /home wget https://repo.huaweicloud.com/kunpeng/yum/el/8/aarch64/Packages/web/trafficserver-8.0.5-1.el8.aarch64.rpm --no-check-certificate
- Install the RPM package.
1 2
cd /home/ rpm -ivh trafficserver-8.0.5-1.el8.aarch64.rpm

- View the installation directory.
1ls /opt/trafficServer
Parent topic: Compiling and Installing ATS