How to Install and Uninstall r-cran-bit64 Package on Kali Linux

Last updated: May 11,2024

1. Install "r-cran-bit64" package

Here is a brief guide to show you how to install r-cran-bit64 on Kali Linux

$ sudo apt update $ sudo apt install r-cran-bit64

2. Uninstall "r-cran-bit64" package

This is a short guide on how to uninstall r-cran-bit64 on Kali Linux:

$ sudo apt remove r-cran-bit64 $ sudo apt autoclean && sudo apt autoremove

3. Information about the r-cran-bit64 package on Kali Linux

Package: r-cran-bit64
Version: 4.0.5-1
Installed-Size: 646
Maintainer: Debian R Packages Maintainers
Architecture: amd64
Depends: r-base-core (>= 4.0.2-1), r-api-4.0, r-cran-bit (>= 4.0.0), libc6 (>= 2.29)
Size: 463380
SHA256: 5749c226bc6286c990a644bd2642ef83985dcc7892d44c931b6273dd622aa6d4
SHA1: c20b00c876028cbb45c4dd0dc5bf050eb1972192
MD5sum: 88755d416b8ef7ae0f0df4b5456f5b71
Description: GNU R S3 Class for Vectors of 64bit Integers
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.
Description-md5:
Homepage: https://cran.r-project.org/package=bit64
Section: gnu-r
Priority: optional
Filename: pool/main/r/r-cran-bit64/r-cran-bit64_4.0.5-1_amd64.deb