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

Last updated: October 04,2024

1. Install "R-magick.x86_64" package

Please follow the guidelines below to install R-magick.x86_64 on Fedora 34

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

2. Uninstall "R-magick.x86_64" package

Please follow the guidance below to uninstall R-magick.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 0:09:32 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : R-magick
Version : 2.7.3
Release : 2.fc34
Architecture : x86_64
Size : 4.7 M
Source : R-magick-2.7.3-2.fc34.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.