How to Install and Uninstall xeus.x86_64 Package on Fedora 36

Last updated: January 14,2025

1. Install "xeus.x86_64" package

Please follow the steps below to install xeus.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install xeus.x86_64

2. Uninstall "xeus.x86_64" package

Please follow the steps below to uninstall xeus.x86_64 on Fedora 36:

$ sudo dnf remove xeus.x86_64 $ sudo dnf autoremove

3. Information about the xeus.x86_64 package on Fedora 36

Last metadata expiration check: 4:18:19 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : xeus
Version : 2.0.0
Release : 2.fc36
Architecture : x86_64
Size : 5.4 M
Source : xeus-2.0.0-2.fc36.src.rpm
Repository : fedora
Summary : C++ implementation of the Jupyter kernel protocol
URL : https://github.com/jupyter-xeus/xeus
License : BSD
Description : xeus is a library meant to facilitate the implementation of kernels for
: Jupyter. It takes the burden of implementing the Jupyter Kernel protocol so
: developers can focus on implementing the interpreter part of the kernel.