How To Install R-uuid on Fedora 36
Introduction
In this tutorial we learn how to install R-uuid
on Fedora 36.
What is R-uuid
Tools for generating and handling of UUIDs (Universally Unique Identifiers).
We can use yum
or dnf
to install R-uuid
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install R-uuid.
Install R-uuid 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-uuid
using dnf
by running the following command:
sudo dnf -y install R-uuid
Install R-uuid 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-uuid
using yum
by running the following command:
sudo yum -y install R-uuid
How To Uninstall R-uuid on Fedora 36
To uninstall only the R-uuid
package we can use the following command:
sudo dnf remove R-uuid
R-uuid Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/e9
/usr/lib/.build-id/e9/c28a5a48df1c713be6302d12d8cba05dca678d
/usr/lib64/R/library/uuid
/usr/lib64/R/library/uuid/COPYING
/usr/lib64/R/library/uuid/DESCRIPTION
/usr/lib64/R/library/uuid/INDEX
/usr/lib64/R/library/uuid/LICENSE
/usr/lib64/R/library/uuid/Meta
/usr/lib64/R/library/uuid/Meta/Rd.rds
/usr/lib64/R/library/uuid/Meta/features.rds
/usr/lib64/R/library/uuid/Meta/hsearch.rds
/usr/lib64/R/library/uuid/Meta/links.rds
/usr/lib64/R/library/uuid/Meta/nsInfo.rds
/usr/lib64/R/library/uuid/Meta/package.rds
/usr/lib64/R/library/uuid/NAMESPACE
/usr/lib64/R/library/uuid/NEWS
/usr/lib64/R/library/uuid/R
/usr/lib64/R/library/uuid/R/uuid
/usr/lib64/R/library/uuid/R/uuid.rdb
/usr/lib64/R/library/uuid/R/uuid.rdx
/usr/lib64/R/library/uuid/help
/usr/lib64/R/library/uuid/help/AnIndex
/usr/lib64/R/library/uuid/help/UUIDgenerate.html
/usr/lib64/R/library/uuid/help/aliases.rds
/usr/lib64/R/library/uuid/help/paths.rds
/usr/lib64/R/library/uuid/help/uuid.rdb
/usr/lib64/R/library/uuid/help/uuid.rdx
/usr/lib64/R/library/uuid/html
/usr/lib64/R/library/uuid/html/00Index.html
/usr/lib64/R/library/uuid/html/R.css
/usr/lib64/R/library/uuid/html/UUIDgenerate.html
/usr/lib64/R/library/uuid/libs
/usr/lib64/R/library/uuid/libs/uuid.so
References
Summary
In this tutorial we learn how to install R-uuid
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).