Hello
@Jan Harris So I ran the script and it looks like it removed most of the rpm's and rpm.rte however when I try to reinstall all I get is this,
lejptasig12:/>installp -qaXFY -d . rpm.rte
+-----------------------------------------------------------------------------+
Pre-installation Verification...
+-----------------------------------------------------------------------------+
Verifying selections...done
Verifying requisites...done
Results...
FAILURES
--------
Filesets listed in this section failed pre-installation verification
and will not be installed.
Missing Filesets
----------------
The following filesets could not be found on the installation media.
If you feel these filesets really are on the media, check for typographical
errors in the name specified or, if installing from directory, check for
discrepancies between the Table of Contents file (.toc) and the images that
reside in the directory.
rpm.rte
<< End of Failure Section >>
+-----------------------------------------------------------------------------+
BUILDDATE Verification ...
+-----------------------------------------------------------------------------+
Verifying build dates...done
FILESET STATISTICS
------------------
1 Selected to be installed, of which:
1 FAILED pre-installation verification
----
0 Total to be installed
Pre-installation Failure/Warning Summary
----------------------------------------
Name Level Pre-installation Failure/Warning
-------------------------------------------------------------------------------
rpm.rte Not found on the installation media
The file is there,
-rwxr-xr-x 1 root system 40620032 Apr 08 00:39 rpm.rte
So not sure what I'm missing.
------------------------------
Steve Mckinney
------------------------------
Original Message:
Sent: Fri April 01, 2022 01:30 PM
From: Jan Harris
Subject: RPM.RTE Uninstall
Hi, Steve
See part of my blog post
We used this test tool script " destroyRPMS " to remove all existing packages.
This is a tool the team has had around for a long time, it is not a supported tool, and not regularly tested by the toolbox team.
I use this script a lot in support, to clean up my lab environments, and have never had issues. The only issue right now is that it leaves the rpm.rte broken, but that is easily fixed by reinstalling the rpm.rte.
***Note: You can backup the directory before running this script.
# tar -cvf /export/lpp_source/freeware.backup.tar ./opt/freeware
The destroyRPMS script did not completely remove rpm.rte, so it needed to be reinstalled.
We downloaded the latest rpm.rte and did a forced overwrite.
# installp -qaXFY -d . rpm.rte
Then, you can install DNF with the dnf_aixtoolbox.sh script:
# dnf_aixtoolbox.sh -d
------------------------------
Jan Harris
AIX Development Support (Liaison to the AIX Toolbox for Open Source)
IBM (Contract)
Austin TX
Jan
Original Message:
Sent: Thu March 31, 2022 02:08 PM
From: Steve Mckinney
Subject: RPM.RTE Uninstall
How can you completely uninstall the Yum updater?
------------------------------
Steve Mckinney
------------------------------