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

Last updated: September 28,2024

1. Install "R-ini.noarch" package

This guide covers the steps necessary to install R-ini.noarch on Fedora 35

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

2. Uninstall "R-ini.noarch" package

Please follow the guidance below to uninstall R-ini.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:08:23 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : R-ini
Version : 0.3.1
Release : 9.fc35
Architecture : noarch
Size : 25 k
Source : R-ini-0.3.1-9.fc35.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.