How To Install qpid-proton-cpp-devel on Fedora 36

In this tutorial we learn how to install qpid-proton-cpp-devel in Fedora 36. qpid-proton-cpp-devel is Development libraries for writing messaging apps with Qpid Proton

Introduction

In this tutorial we learn how to install qpid-proton-cpp-devel on Fedora 36.

What is qpid-proton-cpp-devel

Development libraries for writing messaging apps with Qpid Proton.

We can use yum or dnf to install qpid-proton-cpp-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qpid-proton-cpp-devel.

Install qpid-proton-cpp-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install qpid-proton-cpp-devel using dnf by running the following command:

sudo dnf -y install qpid-proton-cpp-devel

Install qpid-proton-cpp-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install qpid-proton-cpp-devel using yum by running the following command:

sudo yum -y install qpid-proton-cpp-devel

How To Uninstall qpid-proton-cpp-devel on Fedora 36

To uninstall only the qpid-proton-cpp-devel package we can use the following command:

sudo dnf remove qpid-proton-cpp-devel

qpid-proton-cpp-devel Package Contents on Fedora 36

/usr/include/proton/annotation_key.hpp
/usr/include/proton/binary.hpp
/usr/include/proton/byte_array.hpp
/usr/include/proton/codec/common.hpp
/usr/include/proton/codec/decoder.hpp
/usr/include/proton/codec/deque.hpp
/usr/include/proton/codec/encoder.hpp
/usr/include/proton/codec/forward_list.hpp
/usr/include/proton/codec/list.hpp
/usr/include/proton/codec/map.hpp
/usr/include/proton/codec/unordered_map.hpp
/usr/include/proton/codec/vector.hpp
/usr/include/proton/connect_config.hpp
/usr/include/proton/connection.hpp
/usr/include/proton/connection_options.hpp
/usr/include/proton/container.hpp
/usr/include/proton/decimal.hpp
/usr/include/proton/default_container.hpp
/usr/include/proton/delivery.hpp
/usr/include/proton/delivery_mode.hpp
/usr/include/proton/duration.hpp
/usr/include/proton/endpoint.hpp
/usr/include/proton/error.hpp
/usr/include/proton/error_condition.hpp
/usr/include/proton/function.hpp
/usr/include/proton/fwd.hpp
/usr/include/proton/internal/comparable.hpp
/usr/include/proton/internal/data.hpp
/usr/include/proton/internal/export.hpp
/usr/include/proton/internal/object.hpp
/usr/include/proton/internal/type_traits.hpp
/usr/include/proton/io/connection_driver.hpp
/usr/include/proton/link.hpp
/usr/include/proton/listen_handler.hpp
/usr/include/proton/listener.hpp
/usr/include/proton/map.hpp
/usr/include/proton/message.hpp
/usr/include/proton/message_id.hpp
/usr/include/proton/messaging_handler.hpp
/usr/include/proton/namespaces.hpp
/usr/include/proton/null.hpp
/usr/include/proton/receiver.hpp
/usr/include/proton/receiver_options.hpp
/usr/include/proton/reconnect_options.hpp
/usr/include/proton/returned.hpp
/usr/include/proton/sasl.hpp
/usr/include/proton/scalar.hpp
/usr/include/proton/scalar_base.hpp
/usr/include/proton/sender.hpp
/usr/include/proton/sender_options.hpp
/usr/include/proton/session.hpp
/usr/include/proton/session_options.hpp
/usr/include/proton/source.hpp
/usr/include/proton/source_options.hpp
/usr/include/proton/ssl.hpp
/usr/include/proton/symbol.hpp
/usr/include/proton/target.hpp
/usr/include/proton/target_options.hpp
/usr/include/proton/terminus.hpp
/usr/include/proton/thread_safe.hpp
/usr/include/proton/timestamp.hpp
/usr/include/proton/tracker.hpp
/usr/include/proton/transfer.hpp
/usr/include/proton/transport.hpp
/usr/include/proton/type_id.hpp
/usr/include/proton/types.hpp
/usr/include/proton/types_fwd.hpp
/usr/include/proton/url.hpp
/usr/include/proton/uuid.hpp
/usr/include/proton/value.hpp
/usr/include/proton/work_queue.hpp
/usr/lib64/cmake/ProtonCpp
/usr/lib64/cmake/ProtonCpp/ProtonCppConfig.cmake
/usr/lib64/cmake/ProtonCpp/ProtonCppConfigVersion.cmake
/usr/lib64/cmake/ProtonCpp/ProtonCppTargets-relwithdebinfo.cmake
/usr/lib64/cmake/ProtonCpp/ProtonCppTargets.cmake
/usr/lib64/libqpid-proton-cpp.so
/usr/lib64/pkgconfig/libqpid-proton-cpp.pc

References

Summary

