diff --git a/docs/en/docs/Administration/faqs.md b/docs/en/docs/Administration/faqs.md index 776e3cae0b296e6bbfd96408ce072dd1a48c6930..d42baadd53071ada9f68018c606bb716b3dd2bab 100644 --- a/docs/en/docs/Administration/faqs.md +++ b/docs/en/docs/Administration/faqs.md @@ -151,7 +151,7 @@ If a software package conflict occurs, perform the following steps \(the softwar 2. Run the **dnf remove** command to uninstall the software package that conflicts with the software package to be installed. ```shell - dnf remove libevent-devel-2.1.11-2.oe1.aarch64 + $ dnf remove libevent-devel-2.1.11-2.oe1.aarch64 ``` 3. Perform the installation again. @@ -163,7 +163,7 @@ If a file conflict occurs, perform the following steps \(the file conflict in "S 3. Run the **dnf remove** command to uninstall the software package that does not need to be installed. ```shell - dnf remove docker-engine-18.09.0-100.aarch64 + $ dnf remove docker-engine-18.09.0-100.aarch64 ``` 4. Perform the installation again. @@ -175,13 +175,13 @@ If a software package is missing, perform the following steps \(the missed softw - Run the **dnf remove** command to uninstall the software package that depends on the **blivet-data-1:3.1.1-5.noarch** software package. ```shell - dnf remove python2-blivet-1:3.1.1-5.noarch + $ dnf remove python2-blivet-1:3.1.1-5.noarch ``` - Add the **\-\-allowerasing** parameter when upgrading the software package. ```shell - yum update blivet-data-1:3.1.1-5.noarch -y --allowerasing + $ yum update blivet-data-1:3.1.1-5.noarch -y --allowerasing ``` 3. Perform the upgrade again. @@ -193,7 +193,7 @@ If a software package is missing, perform the following steps \(the missed softw The **python3-edk2-devel.noarch** file conflicts with the **build.noarch** file due to duplicate file names. ```shell - # yum install python3-edk2-devel.noarch build.noarch + $ yum install python3-edk2-devel.noarch build.noarch ... Error: Transaction test error: file /usr/bin/build conflicts between attempted installs of python3-edk2-devel-202002-3.oe1.noarch and build-20191114-324.4.oe1.noarch @@ -225,7 +225,7 @@ When libiscsi-1.19.0-4 or later is downgraded to libiscsi-1.19.0-3 or earlier an Run the following command to uninstall the **libiscsi-utils** subpackage and then perform the downgrade: ```shell -yum remove libiscsi-utils +$ yum remove libiscsi-utils ``` ## Failed to Downgrade xfsprogs @@ -254,7 +254,7 @@ When xfsprogs-5.6.0-2 or later is downgraded to xfsprogs-5.6.0-1 or earlier and Run the following command to uninstall the **xfsprogs-xfs_scrub** subpackage and then perform the downgrade: ```shell -yum remove xfsprogs-xfs_scrub +$ yum remove xfsprogs-xfs_scrub ``` ## Failed to Downgrade elfutils @@ -280,7 +280,7 @@ In the preceding versions, the **eu-objdump**, **eu-readelf**, and **eu-nm** com Run the following command to uninstall the elfutils-extra subpackage and then perform the downgrade: ```shell -yum remove -y elfutils-extra +$ yum remove -y elfutils-extra ``` ## CPython/Lib Detects CVE-2019-9674: Zip Bomb