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

Last updated: May 20,2024

1. Install "r-cran-rodbc" package

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

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

2. Uninstall "r-cran-rodbc" package

In this section, we are going to explain the necessary steps to uninstall r-cran-rodbc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: r-cran-rodbc
Priority: optional
Section: universe/math
Installed-Size: 1017
Maintainer: Ubuntu Developers
Original-Maintainer: Dirk Eddelbuettel
Architecture: amd64
Source: rodbc
Version: 1.3-12-1
Depends: libc6 (>= 2.14), libodbc1 (>= 2.3.1), r-base-core (>= 3.2.1-2), r-api-3
Suggests: odbc-postgresql, libmyodbc
Filename: pool/universe/r/rodbc/r-cran-rodbc_1.3-12-1_amd64.deb
Size: 792446
MD5sum: 390b2fd22f913988f63c169a446912bc
SHA1: 83e5c17b82e1a8286206b14463b305a9f2ce9e26
SHA256: ad80bbd329f1ff7e430edb50fa9db8fe2730e05248e485849acce6461ffaca0b
Description-en: GNU R package for ODBC database access
This CRAN package provides access to any Open DataBase Connectivity (ODBC)
accessible database.
.
The package should be platform independent and provide access to any
database for which a driver exists. It has been tested with MySQL
and PostgreSQL on both Linux and Windows (and to those DBMSs on Linux
hosts from R under Windows), Microsoft Access, SQL Server and Excel
spreadsheets (read-only), and users have reported success with
connections to Oracle and DBase.
.
Usage is covered in the R Data Import/Export manual (available via the
r-doc-pdf, r-doc-html and r-doc-info packages).
Description-md5: 2598198680ecb6c8aa4370ff5b871498
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu