How To Install boost148-static on CentOS 7
Introduction
In this tutorial we learn how to install boost148-static
on CentOS 7.
What is boost148-static
Static Boost C++ libraries.
We can use yum
or dnf
to install boost148-static
on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install boost148-static.
Install boost148-static on CentOS 7 Using yum
Update yum database with yum
using the following command.
sudo yum makecache
After updating yum database, We can install boost148-static
using yum
by running the following command:
sudo yum -y install boost148-static
Install boost148-static on CentOS 7 Using dnf
If you don’t have dnf installed you can install dnf first.
Update yum database with dnf
using the following command.
sudo dnf makecache
After updating yum database, We can install boost148-static
using dnf
by running the following command:
sudo dnf -y install boost148-static
How To Uninstall boost148-static on CentOS 7
To uninstall only the boost148-static
package we can use the following command:
sudo dnf remove boost148-static
boost148-static Package Contents on CentOS 7
/usr/lib64/boost148/libboost_chrono-mt.a
/usr/lib64/boost148/libboost_chrono.a
/usr/lib64/boost148/libboost_date_time-mt.a
/usr/lib64/boost148/libboost_date_time.a
/usr/lib64/boost148/libboost_filesystem-mt.a
/usr/lib64/boost148/libboost_filesystem.a
/usr/lib64/boost148/libboost_iostreams-mt.a
/usr/lib64/boost148/libboost_iostreams.a
/usr/lib64/boost148/libboost_math_c99-mt.a
/usr/lib64/boost148/libboost_math_c99.a
/usr/lib64/boost148/libboost_math_c99f-mt.a
/usr/lib64/boost148/libboost_math_c99f.a
/usr/lib64/boost148/libboost_math_c99l-mt.a
/usr/lib64/boost148/libboost_math_c99l.a
/usr/lib64/boost148/libboost_math_tr1-mt.a
/usr/lib64/boost148/libboost_math_tr1.a
/usr/lib64/boost148/libboost_math_tr1f-mt.a
/usr/lib64/boost148/libboost_math_tr1f.a
/usr/lib64/boost148/libboost_math_tr1l-mt.a
/usr/lib64/boost148/libboost_math_tr1l.a
/usr/lib64/boost148/libboost_prg_exec_monitor-mt.a
/usr/lib64/boost148/libboost_prg_exec_monitor.a
/usr/lib64/boost148/libboost_program_options-mt.a
/usr/lib64/boost148/libboost_program_options.a
/usr/lib64/boost148/libboost_python-mt.a
/usr/lib64/boost148/libboost_python.a
/usr/lib64/boost148/libboost_random-mt.a
/usr/lib64/boost148/libboost_random.a
/usr/lib64/boost148/libboost_serialization-mt.a
/usr/lib64/boost148/libboost_serialization.a
/usr/lib64/boost148/libboost_signals-mt.a
/usr/lib64/boost148/libboost_signals.a
/usr/lib64/boost148/libboost_system-mt.a
/usr/lib64/boost148/libboost_system.a
/usr/lib64/boost148/libboost_test_exec_monitor-mt.a
/usr/lib64/boost148/libboost_test_exec_monitor.a
/usr/lib64/boost148/libboost_thread-mt.a
/usr/lib64/boost148/libboost_timer-mt.a
/usr/lib64/boost148/libboost_timer.a
/usr/lib64/boost148/libboost_unit_test_framework-mt.a
/usr/lib64/boost148/libboost_unit_test_framework.a
/usr/lib64/boost148/libboost_wave-mt.a
/usr/lib64/boost148/libboost_wserialization-mt.a
/usr/lib64/boost148/libboost_wserialization.a
/usr/lib64/mpich/lib/boost148/libboost_graph_parallel-mt.a
/usr/lib64/mpich/lib/boost148/libboost_graph_parallel.a
/usr/lib64/mpich/lib/boost148/libboost_mpi-mt.a
/usr/lib64/mpich/lib/boost148/libboost_mpi.a
/usr/lib64/openmpi/lib/boost148/libboost_graph_parallel-mt.a
/usr/lib64/openmpi/lib/boost148/libboost_graph_parallel.a
/usr/lib64/openmpi/lib/boost148/libboost_mpi-mt.a
/usr/lib64/openmpi/lib/boost148/libboost_mpi.a
/usr/share/doc/boost148-static-1.48.0
/usr/share/doc/boost148-static-1.48.0/LICENSE_1_0.txt
References
Summary
In this tutorial we learn how to install boost148-static
on CentOS 7 using yum and dnf.