From Fedora Project Wiki
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
|description=This test case tests whether langpack runs successfully when loaded in yum after a local installation. | |description=This test case tests whether langpack runs successfully when loaded in yum after a local installation. | ||
|actions= | |actions= | ||
# | # Boot and initiate an install using any {{FedoraVersion|long|next}} installation source (e.g. {{filename|boot.iso}}, CD, DVD or live image). | ||
# | # Choose a local locale as keyboard language. | ||
# At the ''software selection'' step, use the default repository and click ''Next'' to continue. | |||
#* If you want to make some changes on package installation, make sure group package ''Base'' under ''Base system'' is checked. | |||
# After installation completed, reboot the system. | |||
# Install or upgrade several packages such as {{package|kde-desktop}}, {{package|koffice}} or {{package|eclipse}} etc. For example: | |||
#:<pre>yum install eclipse</pre> | #:<pre>yum install eclipse</pre> | ||
#:<pre>yum install koffice-suite</pre> | #:<pre>yum install koffice-suite</pre> | ||
#:<pre>yum groupinstall 'kde-desktop'</pre> | #:<pre>yum groupinstall 'kde-desktop'</pre> | ||
|results= | |results= | ||
# After system installed and rebooted, {{package|yum-langpacks}} should be installed by default. You can check this by executing: | |||
#:<pre>rpm -q yum-langpacks</pre> | |||
# When execute yum: | # When execute yum: | ||
#* Langpack should be loaded, local language should be added to language list. | #* Langpack should be loaded, local language should be added to language list. |
Revision as of 07:15, 24 February 2010
Description
This test case tests whether langpack runs successfully when loaded in yum after a local installation.
How to test
- Boot and initiate an install using any Fedora 42 installation source (e.g.
boot.iso
, CD, DVD or live image). - Choose a local locale as keyboard language.
- At the software selection step, use the default repository and click Next to continue.
- If you want to make some changes on package installation, make sure group package Base under Base system is checked.
- After installation completed, reboot the system.
- Install or upgrade several packages such as
kde-desktop
,koffice
oreclipse
etc. For example:yum install eclipse
yum install koffice-suite
yum groupinstall 'kde-desktop'
Expected Results
- After system installed and rebooted,
yum-langpacks
should be installed by default. You can check this by executing:rpm -q yum-langpacks
- When execute yum:
- Langpack should be loaded, local language should be added to language list.
- After dependency resolution finished, Installing langpack and Adding relative language package to transaction is displayed.
- Local language package of the installed application should be installed automatically.