How to Install and Uninstall mingw32-crossreport.noarch Package on Fedora 36
Last updated: November 25,2024
1. Install "mingw32-crossreport.noarch" package
Please follow the steps below to install mingw32-crossreport.noarch on Fedora 36
$
sudo dnf update
Copied
$
sudo dnf install
mingw32-crossreport.noarch
Copied
2. Uninstall "mingw32-crossreport.noarch" package
This is a short guide on how to uninstall mingw32-crossreport.noarch on Fedora 36:
$
sudo dnf remove
mingw32-crossreport.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the mingw32-crossreport.noarch package on Fedora 36
Last metadata expiration check: 4:38:04 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : mingw32-crossreport
Version : 201406
Release : 14.fc36
Architecture : noarch
Size : 2.6 M
Source : mingw-crossreport-201406-14.fc36.src.rpm
Repository : fedora
Summary : Analysis tool to help cross-compilation to Windows
URL : http://fedoraproject.org/wiki/MinGW
License : GPLv2+
Description : CrossReport is a tool to help you analyze the APIs used by a compiled
: Linux program, in order to work out the effort required to
: cross-compile that program for Windows, using the Fedora MinGW
: cross-compiler.
:
: The simplest way to use it is to point it at an existing Linux binary,
: and then read the generated report.
:
: What it does in more detail: It looks at the libraries and API calls
: used by the Linux binary, and compares them to the libraries and API
: calls that we currently support under the Fedora MinGW cross-compiler.
: It then works out what is missing, and produces a report suggesting
: the amount of work that needs to be done to port the program. For
: example, whether whole libraries need to be ported first, and/or how
: to substitute individual calls to work on Windows.
Available Packages
Name : mingw32-crossreport
Version : 201406
Release : 14.fc36
Architecture : noarch
Size : 2.6 M
Source : mingw-crossreport-201406-14.fc36.src.rpm
Repository : fedora
Summary : Analysis tool to help cross-compilation to Windows
URL : http://fedoraproject.org/wiki/MinGW
License : GPLv2+
Description : CrossReport is a tool to help you analyze the APIs used by a compiled
: Linux program, in order to work out the effort required to
: cross-compile that program for Windows, using the Fedora MinGW
: cross-compiler.
:
: The simplest way to use it is to point it at an existing Linux binary,
: and then read the generated report.
:
: What it does in more detail: It looks at the libraries and API calls
: used by the Linux binary, and compares them to the libraries and API
: calls that we currently support under the Fedora MinGW cross-compiler.
: It then works out what is missing, and produces a report suggesting
: the amount of work that needs to be done to port the program. For
: example, whether whole libraries need to be ported first, and/or how
: to substitute individual calls to work on Windows.