How to Install and Uninstall R-systemfonts.i686 Package on Fedora 35

Last updated: May 02,2024

1. Install "R-systemfonts.i686" package

This guide covers the steps necessary to install R-systemfonts.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install R-systemfonts.i686

2. Uninstall "R-systemfonts.i686" package

This is a short guide on how to uninstall R-systemfonts.i686 on Fedora 35:

$ sudo dnf remove R-systemfonts.i686 $ sudo dnf autoremove

3. Information about the R-systemfonts.i686 package on Fedora 35

Last metadata expiration check: 1:13:32 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : R-systemfonts
Version : 1.0.2
Release : 2.fc35
Architecture : i686
Size : 231 k
Source : R-systemfonts-1.0.2-2.fc35.src.rpm
Repository : fedora
Summary : System Native Font Finding
URL : https://CRAN.R-project.org/package=systemfonts
License : MIT
Description : Provides system native access to the font catalogue. As font handling
: varies between systems it is difficult to correctly locate installed fonts
: across different operating systems. The 'systemfonts' package provides
: bindings to the native libraries on Windows, macOS and Linux for finding
: font files that can then be used further by e.g. graphic devices. The main
: use is intended to be from compiled code but 'systemfonts' also provides
: access from R.