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

Last updated: October 31,2024

1. Install "python3-seaborn.noarch" package

Please follow the instructions below to install python3-seaborn.noarch on Fedora 38

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

2. Uninstall "python3-seaborn.noarch" package

This guide covers the steps necessary to uninstall python3-seaborn.noarch on Fedora 38:

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

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

Last metadata expiration check: 0:14:45 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-seaborn
Version : 0.11.2
Release : 4.fc38
Architecture : noarch
Size : 708 k
Source : python-seaborn-0.11.2-4.fc38.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.