In this tutorial we learn how to install qpid-proton-cpp-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install qpid-proton-cpp-devel on Fedora 36” linkTitle: “qpid-proton-cpp-devel” type: “docs” description: “In this tutorial we learn how to install qpid-proton-cpp-devel in Fedora 36. qpid-proton-cpp-devel is Development libraries for writing messaging apps with Qpid Proton” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/qpid-proton-cpp-devel-featured.png

Introduction

In this tutorial we learn how to install qpid-proton-cpp-devel on Fedora 36.

What is qpid-proton-cpp-devel

Development libraries for writing messaging apps with Qpid Proton.

We can use yum or dnf to install qpid-proton-cpp-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qpid-proton-cpp-devel.

Install qpid-proton-cpp-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install qpid-proton-cpp-devel using dnf by running the following command:

sudo dnf -y install qpid-proton-cpp-devel

Install qpid-proton-cpp-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install qpid-proton-cpp-devel using yum by running the following command:

sudo yum -y install qpid-proton-cpp-devel

How To Uninstall qpid-proton-cpp-devel on Fedora 36

To uninstall only the qpid-proton-cpp-devel package we can use the following command:

sudo dnf remove qpid-proton-cpp-devel

qpid-proton-cpp-devel Package Contents on Fedora 36

/usr/include/proton/annotation_key.hpp
/usr/include/proton/binary.hpp
/usr/include/proton/byte_array.hpp
/usr/include/proton/codec/common.hpp
/usr/include/proton/codec/decoder.hpp
/usr/include/proton/codec/deque.hpp
/usr/include/proton/codec/encoder.hpp
/usr/include/proton/codec/forward_list.hpp
/usr/include/proton/codec/list.hpp
/usr/include/proton/codec/map.hpp
/usr/include/proton/codec/unordered_map.hpp
/usr/include/proton/codec/vector.hpp
/usr/include/proton/connect_config.hpp
/usr/include/proton/connection.hpp
/usr/include/proton/connection_options.hpp
/usr/include/proton/container.hpp
/usr/include/proton/decimal.hpp
/usr/include/proton/default_container.hpp
/usr/include/proton/delivery.hpp
/usr/include/proton/delivery_mode.hpp
/usr/include/proton/duration.hpp
/usr/include/proton/endpoint.hpp
/usr/include/proton/error.hpp
/usr/include/proton/error_condition.hpp
/usr/include/proton/function.hpp
/usr/include/proton/fwd.hpp
/usr/include/proton/internal/comparable.hpp
/usr/include/proton/internal/data.hpp
/usr/include/proton/internal/export.hpp
/usr/include/proton/internal/object.hpp
/usr/include/proton/internal/type_traits.hpp
/usr/include/proton/io/connection_driver.hpp
/usr/include/proton/link.hpp
/usr/include/proton/listen_handler.hpp
/usr/include/proton/listener.hpp
/usr/include/proton/map.hpp
/usr/include/proton/message.hpp
/usr/include/proton/message_id.hpp
/usr/include/proton/messaging_handler.hpp
/usr/include/proton/namespaces.hpp
/usr/include/proton/null.hpp
/usr/include/proton/receiver.hpp
/usr/include/proton/receiver_options.hpp
/usr/include/proton/reconnect_options.hpp
/usr/include/proton/returned.hpp
/usr/include/proton/sasl.hpp
/usr/include/proton/scalar.hpp
/usr/include/proton/scalar_base.hpp
/usr/include/proton/sender.hpp
/usr/include/proton/sender_options.hpp
/usr/include/proton/session.hpp
/usr/include/proton/session_options.hpp
/usr/include/proton/source.hpp
/usr/include/proton/source_options.hpp
/usr/include/proton/ssl.hpp
/usr/include/proton/symbol.hpp
/usr/include/proton/target.hpp
/usr/include/proton/target_options.hpp
/usr/include/proton/terminus.hpp
/usr/include/proton/thread_safe.hpp
/usr/include/proton/timestamp.hpp
/usr/include/proton/tracker.hpp
/usr/include/proton/transfer.hpp
/usr/include/proton/transport.hpp
/usr/include/proton/type_id.hpp
/usr/include/proton/types.hpp
/usr/include/proton/types_fwd.hpp
/usr/include/proton/url.hpp
/usr/include/proton/uuid.hpp
/usr/include/proton/value.hpp
/usr/include/proton/work_queue.hpp
/usr/lib/cmake/ProtonCpp
/usr/lib/cmake/ProtonCpp/ProtonCppConfig.cmake
/usr/lib/cmake/ProtonCpp/ProtonCppConfigVersion.cmake
/usr/lib/cmake/ProtonCpp/ProtonCppTargets-relwithdebinfo.cmake
/usr/lib/cmake/ProtonCpp/ProtonCppTargets.cmake
/usr/lib/libqpid-proton-cpp.so
/usr/lib/pkgconfig/libqpid-proton-cpp.pc

References

Summary

In this tutorial we learn how to install qpid-proton-cpp-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).