[ https://issues.apache.org/jira/browse/ARTEMIS-5638?focusedWorklogId=980714&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-980714 ]
ASF GitHub Bot logged work on ARTEMIS-5638: ------------------------------------------- Author: ASF GitHub Bot Created on: 27/Aug/25 14:12 Start Date: 27/Aug/25 14:12 Worklog Time Spent: 10m Work Description: jbertram commented on code in PR #5889: URL: https://github.com/apache/activemq-artemis/pull/5889#discussion_r2304065789 ########## docs/user-manual/libaio.adoc: ########## @@ -22,20 +22,39 @@ When using libaio, Apache ActiveMQ Artemis will always try loading these files a == Runtime dependencies If you just want to use the provided native binaries you need to install the required libaio dependency. +You can install libaio using the following steps either as the root user or using `sudo`: -You can install libaio using the following steps as the root user: - -Using yum, (e.g. on Fedora or Red Hat Enterprise Linux): - +* On Fedora, CentOS, Rocky Linux, Red Hat Enterprise Linux, etc.: ++ ---- -yum install libaio +dnf install libaio ---- -Using aptitude, (e.g. on Ubuntu or Debian system): - +* On Ubuntu, Debian, etc.: ++ ---- -apt-get install libaio1 +apt install <package-name> ---- ++ +The value for `<package-name>` will depend on which version of Linux you're using: ++ + +|=== +|Linux Version |Package Name + +|Ubuntu 22.04 (and earlier) +|libaio1 + +|Ubuntu 24.04 (and later) +|libaio1t64 Review Comment: Done. Issue Time Tracking ------------------- Worklog Id: (was: 980714) Time Spent: 40m (was: 0.5h) > Clarify docs for installing libaio > ---------------------------------- > > Key: ARTEMIS-5638 > URL: https://issues.apache.org/jira/browse/ARTEMIS-5638 > Project: ActiveMQ Artemis > Issue Type: Task > Components: Documentation > Reporter: Justin Bertram > Assignee: Justin Bertram > Priority: Minor > Labels: pull-request-available > Time Spent: 40m > Remaining Estimate: 0h > > We haven't updated our documentation since the package name for libaio > changed in Ubuntu. See ARTEMIS-4960. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@activemq.apache.org For additional commands, e-mail: issues-h...@activemq.apache.org For further information, visit: https://activemq.apache.org/contact