[
https://issues.apache.org/jira/browse/ARTEMIS-5638?focusedWorklogId=980706&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-980706
]
ASF GitHub Bot logged work on ARTEMIS-5638:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 27/Aug/25 13:31
Start Date: 27/Aug/25 13:31
Worklog Time Spent: 10m
Work Description: jbertram commented on code in PR #5889:
URL: https://github.com/apache/activemq-artemis/pull/5889#discussion_r2303946693
##########
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:
Ah, yes. I forgot that. Will add it in.
Issue Time Tracking
-------------------
Worklog Id: (was: 980706)
Time Spent: 0.5h (was: 20m)
> 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: 0.5h
> 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: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact