From Fedora Project Wiki

(Created page with '{{QA/Test_Case |description=This test case tests whether langpack is installed successfully as default in base. |actions= # Boot and initiate an install using any {{FedoraVersion...')
 
No edit summary
Line 7: Line 7:
#* If you want to make some changes for package installation, make sure ''Base'' under ''Base system'' is checked.  
#* If you want to make some changes for package installation, make sure ''Base'' under ''Base system'' is checked.  
|results=
|results=
# After system installed and rebooted, yum-langpack should be installed by default. You can check this by:
# After system installed and rebooted, {{filename|yum-langpacks}} should be installed by default. You can check this by executing:
<code>rpm -q yum-langpack</code>
:<pre>rpm -q yum-langpacks</pre>
}}
}}
[[Category:Color_Management_Test_Cases]]
[[Category:Color_Management_Test_Cases]]

Revision as of 08:07, 22 February 2010

Description

This test case tests whether langpack is installed successfully as default in base.


How to test

  1. Boot and initiate an install using any Fedora 41 installation source (e.g. boot.iso, CD, DVD or pxeboot)
  2. Proceed through the installer until the Software Selection step
  3. 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

  1. After system installed and rebooted, yum-langpacks should be installed by default. You can check this by executing:
rpm -q yum-langpacks