How to Install and Uninstall nativefiledialog-extended.x86_64 Package on Fedora 36

Last updated: October 08,2024

1. Install "nativefiledialog-extended.x86_64" package

This guide covers the steps necessary to install nativefiledialog-extended.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install nativefiledialog-extended.x86_64

2. Uninstall "nativefiledialog-extended.x86_64" package

In this section, we are going to explain the necessary steps to uninstall nativefiledialog-extended.x86_64 on Fedora 36:

$ sudo dnf remove nativefiledialog-extended.x86_64 $ sudo dnf autoremove

3. Information about the nativefiledialog-extended.x86_64 package on Fedora 36

Last metadata expiration check: 0:19:49 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : nativefiledialog-extended
Version : 1.0.0
Release : 1.fc36
Architecture : x86_64
Size : 23 k
Source : nativefiledialog-extended-1.0.0-1.fc36.src.rpm
Repository : updates
Summary : Native file dialog library with C and C++ bindings
URL : https://github.com/btzy/nativefiledialog-extended
License : Zlib
Description :
: A small C library with that portably invokes native file open, folder
: select and file save dialogs. Write dialog code once and have it pop up
: native dialogs on all supported platforms. Avoid linking large
: dependencies like wxWidgets and Qt.
:
: This library is based on Michael Labbe's Native File Dialog (
: mlabbe/nativefiledialog).