How to Install and Uninstall python3-pandas.x86_64 Package on Fedora 39

Last updated: February 06,2025

1. Install "python3-pandas.x86_64" package

In this section, we are going to explain the necessary steps to install python3-pandas.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install python3-pandas.x86_64

2. Uninstall "python3-pandas.x86_64" package

In this section, we are going to explain the necessary steps to uninstall python3-pandas.x86_64 on Fedora 39:

$ sudo dnf remove python3-pandas.x86_64 $ sudo dnf autoremove

3. Information about the python3-pandas.x86_64 package on Fedora 39

Last metadata expiration check: 4:32:27 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-pandas
Version : 1.5.3
Release : 7.fc39~bootstrap
Architecture : x86_64
Size : 7.3 M
Source : python-pandas-1.5.3-7.fc39~bootstrap.src.rpm
Repository : fedora
Summary : Python library providing high-performance data analysis tools
URL : https://pandas.pydata.org/
License : BSD-3-Clause AND (Apache-2.0 OR BSD-2-Clause) AND (BSD-3-Clause AND Apache-2.0) AND (BSD-3-Clause AND MIT) AND (BSD-3-Clause AND Python-2.0.1) AND MIT AND (BSD-3-Clause AND BSD-2-Clause)
Description : pandas is an open source, BSD-licensed library providing
: high-performance, easy-to-use data structures and data
: analysis tools for the Python programming language.