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

Last updated: October 05,2024

1. Install "xeus.i686" package

Please follow the instructions below to install xeus.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install xeus.i686

2. Uninstall "xeus.i686" package

Please follow the guidance below to uninstall xeus.i686 on Fedora 36:

$ sudo dnf remove xeus.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 4:09:07 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : xeus
Version : 2.0.0
Release : 2.fc36
Architecture : i686
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.