How to Install and Uninstall nativefiledialog-extended-devel.x86_64 Package on Oracle Linux 8

Last updated: May 18,2024

1. Install "nativefiledialog-extended-devel.x86_64" package

Please follow the step by step instructions below to install nativefiledialog-extended-devel.x86_64 on Oracle Linux 8

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

2. Uninstall "nativefiledialog-extended-devel.x86_64" package

Please follow the guidelines below to uninstall nativefiledialog-extended-devel.x86_64 on Oracle Linux 8:

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

3. Information about the nativefiledialog-extended-devel.x86_64 package on Oracle Linux 8

Last metadata expiration check: 4:55:33 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : nativefiledialog-extended-devel
Version : 1.0.0
Release : 1.el8
Architecture : x86_64
Size : 12 k
Source : nativefiledialog-extended-1.0.0-1.el8.src.rpm
Repository : epel
Summary : Development files for nativefiledialog-extended
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).