Thank you. Appreciate it.
Original Message:
Sent: Tue October 07, 2025 11:15 AM
From: SANGAMESH MALLAYYA
Subject: Difference between DNF and inbuild python package in AIX 7.3
Hi Manoj,
As a mentioned DNF and it's dependencies don't depend on the AIX provided python3 filesset.
DNF and it's dependencies are dependent on AIX Toolbox packages
------------------------------
SANGAMESH
------------------------------
Original Message:
Sent: Mon October 06, 2025 12:15 PM
From: Manoj Kumar
Subject: Difference between DNF and inbuild python package in AIX 7.3
Thank you @SANGAMESH MALLAYYA
Please find the package version below. Let us know if there is additional features coming with this lpp. 7.2 version doesn't have that lpp.
python3 shipped with DNF
Installed Packages
python3.ppc 3.9.23-1 @AIX_Toolbox
Python3 as lpp package
root@server:/# lslpp -l|grep -i python3
python3.11.base 3.11.13.0 COMMITTED Python 3.11 64-bit binary
python3.9.base 3.9.23.0 COMMITTED Python 3.9 64-bit binary
python3.11.base 3.11.13.0 COMMITTED Python 3.11 64-bit binary
python3.9.base 3.9.23.0 COMMITTED Python 3.9 64-bit binary
------------------------------
Manoj Kumar
Original Message:
Sent: Mon October 06, 2025 11:34 AM
From: SANGAMESH MALLAYYA
Subject: Difference between DNF and inbuild python package in AIX 7.3
Hi Manoj,
I don't see any packages output.
Anyway, python3 which comes with DNF bundle is shipped to provide just for DNF setup.
This python3 is built with minimal functionality enabled.
Hence, we recommend users to run DNF update once DNF setup is complete.
With "dnf update" DNF and ecosystem will be update to AIX Toolbox python3 which is built with most of the functionalities.
DNF is not dependent on default python3 which comes with AIX 7.3 install.
So, DNF depends on python3 same way as in AIX 7.2.
------------------------------
SANGAMESH