How to Install and Uninstall R-zoo.i686 Package on Fedora 39

Last updated: November 27,2024

1. Install "R-zoo.i686" package

This guide covers the steps necessary to install R-zoo.i686 on Fedora 39

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

2. Uninstall "R-zoo.i686" package

Please follow the step by step instructions below to uninstall R-zoo.i686 on Fedora 39:

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

3. Information about the R-zoo.i686 package on Fedora 39

Last metadata expiration check: 0:57:47 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : R-zoo
Version : 1.8.12
Release : 3.fc39
Architecture : i686
Size : 1.1 M
Source : R-zoo-1.8.12-3.fc39.src.rpm
Repository : fedora
Summary : Z's ordered observations for irregular time series
URL : https://CRAN.R-project.org/package=zoo
License : GPL-2.0-or-later
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.