How To Install hwloc-libs.i686 on Amazon Linux 2
In this tutorial we learn how to install hwloc-libs.i686 in Amazon Linux 2. hwloc-libs.i686 is Run time libraries for the hwloc
Introduction
In this tutorial we learn how to install hwloc-libs.i686
on Amazon Linux 2.
What is hwloc-libs.i686
Run time libraries for the hwloc
We can use yum
to install hwloc-libs.i686
on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install hwloc-libs.i686.
Install hwloc-libs.i686 on Amazon Linux 2 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install hwloc-libs.i686
using yum
by running the following command:
sudo yum -y install hwloc-libs.i686
How To Uninstall hwloc-libs.i686 on Amazon Linux 2
To uninstall only the hwloc-libs.i686
package we can use the following command:
sudo yum remove hwloc-libs.i686
hwloc-libs.i686 Package Contents on Amazon Linux 2
/usr/lib/libhwloc.so.5
/usr/lib/libhwloc.so.5.7.5
/usr/share/doc/hwloc-1.11.8
/usr/share/doc/hwloc-1.11.8/AUTHORS
/usr/share/doc/hwloc-1.11.8/COPYING
/usr/share/doc/hwloc-1.11.8/NEWS
/usr/share/doc/hwloc-1.11.8/README
/usr/share/doc/hwloc-1.11.8/VERSION
/usr/share/doc/hwloc-1.11.8/examples
/usr/share/doc/hwloc-1.11.8/examples/Makefile.am
/usr/share/doc/hwloc-1.11.8/examples/Makefile.in
/usr/share/doc/hwloc-1.11.8/examples/Makefile_i386
/usr/share/doc/hwloc-1.11.8/examples/cpuset+bitmap+cpubind.c
/usr/share/doc/hwloc-1.11.8/examples/get-knl-modes.c
/usr/share/doc/hwloc-1.11.8/examples/hwloc-hello-cpp.cpp
/usr/share/doc/hwloc-1.11.8/examples/hwloc-hello.c
/usr/share/doc/hwloc-1.11.8/examples/nodeset+membind+policy.c
/usr/share/doc/hwloc-1.11.8/examples/sharedcaches.c
/usr/share/doc/hwloc-1.11.8/hwloc-a4.pdf
/usr/share/doc/hwloc-1.11.8/hwloc-letter.pdf
/usr/share/hwloc
/usr/share/hwloc/hwloc-valgrind.supp
/usr/share/hwloc/hwloc.dtd
/usr/share/man/man7/hwloc.7.gz
References
Summary
In this tutorial we learn how to install hwloc-libs.i686
on Amazon Linux 2 using yum.