How to Install and Uninstall R-ini.noarch Package on Fedora 36

Last updated: January 13,2025

1. Install "R-ini.noarch" package

This guide let you learn how to install R-ini.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install R-ini.noarch

2. Uninstall "R-ini.noarch" package

Please follow the instructions below to uninstall R-ini.noarch on Fedora 36:

$ sudo dnf remove R-ini.noarch $ sudo dnf autoremove

3. Information about the R-ini.noarch package on Fedora 36

Last metadata expiration check: 3:03:20 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : R-ini
Version : 0.3.1
Release : 10.fc36
Architecture : noarch
Size : 25 k
Source : R-ini-0.3.1-10.fc36.src.rpm
Repository : fedora
Summary : Read and Write '.ini' Files
URL : https://CRAN.R-project.org/package=ini
License : GPLv3
Description : Parse simple '.ini' configuration files to an structured list. Users can
: manipulate this resulting list with lapply() functions. This same structured
: list can be used to write back to file after modifications.