How To Install xeus on Fedora 34
Introduction
In this tutorial we learn how to install xeus
on Fedora 34.
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. xeus 1.0.3 1.fc34 x86_64 5.4 M xeus-1.0.3-1.fc34.src.rpm updates C++ implementation of the Jupyter kernel protocol https BSD 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 34. In this tutorial we discuss both methods but you only need to choose one of method to install xeus.
Install xeus on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install xeus
using dnf
by running the following command:
sudo dnf -y install xeus
Install xeus on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
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 34
To uninstall only the xeus
package we can use the following command:
sudo dnf remove xeus
xeus Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/19
/usr/lib/.build-id/19/bf5bc190e2502b7e107707c6f63ec4c41f89c2
/usr/lib64/libxeus.so.1
/usr/lib64/libxeus.so.1.0.2
/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.3.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
/usr/lib/.build-id
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/2626d2c41bbffa9c15ddf9b09993ee38f13d99
/usr/lib/libxeus.so.1
/usr/lib/libxeus.so.1.1.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.3.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
/usr/lib/.build-id
/usr/lib/.build-id/a3
/usr/lib/.build-id/a3/9e22140aa965b77b7fa4148ac250dd5f085ad9
/usr/lib64/libxeus.so.1
/usr/lib64/libxeus.so.1.1.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.3.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
/usr/lib/.build-id
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/3afeee9e637298d6964fb728f98ca20fd084c5
/usr/lib/libxeus.so.1
/usr/lib/libxeus.so.1.0.2
/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.3.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 34 using yum and dnf.