How to Install and Uninstall R-ape.x86_64 Package on Fedora 39

Last updated: September 23,2024

1. Install "R-ape.x86_64" package

This tutorial shows how to install R-ape.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install R-ape.x86_64

2. Uninstall "R-ape.x86_64" package

This tutorial shows how to uninstall R-ape.x86_64 on Fedora 39:

$ sudo dnf remove R-ape.x86_64 $ sudo dnf autoremove

3. Information about the R-ape.x86_64 package on Fedora 39

Last metadata expiration check: 3:17:01 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : R-ape
Version : 5.7.1
Release : 3.fc39
Architecture : x86_64
Size : 3.1 M
Source : R-ape-5.7.1-3.fc39.src.rpm
Repository : fedora
Summary : Analyses of Phylogenetics and Evolution
URL : https://CRAN.R-project.org/package=ape
License : GPL-2.0-only OR GPL-3.0-only
Description : Functions for reading, writing, plotting, and manipulating phylogenetic
: trees, analyses of comparative data in a phylogenetic framework, ancestral
: character analyses, analyses of diversification and macroevolution,
: computing distances from DNA sequences, reading and writing nucleotide
: sequences as well as importing from BioConductor, and several tools such as
: Mantel's test, generalized skyline plots, graphical exploration of
: phylogenetic data (alex, trex, kronoviz), estimation of absolute
: evolutionary rates and clock-like trees using mean path lengths and
: penalized likelihood, dating trees with non-contemporaneous sequences,
: translating DNA into AA sequences, and assessing sequence alignments.
: Phylogeny estimation can be done with the NJ, BIONJ, ME, MVR, SDM, and
: triangle methods, and several methods handling incomplete distance matrices
: (NJ*, BIONJ*, MVR*, and the corresponding triangle method). Some functions call
: external applications (PhyML, Clustal, T-Coffee, Muscle) whose results are
: returned into R.