Hi, after following this instruction to install dnf
To install dnf on AIX...
Browse to https://www.ibm.com/support/pages/node/6585774
Click on the dnf_aixtoolbox.sh link to download the install script
Copy the dnf_aixtoolbox.sh script to the /tmp directory on the system where you want it installed
Log on to the system and, as root, run the following commands...
# /usr/sbin/updtvpkg
# cd /tmp
# chmod +x dnf_aixtoolbox.sh
# ./dnf_aixtoolbox.sh -y
After the script runs, edit environment variable path...
# vi /etc/environment
append the following to the end of the PATH environment variable... :/opt/freeware/bin
# . /etc/environment
Update
# dnf update
I got this error for command dnf update:
# dnf update
AIX generic repository 0.0 B/s | 0 B 00:00
Errors during downloading metadata for repository 'AIX_Toolbox':
- Curl error (7): Couldn't connect to server for
http://public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/repodata/repomd.xml
[Failed to connect to public.dhe.ibm.com port 80: Connection refused]
Error: Failed to download metadata for repo 'AIX_Toolbox': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
Is there any authorization that I miss?
Thank you.
------------------------------
Michelle Huynh
------------------------------
#AIXOpenSource