How to Install and Uninstall r-cran-rserve Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: November 07,2024

1. Install "r-cran-rserve" package

Please follow the guidance below to install r-cran-rserve on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "r-cran-rserve" package

Learn how to uninstall r-cran-rserve on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the r-cran-rserve package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: r-cran-rserve
Priority: optional
Section: universe/math
Installed-Size: 547
Maintainer: Ubuntu Developers
Original-Maintainer: Dirk Eddelbuettel
Architecture: amd64
Source: rserve
Version: 1.7-3-3
Depends: r-base-core (>= 3.0.2-1ubuntu1), libc6 (>= 2.15), libssl1.0.0 (>= 1.0.0)
Filename: pool/universe/r/rserve/r-cran-rserve_1.7-3-3_amd64.deb
Size: 194376
MD5sum: ececf0012267f30f92b398688389b233
SHA1: 852d73df7efb5a9e2ed4b0c8e5265846e968dd73
SHA256: 9e86356d7f59caae510c9754411fcb97f6caafac8108f2638f337e388256deeb
Description-en: GNU R Rserve tcp/ip server and sample clients
This package provide Rserve, a headless server for GNU R. Rserve
acts as a socket server (TCP/IP or local sockets) which allows binary
requests to be sent to R. Every connection has a separate workspace
and working directory. Client-side implementations are available for
popular languages such as C/C++ and Java, allowing any application to
use facilities of R without the need of linking to R code. Rserve
supports remote connection, user authentication and file transfer. A
simple R client is included in this package as well.
.
URL: http://www.rosuda.org/Rserve/
Description-md5: 7970aee9642afd81d258420c000a4152
Homepage: http://www.rforge.net/Rserve
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu