FortiNAC
NOTE: FortiNAC is now named FortiNAC-F. For post-9.4 articles, see FortiNAC-F. FortiNAC is a zero-trust network access solution that provides users with enhanced visibility into the Internet of Things (IoT) devices on their enterprise networks.
cmaheu
Staff
Staff
Article Id 198321

Description

Upgrade aborts with the error
"<package name>" specifies multiple packages
 
 
Example:

error: "rpcbind" specifies multiple packages:
  rpcbind-0.2.0-47.el7.x86_64
  rpcbind-0.2.0-48.el7.x86_64
error: "quota" specifies multiple packages:
  quota-4.01-17.el7.x86_64
  quota-4.01-19.el7.x86_64
error: "nfs-utils" specifies multiple packages:
  nfs-utils-1.3.0-0.61.el7.x86_64
  nfs-utils-1.3.0-0.65.el7.x86_64

 
/bsc/campusMgr/bin/install/updateCampusMgrPost.centos:  some unexpected error happened during the install.
 
 
 


Scope
Version: 8.x

Solution
Clean duplicates by running the following commands:
package-cleanup --dupes
package-cleanup --cleandupes


Verify the duplicates have been removed:
rpm -q <package name>

Example:
rpm -q nfs-utils
rpm -q quota
rpm -q rpcbind

 
 

To view all packages (duplicates, if any, would also be listed here):
rpm -qa | sort

Related Articles

Technical Note: Upgrade aborts with error detecting CentOS 5

Technical Note: Upgrade aborts when remote backup fails

Contributors