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

Last updated: January 12,2025

1. Install "xeus.x86_64" package

This tutorial shows how to install xeus.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install xeus.x86_64

2. Uninstall "xeus.x86_64" package

This tutorial shows how to uninstall xeus.x86_64 on Fedora 35:

$ sudo dnf remove xeus.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:31:12 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : xeus
Version : 2.0.0
Release : 2.fc35
Architecture : x86_64
Size : 5.4 M
Source : xeus-2.0.0-2.fc35.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.