How to Install and Uninstall R-systemfonts.x86_64 Package on Fedora 38

Last updated: November 28,2024

1. Install "R-systemfonts.x86_64" package

Please follow the step by step instructions below to install R-systemfonts.x86_64 on Fedora 38

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

2. Uninstall "R-systemfonts.x86_64" package

This is a short guide on how to uninstall R-systemfonts.x86_64 on Fedora 38:

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

3. Information about the R-systemfonts.x86_64 package on Fedora 38

Last metadata expiration check: 0:34:40 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : R-systemfonts
Version : 1.0.4
Release : 3.fc38
Architecture : x86_64
Size : 242 k
Source : R-systemfonts-1.0.4-3.fc38.src.rpm
Repository : updates
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.