How to Install and Uninstall R-rappdirs.x86_64 Package on Fedora 34

Last updated: October 06,2024

1. Install "R-rappdirs.x86_64" package

This is a short guide on how to install R-rappdirs.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install R-rappdirs.x86_64

2. Uninstall "R-rappdirs.x86_64" package

Please follow the steps below to uninstall R-rappdirs.x86_64 on Fedora 34:

$ sudo dnf remove R-rappdirs.x86_64 $ sudo dnf autoremove

3. Information about the R-rappdirs.x86_64 package on Fedora 34

Last metadata expiration check: 2:28:37 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : R-rappdirs
Version : 0.3.3
Release : 1.fc34
Architecture : x86_64
Size : 59 k
Source : R-rappdirs-0.3.3-1.fc34.src.rpm
Repository : fedora
Summary : Application Directories: Determine Where to Save Data, Caches, and Logs
URL : https://CRAN.R-project.org/package=rappdirs
License : MIT
Description : An easy way to determine which directories on the users computer you should
: use to save data, caches and logs. A port of Python's 'Appdirs'
: () to R.