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

Last updated: October 11,2024

1. Install "xeus.i686" package

Please follow the step by step instructions below to install xeus.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install xeus.i686

2. Uninstall "xeus.i686" package

This guide covers the steps necessary to uninstall xeus.i686 on Fedora 35:

$ sudo dnf remove xeus.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 2:22:05 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : xeus
Version : 2.0.0
Release : 2.fc35
Architecture : i686
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.