How To Install R-qpdf on Fedora 36
Introduction
In this tutorial we learn how to install R-qpdf
on Fedora 36.
What is R-qpdf
Content-preserving transformations transformations of PDF files such as split, combine, and compress. This package interfaces directly to the ‘qpdf’ C++ API and does not require any command line utilities. Note that ‘qpdf’ does not read actual content from PDF files package.
We can use yum
or dnf
to install R-qpdf
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install R-qpdf.
Install R-qpdf 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-qpdf
using dnf
by running the following command:
sudo dnf -y install R-qpdf
Install R-qpdf 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-qpdf
using yum
by running the following command:
sudo yum -y install R-qpdf
How To Uninstall R-qpdf on Fedora 36
To uninstall only the R-qpdf
package we can use the following command:
sudo dnf remove R-qpdf
R-qpdf Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/69edb33233955559745de2d1ba75119e459190
/usr/lib64/R/library/qpdf
/usr/lib64/R/library/qpdf/DESCRIPTION
/usr/lib64/R/library/qpdf/INDEX
/usr/lib64/R/library/qpdf/Meta
/usr/lib64/R/library/qpdf/Meta/Rd.rds
/usr/lib64/R/library/qpdf/Meta/features.rds
/usr/lib64/R/library/qpdf/Meta/hsearch.rds
/usr/lib64/R/library/qpdf/Meta/links.rds
/usr/lib64/R/library/qpdf/Meta/nsInfo.rds
/usr/lib64/R/library/qpdf/Meta/package.rds
/usr/lib64/R/library/qpdf/NAMESPACE
/usr/lib64/R/library/qpdf/NEWS
/usr/lib64/R/library/qpdf/R
/usr/lib64/R/library/qpdf/R/qpdf
/usr/lib64/R/library/qpdf/R/qpdf.rdb
/usr/lib64/R/library/qpdf/R/qpdf.rdx
/usr/lib64/R/library/qpdf/help
/usr/lib64/R/library/qpdf/help/AnIndex
/usr/lib64/R/library/qpdf/help/aliases.rds
/usr/lib64/R/library/qpdf/help/paths.rds
/usr/lib64/R/library/qpdf/help/pdf_combine.html
/usr/lib64/R/library/qpdf/help/pdf_compress.html
/usr/lib64/R/library/qpdf/help/pdf_length.html
/usr/lib64/R/library/qpdf/help/pdf_split.html
/usr/lib64/R/library/qpdf/help/pdf_subset.html
/usr/lib64/R/library/qpdf/help/qpdf.html
/usr/lib64/R/library/qpdf/help/qpdf.rdb
/usr/lib64/R/library/qpdf/help/qpdf.rdx
/usr/lib64/R/library/qpdf/html
/usr/lib64/R/library/qpdf/html/00Index.html
/usr/lib64/R/library/qpdf/html/R.css
/usr/lib64/R/library/qpdf/html/qpdf.html
/usr/lib64/R/library/qpdf/libs
/usr/lib64/R/library/qpdf/libs/qpdf.so
References
Summary
In this tutorial we learn how to install R-qpdf
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).