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

Last updated: September 30,2024

1. Install "R-bit64.x86_64" package

Please follow the steps below to install R-bit64.x86_64 on Fedora 34

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

2. Uninstall "R-bit64.x86_64" package

Please follow the steps below to uninstall R-bit64.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 0:55:17 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : R-bit64
Version : 4.0.5
Release : 2.fc34
Architecture : x86_64
Size : 497 k
Source : R-bit64-4.0.5-2.fc34.src.rpm
Repository : fedora
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.