How To Install xeus-devel on Fedora 36

In this tutorial we learn how to install xeus-devel in Fedora 36. xeus-devel is C++ implementation of the Jupyter kernel protocol

Introduction

In this tutorial we learn how to install xeus-devel on Fedora 36.

What is xeus-devel

Development files for xeus library.

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

Install xeus-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 xeus-devel using dnf by running the following command:

sudo dnf -y install xeus-devel

Install xeus-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 xeus-devel using yum by running the following command:

sudo yum -y install xeus-devel

How To Uninstall xeus-devel on Fedora 36

To uninstall only the xeus-devel package we can use the following command:

sudo dnf remove xeus-devel

xeus-devel Package Contents on Fedora 36

/usr/include/xeus
/usr/include/xeus/xauthentication.hpp
/usr/include/xeus/xcomm.hpp
/usr/include/xeus/xcontrol_messenger.hpp
/usr/include/xeus/xdap_tcp_client.hpp
/usr/include/xeus/xdebugger.hpp
/usr/include/xeus/xdebugger_base.hpp
/usr/include/xeus/xeus.hpp
/usr/include/xeus/xeus_context.hpp
/usr/include/xeus/xguid.hpp
/usr/include/xeus/xhistory_manager.hpp
/usr/include/xeus/xinput.hpp
/usr/include/xeus/xinterpreter.hpp
/usr/include/xeus/xkernel.hpp
/usr/include/xeus/xkernel_configuration.hpp
/usr/include/xeus/xlogger.hpp
/usr/include/xeus/xmessage.hpp
/usr/include/xeus/xmiddleware.hpp
/usr/include/xeus/xserver.hpp
/usr/include/xeus/xserver_control_main.hpp
/usr/include/xeus/xserver_shell_main.hpp
/usr/include/xeus/xserver_zmq.hpp
/usr/include/xeus/xserver_zmq_split.hpp
/usr/include/xeus/xsystem.hpp
/usr/include/xeus/xzmq_serializer.hpp
/usr/lib64/cmake/xeus
/usr/lib64/cmake/xeus/FindLibUUID.cmake
/usr/lib64/cmake/xeus/xeusConfig.cmake
/usr/lib64/cmake/xeus/xeusConfigVersion.cmake
/usr/lib64/cmake/xeus/xeusTargets-release.cmake
/usr/lib64/cmake/xeus/xeusTargets.cmake
/usr/lib64/libxeus.so

References

Summary

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


title: “How To Install xeus-devel on Fedora 36” linkTitle: “xeus-devel” type: “docs” description: “In this tutorial we learn how to install xeus-devel in Fedora 36. xeus-devel is C++ implementation of the Jupyter kernel protocol” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/xeus-devel-featured.png

Introduction

In this tutorial we learn how to install xeus-devel on Fedora 36.

What is xeus-devel

Development files for xeus library.

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

Install xeus-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 xeus-devel using dnf by running the following command:

sudo dnf -y install xeus-devel

Install xeus-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 xeus-devel using yum by running the following command:

sudo yum -y install xeus-devel

How To Uninstall xeus-devel on Fedora 36

To uninstall only the xeus-devel package we can use the following command:

sudo dnf remove xeus-devel

xeus-devel Package Contents on Fedora 36

/usr/include/xeus
/usr/include/xeus/xauthentication.hpp
/usr/include/xeus/xcomm.hpp
/usr/include/xeus/xcontrol_messenger.hpp
/usr/include/xeus/xdap_tcp_client.hpp
/usr/include/xeus/xdebugger.hpp
/usr/include/xeus/xdebugger_base.hpp
/usr/include/xeus/xeus.hpp
/usr/include/xeus/xeus_context.hpp
/usr/include/xeus/xguid.hpp
/usr/include/xeus/xhistory_manager.hpp
/usr/include/xeus/xinput.hpp
/usr/include/xeus/xinterpreter.hpp
/usr/include/xeus/xkernel.hpp
/usr/include/xeus/xkernel_configuration.hpp
/usr/include/xeus/xlogger.hpp
/usr/include/xeus/xmessage.hpp
/usr/include/xeus/xmiddleware.hpp
/usr/include/xeus/xserver.hpp
/usr/include/xeus/xserver_control_main.hpp
/usr/include/xeus/xserver_shell_main.hpp
/usr/include/xeus/xserver_zmq.hpp
/usr/include/xeus/xserver_zmq_split.hpp
/usr/include/xeus/xsystem.hpp
/usr/include/xeus/xzmq_serializer.hpp
/usr/lib/cmake/xeus
/usr/lib/cmake/xeus/FindLibUUID.cmake
/usr/lib/cmake/xeus/xeusConfig.cmake
/usr/lib/cmake/xeus/xeusConfigVersion.cmake
/usr/lib/cmake/xeus/xeusTargets-release.cmake
/usr/lib/cmake/xeus/xeusTargets.cmake
/usr/lib/libxeus.so

References

Summary

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