How to Install and Uninstall R-bit64.x86_64 Package on Fedora 38

Last updated: June 03,2024

1. Install "R-bit64.x86_64" package

This is a short guide on how to install R-bit64.x86_64 on Fedora 38

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

2. Uninstall "R-bit64.x86_64" package

Please follow the guidelines below to uninstall R-bit64.x86_64 on Fedora 38:

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

3. Information about the R-bit64.x86_64 package on Fedora 38

Last metadata expiration check: 4:05:57 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : R-bit64
Version : 4.0.5
Release : 9.fc38
Architecture : x86_64
Size : 588 k
Source : R-bit64-4.0.5-9.fc38.src.rpm
Repository : updates
Summary : A S3 Class for Vectors of 64bit Integers
URL : https://CRAN.R-project.org/package=bit64
License : GPLv2 or GPLv3
Description : Package 'bit64' provides serializable S3 atomic 64bit (signed) integers. These
: are useful for handling database keys and exact counting in +-2^63. WARNING: do
: not use them as replacement for 32bit integers, integer64 are not supported for
: subscripting by R-core and they have different semantics when combined with
: double, e.g. integer64 + double => integer64. Class integer64 can be used in
: vectors, matrices, arrays and data.frames. Methods are available for coercion
: from and to logicals, integers, doubles, characters and factors as well as many
: elementwise and summary functions. Many fast algorithmic operations such as
: 'match' and 'order' support interactive data exploration and manipulation and
: optionally leverage caching.