To install a particular version of one of the Intel® Performance Libraries:
yum install <COMPONENT>-<VERSION>.<UPDATE>-<BUILD_NUMBER>
Example:
yum install intel-mkl-2020.0-088
To install a particular language version of the Intel® Distribution for Python*:
yum install intelpython<PYTHON_VERSION>
Example:
yum install intelpython3
To specify which version of the Intel® Distribution for Python* to install:
yum install intelpython<PYTHON_VERSION>-<VERSION>.<UPDATE>-<BUILD_NUMBER>
Example:
yum install intelpython3-2020.0-014 By downloading Intel®
To uninstall one of the Intel® Performance Libraries:
yum autoremove <COMPONENT>-<VERSION>.<UPDATE>-<BUILD_NUMBER>
Example:
yum autoremove intel-mkl-2020.0-088
To uninstall the Intel® Distribution for Python*:
yum remove intelpython<PYTHON_VERSION>
Example:
yum remove intelpython3