bryancall commented on issue #10829:
URL: 
https://github.com/apache/trafficserver/issues/10829#issuecomment-4008584313

   Distro repositories (Fedora, EPEL, etc.) typically only carry the latest 
version of a package, so once a newer release lands, the previous version is no 
longer available via `dnf install`.
   
   A few options for installing a specific ATS version:
   
   1. **Build from source** — source tarballs for every release are available 
at https://archive.apache.org/dist/trafficserver/. Download the version you 
need and build it.
   
   2. **Grab the RPM from Koji** — Fedora's build system keeps all historical 
builds at 
https://koji.fedoraproject.org/koji/packageinfo?packageID=trafficserver. You 
can download the specific RPM and install it with `dnf localinstall`.
   
   3. **Prevent future upgrades** — once you have the version you want 
installed, use `dnf versionlock add trafficserver` to prevent it from being 
upgraded.
   
   This is a distro packaging concern rather than an ATS project issue, so 
closing this out. Feel free to reopen this issue or file a new one if you have 
further questions.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to