To uninstall r-cran-dbi just follow these instructions.
/ubuntu/yakkety/universe///install/index.html GNU R package providing a generic database interface Ubuntu 16.10 universe/math 0.5-1
sudo apt-get remove r-cran-dbi
Which will remove just the r-cran-dbi package itself.
sudo apt-get remove --auto-remove r-cran-dbi
This will remove the r-cran-dbi package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for r-cran-dbi then this will work.
sudo apt-get purge r-cran-dbi
Or similarly, like this r-cran-dbi
sudo apt-get purge --auto-remove r-cran-dbi
Package | r-cran-dbi |
Version | 0.5-1 |
Maintainer | Ubuntu Developers |
Description | GNU R package providing a generic database interface |
Distro | ubuntu |
Release | yakkety |
Repo | universe |
Section | universe/math |