RedHat9 yum detail test report==========================The steps I used to install and test yum on RedHat 9 were:
Quote
1)Download latest stable for Red Hat 92)Install rpm3)Use "yum list" to create initial yum database4)Re-run "yum list" to check time to update after initial database load5)Use "yum list update" to check for available updates6)Use "yum check-update" to check for available updates for installed packages on this system7)Use "yum update" to install the updates8)Use "yum install galeon" to install previously un-installed Galeon browser9)Use "yum update" to test impact of new updates for un-installed ethereal package.10)Use "yum install ethereal", "yum update", "yum remove ethereal" to test de-installing a package.11)Test "yum install apt4rpm-0.65.2-0.noarch.rpm" to install package not defined in database.12)Use "du" to check to see how much disk space has been used by yum.
Results as follows:1)Download latest stable for Red Hat 9No problems.2)Install rpmNo problems. No dependency issues. Correct version of Python allready installed on this system.3)Use "yum list" to create initial yum databaseWorked, but took over an hour to complete. Very variable download times from yum server. Varied between 10KB and 160KB. Might have just caught the server at a bad time.4)Re-run "yum list" to check time to update after initial database loadWorked. Time to check for updates to database less than 1 minute.5)Use "yum list update" to check for available updatesWorked. Produced subset listing of available updates. Database checked for updates again.6)Use "yum check-update" to check for available updates for installed packages on this systemWorked. Produced the same listing as prior step. "yum check-update" and "yum list update" are essentially the same function.7)Use "yum update" to install the updatesWorked. Produced same confirmation list as above. Gave OK to updates, let it run over night.8)Use "yum install galeon" to install previously un-installed Galeon browserStarted this next morning. Worked. Got a surprise. New ethereal update available. Update caused by RH errata notification I had just received in email from RedHat Network.
Quote
[root@TestRH9 yum]# yum install galeonGathering header information file(s) from server(s)Server: Red Hat Linux 9 - i386 - BaseServer: Red Hat Linux 9 - UpdatesFinding updated packagesDownloading needed headersgetting /var/cache/yum/updates/headers/ethereal-0-0.9.16-0.90.1.i386.hdrethereal-0-0.9.16-0.90.1. 100% |=========================| 7.3 kB 00:00getting /var/cache/yum/updates/headers/ethereal-gnome-0-0.9.16-0.90.1.i386.hdrethereal-gnome-0-0.9.16-0 100% |=========================| 3.9 kB 00:00Resolving dependenciesDependencies resolvedI will do the following:[install: galeon 1.2.7-3.i386]Is this ok [y/N]: yGetting galeon-1.2.7-3.i386.rpmgaleon-1.2.7-3.i386.rpm 100% |=========================| 2.4 MB 00:14Running test transaction:Test transaction complete, Success!galeon 100 % done 1/1Installed: galeon 1.2.7-3.i386Transaction(s) Complete
9)Use "yum update" to test impact of new updates for un-installed ethereal package.Worked. Nothing to actually do. Ethereal not installed on this system.10)Use "yum install ethereal", "yum update", "yum remove ethereal" to test de-installing a package.Worked fine. Installed dependcies not removed. Need to be individually removed.
Quote
[root@TestRH9 yum]# yum install etherealGathering header information file(s) from server(s)Server: Red Hat Linux 9 - i386 - BaseServer: Red Hat Linux 9 - UpdatesFinding updated packagesDownloading needed headersResolving dependencies.Dependencies resolvedI will do the following:[install: ethereal 0.9.16-0.90.1.i386]I will install/upgrade these to satisfy the dependencies:[deps: net-snmp 5.0.6-17.i386][deps: libpcap 14:0.7.2-1.i386]Is this ok [y/N]: yGetting ethereal-0.9.16-0.90.1.i386.rpmethereal-0.9.16-0.90.1.i3 100% |=========================| 3.1 MB 00:18Getting net-snmp-5.0.6-17.i386.rpmnet-snmp-5.0.6-17.i386.rp 100% |=========================| 1.3 MB 00:07Getting libpcap-0.7.2-1.i386.rpmlibpcap-0.7.2-1.i386.rpm 100% |=========================| 151 kB 00:00Running test transaction:Test transaction complete, Success!libpcap 100 % done 1/3net-snmp 100 % done 2/3ethereal 100 % done 3/3Installed: ethereal 0.9.16-0.90.1.i386Dep Installed: net-snmp 5.0.6-17.i386 libpcap 14:0.7.2-1.i386Transaction(s) Complete[root@TestRH9 yum]# yum remove etherealGathering header information file(s) from server(s)Server: Red Hat Linux 9 - i386 - BaseServer: Red Hat Linux 9 - UpdatesFinding updated packagesDownloading needed headersResolving dependenciesDependencies resolvedI will do the following:[erase: ethereal 0.9.16-0.90.1.i386]Is this ok [y/N]: yRunning test transaction:Test transaction complete, Success!Erasing: ethereal 1/1Erased: ethereal 0.9.16-0.90.1.i386Transaction(s) Complete[root@TestRH9 yum]# rpm -qa | egrep net-snmp\|libpcap\|etherealnet-snmp-5.0.6-17libpcap-0.7.2-1
11)Test "yum install apt4rpm-0.65.2-0.noarch.rpm" to install package not defined in database.Failed. Could not handle installation of rpm from outside of database.Tried again with "yum install apt4rpm" same results.
Quote
[root@TestRH9 apt4rpm]# yum install apt4rpm-0.65.2-0.noarch.rpmGathering header information file(s) from server(s)Server: Red Hat Linux 9 - i386 - BaseServer: Red Hat Linux 9 - UpdatesFinding updated packagesDownloading needed headersCannot find a package matching apt4rpm-0.65.2-0.noarch.rpmNo actions to take[root@TestRH9 apt4rpm]# yum install apt4rpmGathering header information file(s) from server(s)Server: Red Hat Linux 9 - i386 - BaseServer: Red Hat Linux 9 - UpdatesFinding updated packagesDownloading needed headersCannot find a package matching apt4rpmNo actions to take
12)Use "du" to check to see how much disk space has been used by yum.
Quote
[root@TestRH9 yum]# pwd/var/cache/yum[root@TestRH9 yum]# du3948 ./base/packages9092 ./base/headers13144 ./base127788 ./updates/packages3508 ./updates/headers131312 ./updates144460 .
Not bad. Most of the space consumed was for the local copies of the updated/installed packages.----------------------------Next installment. Getting "apt4rpm" installed using "rpm" and "yum"