How to Install and Uninstall python310-jupyterlab-server Package on openSuSE Tumbleweed

Last updated: June 23,2024

1. Install "python310-jupyterlab-server" package

This is a short guide on how to install python310-jupyterlab-server on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-jupyterlab-server

2. Uninstall "python310-jupyterlab-server" package

Please follow the steps below to uninstall python310-jupyterlab-server on openSuSE Tumbleweed:

$ sudo zypper remove python310-jupyterlab-server

3. Information about the python310-jupyterlab-server package on openSuSE Tumbleweed

Information for package python310-jupyterlab-server:
----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-jupyterlab-server
Version : 2.25.3-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 329.1 KiB
Installed : No
Status : not installed
Source package : python-jupyterlab-server-2.25.3-1.1.src
Upstream URL : https://github.com/jupyterlab/jupyterlab_server
Summary : Server components for JupyterLab and JupyterLab-like applications
Description :
JupyterLab Server sits between JupyterLab and Jupyter Server,
and provides a set of REST API handlers and utilities that are
used by JupyterLab. It is a separate project in order to
accommodate creating JupyterLab-like applications from a more
limited scope.