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

Last updated: October 05,2024

1. Install "R-tweenr.x86_64" package

In this section, we are going to explain the necessary steps to install R-tweenr.x86_64 on Fedora 34

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

2. Uninstall "R-tweenr.x86_64" package

Here is a brief guide to show you how to uninstall R-tweenr.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 3:25:58 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : R-tweenr
Version : 1.0.2
Release : 1.fc34
Architecture : x86_64
Size : 314 k
Source : R-tweenr-1.0.2-1.fc34.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.