From Fedora Project Wiki
Description
This tests whether one of the available package managers provided in the Install step below can properly install and remove packages.
Setup
- Install the Fedora pre-release version you wish to test. You can use any configuration allowed by the installer.
- Reboot to the installed system. and complete any first boot procedure(s).
How to test
- Using the package manager you prefer install two packages. Installing packages you are familiar with is recommended. Check the following:
- If there were errors during the install other that repository problems, please file a bug report.
- Verify that both packages you installed will start and close normally. If one or both applications will not start and close nornally, please file a bug report.
- Using the same package manager you used for step 1, remove the packages installed in step 1 and watch for any error messages in the process. Check the following:
- If there were errors during the removal, please file a bug report.
- Check that the applications are no longer present using the command:
rpm -q package1 package2
. If one or both packages are still present in the menu, please file a bug report.
Expected Results
- The applications should install without errors.
- The applications should start and close without errors.
- The applications should be removed without errors.
- The applications should not appear in the applications menu after removal.