-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
rhel-8.10
What were you trying to do that didn't work?
What is the impact of this issue to you?
Please provide the package NVR for which the bug is seen:
How reproducible is this bug?:
Steps to reproduce
```
[root@rhel8u10 sos]# alternatives --list
libnssckbi.so.x86_64 auto /usr/lib64/pkcs11/p11-kit-trust.so
python auto /usr/libexec/no-python
cifs-idmap-plugin auto /usr/lib64/cifs-utils/cifs_idmap_sss.so
python3 auto /usr/bin/python3.9
[root@rhel8u10 sos]# python3 --version
Python 3.9.18
yum install leapp -y
Updating Subscription Management repositories.
Last metadata expiration check: 0:17:52 ago on Tue 13 May 2025 11:24:37 AM HKT.
Dependencies resolved.
====================================================================================================
Package Arch Version Repository Size
====================================================================================================
Installing:
leapp noarch 0.18.0-1.el8_10 rhel-8-for-x86_64-appstream-rpms 35 k
Installing dependencies:
leapp-deps noarch 0.18.0-1.el8_10 rhel-8-for-x86_64-appstream-rpms 17 k
python3-leapp
noarch 0.18.0-1.el8_10 rhel-8-for-x86_64-appstream-rpms 190 k
python3-pip noarch 9.0.3-24.el8 rhel-8-for-x86_64-appstream-rpms 20 k
python36 x86_64 3.6.8-39.module+el8.10.0+20784+edafcd43 rhel-8-for-x86_64-appstream-rpms 20 k
[root@rhel8u10 sos]# alternatives --list
libnssckbi.so.x86_64 auto /usr/lib64/pkcs11/p11-kit-trust.so
python auto /usr/libexec/no-python
cifs-idmap-plugin auto /usr/lib64/cifs-utils/cifs_idmap_sss.so
python3 auto /usr/bin/python3.6
[root@rhel8u10 sos]# python3 --version
Python 3.6.8
```