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

Last updated: October 01,2024

1. Install "R-magick.x86_64" package

Here is a brief guide to show you how to install R-magick.x86_64 on Fedora 38

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

2. Uninstall "R-magick.x86_64" package

Please follow the instructions below to uninstall R-magick.x86_64 on Fedora 38:

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

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

Last metadata expiration check: 1:19:29 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : R-magick
Version : 2.7.4
Release : 2.fc38
Architecture : x86_64
Size : 4.9 M
Source : R-magick-2.7.4-2.fc38.src.rpm
Repository : updates
Summary : Advanced Graphics and Image-Processing in R
URL : https://CRAN.R-project.org/package=magick
License : MIT
Description : Bindings to 'ImageMagick': the most comprehensive open-source image
: processing library available. Supports many common formats (png, jpeg,
: tiff, pdf, etc) and manipulations (rotate, scale, crop, trim, flip, blur,
: etc). All operations are vectorized via the Magick++ STL meaning they
: operate either on a single frame or a series of frames for working with
: layers, collages, or animation. In RStudio images are automatically
: previewed when printed to the console, resulting in an interactive editing
: environment. The latest version of the package includes a native graphics
: device for creating in-memory graphics or drawing onto images using pixel
: coordinates.