How To Install R-pingr on Fedora 36

In this tutorial we learn how to install R-pingr in Fedora 36. R-pingr is Check if a Remote Computer is Up

Introduction

In this tutorial we learn how to install R-pingr on Fedora 36.

What is R-pingr

Check if a remote computer is up. It can either just call the system ping command, or check a specified TCP port.

We can use yum or dnf to install R-pingr on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install R-pingr.

Install R-pingr 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-pingr using dnf by running the following command:

sudo dnf -y install R-pingr

Install R-pingr 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-pingr using yum by running the following command:

sudo yum -y install R-pingr

How To Uninstall R-pingr on Fedora 36

To uninstall only the R-pingr package we can use the following command:

sudo dnf remove R-pingr

R-pingr Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/18
/usr/lib/.build-id/18/6b5089a0353f3177949c5706d892e05e18d480
/usr/lib64/R/library/pingr
/usr/lib64/R/library/pingr/DESCRIPTION
/usr/lib64/R/library/pingr/INDEX
/usr/lib64/R/library/pingr/LICENSE
/usr/lib64/R/library/pingr/Meta
/usr/lib64/R/library/pingr/Meta/Rd.rds
/usr/lib64/R/library/pingr/Meta/features.rds
/usr/lib64/R/library/pingr/Meta/hsearch.rds
/usr/lib64/R/library/pingr/Meta/links.rds
/usr/lib64/R/library/pingr/Meta/nsInfo.rds
/usr/lib64/R/library/pingr/Meta/package.rds
/usr/lib64/R/library/pingr/NAMESPACE
/usr/lib64/R/library/pingr/NEWS.md
/usr/lib64/R/library/pingr/R
/usr/lib64/R/library/pingr/R/pingr
/usr/lib64/R/library/pingr/R/pingr.rdb
/usr/lib64/R/library/pingr/R/pingr.rdx
/usr/lib64/R/library/pingr/help
/usr/lib64/R/library/pingr/help/AnIndex
/usr/lib64/R/library/pingr/help/aliases.rds
/usr/lib64/R/library/pingr/help/apple_captive_test.html
/usr/lib64/R/library/pingr/help/is_online.html
/usr/lib64/R/library/pingr/help/is_up.html
/usr/lib64/R/library/pingr/help/my_ip.html
/usr/lib64/R/library/pingr/help/nsl.html
/usr/lib64/R/library/pingr/help/paths.rds
/usr/lib64/R/library/pingr/help/ping.html
/usr/lib64/R/library/pingr/help/ping_port.html
/usr/lib64/R/library/pingr/help/pingr-package.html
/usr/lib64/R/library/pingr/help/pingr.html
/usr/lib64/R/library/pingr/help/pingr.rdb
/usr/lib64/R/library/pingr/help/pingr.rdx
/usr/lib64/R/library/pingr/html
/usr/lib64/R/library/pingr/html/00Index.html
/usr/lib64/R/library/pingr/html/R.css
/usr/lib64/R/library/pingr/html/apple_captive_test.html
/usr/lib64/R/library/pingr/html/is_online.html
/usr/lib64/R/library/pingr/html/my_ip.html
/usr/lib64/R/library/pingr/html/nsl.html
/usr/lib64/R/library/pingr/html/ping.html
/usr/lib64/R/library/pingr/html/ping_port.html
/usr/lib64/R/library/pingr/html/pingr-package.html
/usr/lib64/R/library/pingr/libs
/usr/lib64/R/library/pingr/libs/pingr.so

References

Summary

In this tutorial we learn how to install R-pingr on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).