How To Install R-winch on Fedora 36

In this tutorial we learn how to install R-winch in Fedora 36. R-winch is Portable Native and Joint Stack Traces

Introduction

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

What is R-winch

Obtain the native stack trace and fuse it with R’s stack trace for easier debugging of R packages with native code.

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

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

sudo dnf -y install R-winch

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

sudo yum -y install R-winch

How To Uninstall R-winch on Fedora 36

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

sudo dnf remove R-winch

R-winch Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/00
/usr/lib/.build-id/00/0e8495fb40ce51039b0d2fc31b88c14fc55672
/usr/lib64/R/library/winch
/usr/lib64/R/library/winch/DESCRIPTION
/usr/lib64/R/library/winch/INDEX
/usr/lib64/R/library/winch/Meta
/usr/lib64/R/library/winch/Meta/Rd.rds
/usr/lib64/R/library/winch/Meta/features.rds
/usr/lib64/R/library/winch/Meta/hsearch.rds
/usr/lib64/R/library/winch/Meta/links.rds
/usr/lib64/R/library/winch/Meta/nsInfo.rds
/usr/lib64/R/library/winch/Meta/package.rds
/usr/lib64/R/library/winch/Meta/vignette.rds
/usr/lib64/R/library/winch/NAMESPACE
/usr/lib64/R/library/winch/NEWS.md
/usr/lib64/R/library/winch/R
/usr/lib64/R/library/winch/R/winch
/usr/lib64/R/library/winch/R/winch.rdb
/usr/lib64/R/library/winch/R/winch.rdx
/usr/lib64/R/library/winch/WORDLIST
/usr/lib64/R/library/winch/doc
/usr/lib64/R/library/winch/doc/index.html
/usr/lib64/R/library/winch/doc/report.R
/usr/lib64/R/library/winch/doc/report.Rmd
/usr/lib64/R/library/winch/doc/report.html
/usr/lib64/R/library/winch/help
/usr/lib64/R/library/winch/help/AnIndex
/usr/lib64/R/library/winch/help/aliases.rds
/usr/lib64/R/library/winch/help/paths.rds
/usr/lib64/R/library/winch/help/winch-package.html
/usr/lib64/R/library/winch/help/winch.html
/usr/lib64/R/library/winch/help/winch.rdb
/usr/lib64/R/library/winch/help/winch.rdx
/usr/lib64/R/library/winch/help/winch_add_trace_back.html
/usr/lib64/R/library/winch/help/winch_available.html
/usr/lib64/R/library/winch/help/winch_call.html
/usr/lib64/R/library/winch/help/winch_init_library.html
/usr/lib64/R/library/winch/help/winch_stop.html
/usr/lib64/R/library/winch/help/winch_trace_back.html
/usr/lib64/R/library/winch/html
/usr/lib64/R/library/winch/html/00Index.html
/usr/lib64/R/library/winch/html/R.css
/usr/lib64/R/library/winch/html/winch-package.html
/usr/lib64/R/library/winch/html/winch_add_trace_back.html
/usr/lib64/R/library/winch/html/winch_available.html
/usr/lib64/R/library/winch/html/winch_call.html
/usr/lib64/R/library/winch/html/winch_init_library.html
/usr/lib64/R/library/winch/html/winch_stop.html
/usr/lib64/R/library/winch/html/winch_trace_back.html
/usr/lib64/R/library/winch/libs
/usr/lib64/R/library/winch/libs/winch.so

References

Summary

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