How to Install and Uninstall R-zoo.x86_64 Package on Fedora 34

Last updated: April 30,2024

1. Install "R-zoo.x86_64" package

Please follow the guidelines below to install R-zoo.x86_64 on Fedora 34

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

2. Uninstall "R-zoo.x86_64" package

In this section, we are going to explain the necessary steps to uninstall R-zoo.x86_64 on Fedora 34:

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

3. Information about the R-zoo.x86_64 package on Fedora 34

Last metadata expiration check: 2:21:43 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : R-zoo
Version : 1.8.8
Release : 5.fc34
Architecture : x86_64
Size : 1.1 M
Source : R-zoo-1.8.8-5.fc34.src.rpm
Repository : fedora
Summary : Z's ordered observations for irregular time series
URL : https://CRAN.R-project.org/package=zoo
License : GPLv2 or GPLv3
Description : An S3 class with methods for totally ordered indexed observations. It is
: particularly aimed at irregular time series of numeric vectors/matrices and
: factors. zoo's key design goals are independence of a particular index/date/
: time class and consistency with with ts and base R by providing methods to
: extend standard generics.