How To Install xeus on Fedora 36
Introduction
In this tutorial we learn how to install xeus
on Fedora 36.
What is xeus
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.
We can use yum
or dnf
to install xeus
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install xeus.
Install xeus 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
using dnf
by running the following command:
sudo dnf -y install xeus
Install xeus 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
using yum
by running the following command:
sudo yum -y install xeus
How To Uninstall xeus on Fedora 36
To uninstall only the xeus
package we can use the following command:
sudo dnf remove xeus
xeus Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/02
/usr/lib/.build-id/02/2b981a225adf56a1c0df034c0bf5cc10fb7551
/usr/lib/libxeus.so.5
/usr/lib/libxeus.so.5.0.0
/usr/share/doc/xeus
/usr/share/doc/xeus/README.md
/usr/share/doc/xeus/html
/usr/share/doc/xeus/html/_images
/usr/share/doc/xeus/html/_images/juniper.png
/usr/share/doc/xeus/html/_images/jupyter_archi.svg
/usr/share/doc/xeus/html/_images/rwidgets-screenshot.png
/usr/share/doc/xeus/html/_images/server.svg
/usr/share/doc/xeus/html/_images/server_control.svg
/usr/share/doc/xeus/html/_images/server_main.svg
/usr/share/doc/xeus/html/_images/xeus-cling-screenshot.png
/usr/share/doc/xeus/html/_images/xeus-cling.svg
/usr/share/doc/xeus/html/_images/xeus-python-screencast.gif
/usr/share/doc/xeus/html/_images/xeus-python.svg
/usr/share/doc/xeus/html/_images/xeus-sqlite-screenshot.png
/usr/share/doc/xeus/html/_images/xeus.svg
/usr/share/doc/xeus/html/_images/xeus_archi.svg
/usr/share/doc/xeus/html/_images/xwidgets-screencast.gif
/usr/share/doc/xeus/html/_images/xwidgets.svg
/usr/share/doc/xeus/html/_sources
/usr/share/doc/xeus/html/_sources/dev.rst.txt
/usr/share/doc/xeus/html/_sources/index.rst.txt
/usr/share/doc/xeus/html/_sources/installation.rst.txt
/usr/share/doc/xeus/html/_sources/kernel_customization.rst.txt
/usr/share/doc/xeus/html/_sources/kernel_implementation.rst.txt
/usr/share/doc/xeus/html/_sources/related.rst.txt
/usr/share/doc/xeus/html/_sources/server.rst.txt
/usr/share/doc/xeus/html/_sources/usage.rst.txt
/usr/share/doc/xeus/html/_static
/usr/share/doc/xeus/html/_static/basic.css
/usr/share/doc/xeus/html/_static/css
/usr/share/doc/xeus/html/_static/css/badge_only.css
/usr/share/doc/xeus/html/_static/css/theme.css
/usr/share/doc/xeus/html/_static/doctools.js
/usr/share/doc/xeus/html/_static/documentation_options.js
/usr/share/doc/xeus/html/_static/file.png
/usr/share/doc/xeus/html/_static/jquery-3.5.1.js
/usr/share/doc/xeus/html/_static/jquery.js
/usr/share/doc/xeus/html/_static/js
/usr/share/doc/xeus/html/_static/js/badge_only.js
/usr/share/doc/xeus/html/_static/js/theme.js
/usr/share/doc/xeus/html/_static/language_data.js
/usr/share/doc/xeus/html/_static/main_stylesheet.css
/usr/share/doc/xeus/html/_static/minus.png
/usr/share/doc/xeus/html/_static/plus.png
/usr/share/doc/xeus/html/_static/pygments.css
/usr/share/doc/xeus/html/_static/quantstack-white.svg
/usr/share/doc/xeus/html/_static/searchtools.js
/usr/share/doc/xeus/html/_static/underscore-1.13.1.js
/usr/share/doc/xeus/html/_static/underscore.js
/usr/share/doc/xeus/html/dev.html
/usr/share/doc/xeus/html/genindex.html
/usr/share/doc/xeus/html/index.html
/usr/share/doc/xeus/html/installation.html
/usr/share/doc/xeus/html/kernel_customization.html
/usr/share/doc/xeus/html/kernel_implementation.html
/usr/share/doc/xeus/html/objects.inv
/usr/share/doc/xeus/html/related.html
/usr/share/doc/xeus/html/search.html
/usr/share/doc/xeus/html/searchindex.js
/usr/share/doc/xeus/html/server.html
/usr/share/doc/xeus/html/usage.html
/usr/share/licenses/xeus
/usr/share/licenses/xeus/LICENSE
References
Summary
In this tutorial we learn how to install xeus
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install xeus on Fedora 36” linkTitle: “xeus” type: “docs” description: “In this tutorial we learn how to install xeus in Fedora 36. xeus is C++ implementation of the Jupyter kernel protocol” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/xeus-featured.png
Introduction
In this tutorial we learn how to install xeus
on Fedora 36.
What is xeus
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.
We can use yum
or dnf
to install xeus
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install xeus.
Install xeus 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
using dnf
by running the following command:
sudo dnf -y install xeus
Install xeus 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
using yum
by running the following command:
sudo yum -y install xeus
How To Uninstall xeus on Fedora 36
To uninstall only the xeus
package we can use the following command:
sudo dnf remove xeus
xeus Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/82
/usr/lib/.build-id/82/533d87eda01d017f67b99808995358f65c60a1
/usr/lib64/libxeus.so.5
/usr/lib64/libxeus.so.5.0.0
/usr/share/doc/xeus
/usr/share/doc/xeus/README.md
/usr/share/doc/xeus/html
/usr/share/doc/xeus/html/_images
/usr/share/doc/xeus/html/_images/juniper.png
/usr/share/doc/xeus/html/_images/jupyter_archi.svg
/usr/share/doc/xeus/html/_images/rwidgets-screenshot.png
/usr/share/doc/xeus/html/_images/server.svg
/usr/share/doc/xeus/html/_images/server_control.svg
/usr/share/doc/xeus/html/_images/server_main.svg
/usr/share/doc/xeus/html/_images/xeus-cling-screenshot.png
/usr/share/doc/xeus/html/_images/xeus-cling.svg
/usr/share/doc/xeus/html/_images/xeus-python-screencast.gif
/usr/share/doc/xeus/html/_images/xeus-python.svg
/usr/share/doc/xeus/html/_images/xeus-sqlite-screenshot.png
/usr/share/doc/xeus/html/_images/xeus.svg
/usr/share/doc/xeus/html/_images/xeus_archi.svg
/usr/share/doc/xeus/html/_images/xwidgets-screencast.gif
/usr/share/doc/xeus/html/_images/xwidgets.svg
/usr/share/doc/xeus/html/_sources
/usr/share/doc/xeus/html/_sources/dev.rst.txt
/usr/share/doc/xeus/html/_sources/index.rst.txt
/usr/share/doc/xeus/html/_sources/installation.rst.txt
/usr/share/doc/xeus/html/_sources/kernel_customization.rst.txt
/usr/share/doc/xeus/html/_sources/kernel_implementation.rst.txt
/usr/share/doc/xeus/html/_sources/related.rst.txt
/usr/share/doc/xeus/html/_sources/server.rst.txt
/usr/share/doc/xeus/html/_sources/usage.rst.txt
/usr/share/doc/xeus/html/_static
/usr/share/doc/xeus/html/_static/basic.css
/usr/share/doc/xeus/html/_static/css
/usr/share/doc/xeus/html/_static/css/badge_only.css
/usr/share/doc/xeus/html/_static/css/theme.css
/usr/share/doc/xeus/html/_static/doctools.js
/usr/share/doc/xeus/html/_static/documentation_options.js
/usr/share/doc/xeus/html/_static/file.png
/usr/share/doc/xeus/html/_static/jquery-3.5.1.js
/usr/share/doc/xeus/html/_static/jquery.js
/usr/share/doc/xeus/html/_static/js
/usr/share/doc/xeus/html/_static/js/badge_only.js
/usr/share/doc/xeus/html/_static/js/theme.js
/usr/share/doc/xeus/html/_static/language_data.js
/usr/share/doc/xeus/html/_static/main_stylesheet.css
/usr/share/doc/xeus/html/_static/minus.png
/usr/share/doc/xeus/html/_static/plus.png
/usr/share/doc/xeus/html/_static/pygments.css
/usr/share/doc/xeus/html/_static/quantstack-white.svg
/usr/share/doc/xeus/html/_static/searchtools.js
/usr/share/doc/xeus/html/_static/underscore-1.13.1.js
/usr/share/doc/xeus/html/_static/underscore.js
/usr/share/doc/xeus/html/dev.html
/usr/share/doc/xeus/html/genindex.html
/usr/share/doc/xeus/html/index.html
/usr/share/doc/xeus/html/installation.html
/usr/share/doc/xeus/html/kernel_customization.html
/usr/share/doc/xeus/html/kernel_implementation.html
/usr/share/doc/xeus/html/objects.inv
/usr/share/doc/xeus/html/related.html
/usr/share/doc/xeus/html/search.html
/usr/share/doc/xeus/html/searchindex.js
/usr/share/doc/xeus/html/server.html
/usr/share/doc/xeus/html/usage.html
/usr/share/licenses/xeus
/usr/share/licenses/xeus/LICENSE
References
Summary
In this tutorial we learn how to install xeus
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).