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

Last updated: November 25,2024

1. Install "R-ini.noarch" package

Here is a brief guide to show you how to install R-ini.noarch on Fedora 39

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

2. Uninstall "R-ini.noarch" package

This guide covers the steps necessary to uninstall R-ini.noarch on Fedora 39:

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

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

Last metadata expiration check: 2:55:17 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : R-ini
Version : 0.3.1
Release : 15.fc39
Architecture : noarch
Size : 30 k
Source : R-ini-0.3.1-15.fc39.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.