How to Install and Uninstall mingw64-pdcurses.noarch Package on Fedora 34

Last updated: October 11,2024

1. Install "mingw64-pdcurses.noarch" package

This tutorial shows how to install mingw64-pdcurses.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install mingw64-pdcurses.noarch

2. Uninstall "mingw64-pdcurses.noarch" package

This is a short guide on how to uninstall mingw64-pdcurses.noarch on Fedora 34:

$ sudo dnf remove mingw64-pdcurses.noarch $ sudo dnf autoremove

3. Information about the mingw64-pdcurses.noarch package on Fedora 34

Last metadata expiration check: 1:52:40 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : mingw64-pdcurses
Version : 3.8
Release : 4.fc34
Architecture : noarch
Size : 106 k
Source : mingw-pdcurses-3.8-4.fc34.src.rpm
Repository : fedora
Summary : Curses library for MinGW64
URL : http://pdcurses.sourceforge.net/
License : Public Domain
Description : PDCurses is a public domain curses library for DOS, OS/2, Win32, X11
: and SDL, implementing most of the functions available in X/Open and
: System V R4 curses. It supports many compilers for these
: platforms. The X11 port lets you recompile existing text-mode curses
: programs to produce native X11 applications.
:
: Note that ncurses is not available for MinGW / Windows. Applications
: which need curses functionality can use this package, provided they
: don't use any of the extensions specific to ncurses.