From Fedora Project Wiki
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
|results= | |results= | ||
# After system installed and rebooted, {{filename|yum-langpacks}} should be installed by default. You can check this by executing: | # After system installed and rebooted, {{filename|yum-langpacks}} should be installed by default. You can check this by executing: | ||
:<pre>rpm -q yum-langpacks</pre> | #:<pre>rpm -q yum-langpacks</pre> | ||
# Install or update some packages and make sure {{filename|yum-langpacks}} is in loaded plugins. | # Install or update some packages and make sure {{filename|yum-langpacks}} is in loaded plugins. | ||
}} | }} | ||
[[Category:Yum_Langpack_Test_Cases]] | [[Category:Yum_Langpack_Test_Cases]] |
Revision as of 09:42, 22 February 2010
Description
This test case tests whether langpack is installed successfully as default in base.
How to test
- Boot and initiate an install using any Fedora 42 installation source (e.g.
boot.iso
, CD, DVD or pxeboot) - Proceed through the installer until the Software Selection step
- At the software selection step, use the default repository and click Next to continue.
- If you want to make some changes for package installation, make sure Base under Base system is checked.
Expected Results
- After system installed and rebooted,
yum-langpacks
should be installed by default. You can check this by executing:rpm -q yum-langpacks
- Install or update some packages and make sure
yum-langpacks
is in loaded plugins.