How To Install R-jpeg on Fedora 36
Introduction
In this tutorial we learn how to install R-jpeg
on Fedora 36.
What is R-jpeg
This package provides an easy and simple way to read, write and display bitmap images stored in the JPEG format. It can read and write both files and in-memory raw vectors.
We can use yum
or dnf
to install R-jpeg
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install R-jpeg.
Install R-jpeg on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install R-jpeg
using dnf
by running the following command:
sudo dnf -y install R-jpeg
Install R-jpeg on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install R-jpeg
using yum
by running the following command:
sudo yum -y install R-jpeg
How To Uninstall R-jpeg on Fedora 36
To uninstall only the R-jpeg
package we can use the following command:
sudo dnf remove R-jpeg
R-jpeg Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/e4
/usr/lib/.build-id/e4/3350848d634e4d298219ceef3854e73f9a1615
/usr/lib64/R/library/jpeg
/usr/lib64/R/library/jpeg/DESCRIPTION
/usr/lib64/R/library/jpeg/INDEX
/usr/lib64/R/library/jpeg/Meta
/usr/lib64/R/library/jpeg/Meta/Rd.rds
/usr/lib64/R/library/jpeg/Meta/features.rds
/usr/lib64/R/library/jpeg/Meta/hsearch.rds
/usr/lib64/R/library/jpeg/Meta/links.rds
/usr/lib64/R/library/jpeg/Meta/nsInfo.rds
/usr/lib64/R/library/jpeg/Meta/package.rds
/usr/lib64/R/library/jpeg/NAMESPACE
/usr/lib64/R/library/jpeg/NEWS
/usr/lib64/R/library/jpeg/R
/usr/lib64/R/library/jpeg/R/jpeg
/usr/lib64/R/library/jpeg/R/jpeg.rdb
/usr/lib64/R/library/jpeg/R/jpeg.rdx
/usr/lib64/R/library/jpeg/help
/usr/lib64/R/library/jpeg/help/AnIndex
/usr/lib64/R/library/jpeg/help/aliases.rds
/usr/lib64/R/library/jpeg/help/jpeg.rdb
/usr/lib64/R/library/jpeg/help/jpeg.rdx
/usr/lib64/R/library/jpeg/help/paths.rds
/usr/lib64/R/library/jpeg/help/readJPEG.html
/usr/lib64/R/library/jpeg/help/writeJPEG.html
/usr/lib64/R/library/jpeg/html
/usr/lib64/R/library/jpeg/html/00Index.html
/usr/lib64/R/library/jpeg/html/R.css
/usr/lib64/R/library/jpeg/html/readJPEG.html
/usr/lib64/R/library/jpeg/html/writeJPEG.html
/usr/lib64/R/library/jpeg/img
/usr/lib64/R/library/jpeg/img/Rlogo.jpg
/usr/lib64/R/library/jpeg/libs
/usr/lib64/R/library/jpeg/libs/jpeg.so
References
Summary
In this tutorial we learn how to install R-jpeg
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).