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

Last updated: October 07,2024

1. Install "R-ape.x86_64" package

This guide let you learn how to install R-ape.x86_64 on Fedora 36

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

2. Uninstall "R-ape.x86_64" package

This guide covers the steps necessary to uninstall R-ape.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 2:30:03 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : R-ape
Version : 5.5
Release : 3.fc36
Architecture : x86_64
Size : 3.2 M
Source : R-ape-5.5-3.fc36.src.rpm
Repository : fedora
Summary : Analyses of Phylogenetics and Evolution
URL : https://CRAN.R-project.org/package=ape
License : GPLv2 or GPLv3
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.