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

Last updated: January 08,2025

1. Install "R-tweenr.x86_64" package

This guide covers the steps necessary to install R-tweenr.x86_64 on Fedora 39

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

2. Uninstall "R-tweenr.x86_64" package

Please follow the guidelines below to uninstall R-tweenr.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 1:22:18 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : R-tweenr
Version : 2.0.2
Release : 4.fc39
Architecture : x86_64
Size : 410 k
Source : R-tweenr-2.0.2-4.fc39.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.