All Products
Search
Document Center

Server Migration Center:Resolve the "Anolis OS does not provide i686 packages" error

Last Updated:Jun 03, 2026

Remove i686 packages from the source server before migrating to Anolis OS or Alibaba Cloud Linux.

Problem description

The "Anolis OS does not provide i686 packages, please remove them before migration" error occurs during OS migration.

Cause

Anolis OS, Alibaba Cloud Linux, and their derivatives do not support i686 packages. If i686 packages exist on the source server, the migration may fail.

Solution

  1. Connect to the ECS instance to migrate. Connect to a Linux instance by using a password or key.

  2. Run the following command to list installed i686 packages:

    rpm -qa | grep i686
  3. Run the following command to uninstall i686 packages:

    Warning

    Evaluate the business impact before uninstalling i686 packages.

    yum remove -y <package-name>

    Replace <package-name> with the package name to uninstall.

  4. After you resolve the network issue, run the SMC client to retry the operation. For more information, see Run the SMC client.