How To Install qpid-proton-tests on Rocky Linux 8
Introduction
In this tutorial we learn how to install qpid-proton-tests
on Rocky Linux 8.
What is qpid-proton-tests
Qpid Proton Tests.
We can use yum
or dnf
to install qpid-proton-tests
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install qpid-proton-tests.
Install qpid-proton-tests on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install qpid-proton-tests
using dnf
by running the following command:
sudo dnf -y install qpid-proton-tests
Install qpid-proton-tests on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install qpid-proton-tests
using yum
by running the following command:
sudo yum -y install qpid-proton-tests
How To Uninstall qpid-proton-tests on Rocky Linux 8
To uninstall only the qpid-proton-tests
package we can use the following command:
sudo dnf remove qpid-proton-tests
qpid-proton-tests Package Contents on Rocky Linux 8
/usr/share/proton/tests
/usr/share/proton/tests/PNAddTest.cmake
/usr/share/proton/tests/RuntimeCheck.cmake
/usr/share/proton/tests/example-benchmark.sh
/usr/share/proton/tests/examples
/usr/share/proton/tests/examples/CMakeLists.txt
/usr/share/proton/tests/include
/usr/share/proton/tests/include/catch.hpp
/usr/share/proton/tests/include/catch_extra.hpp
/usr/share/proton/tests/interop
/usr/share/proton/tests/interop/arrays.amqp
/usr/share/proton/tests/interop/described.amqp
/usr/share/proton/tests/interop/described_array.amqp
/usr/share/proton/tests/interop/lists.amqp
/usr/share/proton/tests/interop/maps.amqp
/usr/share/proton/tests/interop/message.amqp
/usr/share/proton/tests/interop/null.amqp
/usr/share/proton/tests/interop/primitives.amqp
/usr/share/proton/tests/interop/strings.amqp
/usr/share/proton/tests/lsan.supp
/usr/share/proton/tests/preload_asan.sh
/usr/share/proton/tests/preload_tsan.sh
/usr/share/proton/tests/py
/usr/share/proton/tests/py/test_subprocess.py
/usr/share/proton/tests/tsan.supp
/usr/share/proton/tests/ubsan.supp
/usr/share/proton/tests/valgrind.supp
References
Summary
In this tutorial we learn how to install qpid-proton-tests
on Rocky Linux 8 using yum and dnf.