doc-exports/docs/bms/image-creation-guide/en-us_topic_0000001238838165.html
guoyanyan fe8c0cf45c BMS Image Creation Guide 1109
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: guoyanyan <guoyanyan3@huawei.com>
Co-committed-by: guoyanyan <guoyanyan3@huawei.com>
2022-11-16 08:53:42 +00:00

2.5 KiB

(Optional) Upgrading Wicked Components

Scenario

For SUSE 12 SP1, you need to upgrade wicked components. For other OSs, skip this section.

Procedure

  1. Run the rpm -ivh --nodeps --force *rpm command to forcibly install wicked.
  2. Run the following command to query all the installed wicked components:
    linux-locc:/home/fsp/Desktop # rpm -qa | grep wick
    wicked-service-0.6.28-1.1.x86_64
    libwicked-0-6-0.6.28-1.1.x86_64
    libwicked-0-6-0.6.40-28.6.1.x86_64
    wicked-0.6.28-1.1.x86_64
    wicked-service-0.6.40-28.6.1.x86_64
    wicked-0.6.40-28.6.1.x86_64
  3. Uninstall the old wicked.
    linux-locc:/home/fsp/Desktop # rpm -e wicked-service-0.6.28-1.1.x86_64
    linux-locc:/home/fsp/Desktop # rpm -e libwicked-0-6-0.6.28-1.1.x86_64
    linux-locc:/home/fsp/Desktop # rpm -e wicked-0.6.28-1.1.x86_64