How to Install and Uninstall cppunit.x86_64 Package on Amazon Linux 2

Last updated: July 05,2024

1. Install "cppunit.x86_64" package

This is a short guide on how to install cppunit.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install cppunit.x86_64

2. Uninstall "cppunit.x86_64" package

This tutorial shows how to uninstall cppunit.x86_64 on Amazon Linux 2:

$ sudo yum remove cppunit.x86_64 $ sudo yum autoremove

3. Information about the cppunit.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : cppunit
Arch : x86_64
Version : 1.12.1
Release : 11.amzn2.0.2
Size : 149 k
Repo : amzn2-core/2/x86_64
Summary : C++ unit testing framework
URL : http://cppunit.sourceforge.net/
License : LGPLv2+
Description : CppUnit is the C++ port of the famous JUnit framework for unit
: testing. Test output is in XML for automatic testing and GUI based
: for supervised tests.