How to Install and Uninstall python3-seaborn.noarch Package on Fedora 36

Last updated: January 11,2025

1. Install "python3-seaborn.noarch" package

In this section, we are going to explain the necessary steps to install python3-seaborn.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-seaborn.noarch

2. Uninstall "python3-seaborn.noarch" package

Please follow the guidelines below to uninstall python3-seaborn.noarch on Fedora 36:

$ sudo dnf remove python3-seaborn.noarch $ sudo dnf autoremove

3. Information about the python3-seaborn.noarch package on Fedora 36

Last metadata expiration check: 5:37:31 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-seaborn
Version : 0.11.1
Release : 5.fc35
Architecture : noarch
Size : 519 k
Source : python-seaborn-0.11.1-5.fc35.src.rpm
Repository : fedora
Summary : Statistical data visualization in Python
URL : http://seaborn.pydata.org/
License : BSD
Description : Seaborn is a library for making attractive and informative statistical
: graphics in Python. It is built on top of matplotlib and tightly integrated
: with the PyData stack, including support for numpy and pandas data structures
: and statistical routines from scipy and statsmodels.