From Fedora Project Wiki
Description
This is to verify that anaconda-install-env-deps does exist on live media, but not on installed system.
How to test
- Boot the installer using any available means.
- Proceed with installation
Expected Results
- You should see package anaconda-install-env-deps installed when booted from Live media, but not in installed system. So, expected result is:
On live media:
$ rpm -q anaconda-install-env-deps anaconda-install-env-deps.(some_version)
On installed system:
$ rpm -q anaconda-install-env-deps package anaconda-install-env-deps is not installed