2 Answers
- Newest
- Most votes
- Most comments
1
You could try downloading from The Apache Commons Daemon homepage https://commons.apache.org/proper/commons-daemon/
Its Github site is at https://github.com/apache/commons-daemon
As far as finding another repo that carries it, it doesn't appear on to be on EPEL. You have to google around and see what you can find.
0
Hello,
I recommend using the Amazon Linux 2 repository to download the required file. It's an easy process. Alternatively, you can copy the required RPM files from Amazon Linux 2 to Amazon Linux 2023.
You can tell yum which repositories he can use:
yum --disablerepo="*" --enablerepo="<desired-repo-id>" install apache-commons-deamon package
answered 2 months ago
Relevant content
- asked 2 years ago
- asked a year ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated a year ago
Hi, getting and building the package from its origin Apache site is probably the way to go!