How to Install and Uninstall python3-meson-python.noarch Package on Fedora 39

Last updated: January 20,2025

1. Install "python3-meson-python.noarch" package

Please follow the steps below to install python3-meson-python.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python3-meson-python.noarch

2. Uninstall "python3-meson-python.noarch" package

This guide let you learn how to uninstall python3-meson-python.noarch on Fedora 39:

$ sudo dnf remove python3-meson-python.noarch $ sudo dnf autoremove

3. Information about the python3-meson-python.noarch package on Fedora 39

Last metadata expiration check: 4:29:40 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-meson-python
Version : 0.14.0
Release : 1.fc39
Architecture : noarch
Size : 79 k
Source : python-meson-python-0.14.0-1.fc39.src.rpm
Repository : fedora
Summary : Meson Python build backend (PEP 517)
URL : https://github.com/mesonbuild/meson-python
License : MIT
Description : meson-python is a Python build backend built on top of the Meson build system.
: It enables to use Meson for the configuration and build steps of Python
: packages. Meson is an open source build system meant to be both extremely fast,
: and, even more importantly, as user friendly as possible. meson-python is best
: suited for building Python packages containing extension modules implemented in
: languages such as C, C++, Cython, Fortran, Pythran, or Rust. Consult the
: documentation for more details.