How To Install gtest-devel.x86_64 on Amazon Linux 2
In this tutorial we learn how to install gtest-devel.x86_64 in Amazon Linux 2. gtest-devel.x86_64 is Development files for gtest
Introduction
In this tutorial we learn how to install gtest-devel.x86_64 on Amazon Linux 2.
What is gtest-devel.x86_64
This package contains development files for gtest.
We can use yum to install gtest-devel.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install gtest-devel.x86_64.
Install gtest-devel.x86_64 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 gtest-devel.x86_64 using yum by running the following command:
sudo yum -y install gtest-devel.x86_64
How To Uninstall gtest-devel.x86_64 on Amazon Linux 2
To uninstall only the gtest-devel.x86_64 package we can use the following command:
sudo yum remove gtest-devel.x86_64
gtest-devel.x86_64 Package Contents on Amazon Linux 2
/usr/bin/gtest-config
/usr/include/gtest
/usr/include/gtest/gtest-death-test.h
/usr/include/gtest/gtest-message.h
/usr/include/gtest/gtest-param-test.h
/usr/include/gtest/gtest-printers.h
/usr/include/gtest/gtest-spi.h
/usr/include/gtest/gtest-test-part.h
/usr/include/gtest/gtest-typed-test.h
/usr/include/gtest/gtest.h
/usr/include/gtest/gtest_pred_impl.h
/usr/include/gtest/gtest_prod.h
/usr/include/gtest/internal
/usr/include/gtest/internal/gtest-death-test-internal.h
/usr/include/gtest/internal/gtest-filepath.h
/usr/include/gtest/internal/gtest-internal.h
/usr/include/gtest/internal/gtest-linked_ptr.h
/usr/include/gtest/internal/gtest-param-util-generated.h
/usr/include/gtest/internal/gtest-param-util.h
/usr/include/gtest/internal/gtest-port.h
/usr/include/gtest/internal/gtest-string.h
/usr/include/gtest/internal/gtest-tuple.h
/usr/include/gtest/internal/gtest-type-util.h
/usr/lib64/libgtest.so
/usr/lib64/libgtest_main.so
/usr/share/aclocal/gtest.m4
/usr/share/doc/gtest-devel-1.7.0
/usr/share/doc/gtest-devel-1.7.0/samples
/usr/share/doc/gtest-devel-1.7.0/samples/prime_tables.h
/usr/share/doc/gtest-devel-1.7.0/samples/sample1.cc
/usr/share/doc/gtest-devel-1.7.0/samples/sample1.h
/usr/share/doc/gtest-devel-1.7.0/samples/sample10_unittest.cc
/usr/share/doc/gtest-devel-1.7.0/samples/sample1_unittest.cc
/usr/share/doc/gtest-devel-1.7.0/samples/sample2.cc
/usr/share/doc/gtest-devel-1.7.0/samples/sample2.h
/usr/share/doc/gtest-devel-1.7.0/samples/sample2_unittest.cc
/usr/share/doc/gtest-devel-1.7.0/samples/sample3-inl.h
/usr/share/doc/gtest-devel-1.7.0/samples/sample3_unittest.cc
/usr/share/doc/gtest-devel-1.7.0/samples/sample4.cc
/usr/share/doc/gtest-devel-1.7.0/samples/sample4.h
/usr/share/doc/gtest-devel-1.7.0/samples/sample4_unittest.cc
/usr/share/doc/gtest-devel-1.7.0/samples/sample5_unittest.cc
/usr/share/doc/gtest-devel-1.7.0/samples/sample6_unittest.cc
/usr/share/doc/gtest-devel-1.7.0/samples/sample7_unittest.cc
/usr/share/doc/gtest-devel-1.7.0/samples/sample8_unittest.cc
/usr/share/doc/gtest-devel-1.7.0/samples/sample9_unittest.cc
References
Summary
In this tutorial we learn how to install gtest-devel.x86_64 on Amazon Linux 2 using yum.