How to Install and Uninstall R-tweenr.x86_64 Package on Fedora 35

Last updated: November 30,2024

1. Install "R-tweenr.x86_64" package

Please follow the steps below to install R-tweenr.x86_64 on Fedora 35

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

2. Uninstall "R-tweenr.x86_64" package

Please follow the guidance below to uninstall R-tweenr.x86_64 on Fedora 35:

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

3. Information about the R-tweenr.x86_64 package on Fedora 35

Last metadata expiration check: 5:27:52 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : R-tweenr
Version : 1.0.2
Release : 3.fc35
Architecture : x86_64
Size : 317 k
Source : R-tweenr-1.0.2-3.fc35.src.rpm
Repository : fedora
Summary : Interpolate Data for Smooth Animations
URL : https://CRAN.R-project.org/package=tweenr
License : MIT and WTFPL
Description : In order to create smooth animation between states of data, tweening is
: necessary. This package provides a range of functions for creating tweened
: data that can be used as basis for animation. Furthermore it adds a number
: of vectorized interpolaters for common R data types such as numeric, date
: and colour.