How to Install and Uninstall tinydir-devel.noarch Package on Oracle Linux 8

Last updated: December 12,2024

1. Install "tinydir-devel.noarch" package

Here is a brief guide to show you how to install tinydir-devel.noarch on Oracle Linux 8

$ sudo dnf update $ sudo dnf install tinydir-devel.noarch

2. Uninstall "tinydir-devel.noarch" package

Please follow the step by step instructions below to uninstall tinydir-devel.noarch on Oracle Linux 8:

$ sudo dnf remove tinydir-devel.noarch $ sudo dnf autoremove

3. Information about the tinydir-devel.noarch package on Oracle Linux 8

Last metadata expiration check: 5:13:52 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : tinydir-devel
Version : 1.2.5
Release : 1.el8
Architecture : noarch
Size : 18 k
Source : tinydir-1.2.5-1.el8.src.rpm
Repository : epel
Summary : Portable and easy to integrate C directory and file reader (header-only)
URL : https://github.com/cxong/tinydir
License : BSD
Description :
: Lightweight, portable and easy to integrate C directory and file reader.
: TinyDir wraps dirent for POSIX and FindFirstFile for Windows.