Install r-cran-fastmatch
Installing r-cran-fastmatch package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install r-cran-fastmatch
r-cran-fastmatch package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | r-cran-fastmatch |
version | 1.0-4-1 |
description | GNU R package for fast match replacement for repeated look-ups |
subsection | gnu-r |
website | cran.r-project.org / web / packages / fastmatch / |
maintainer | Debian Med Packaging Team |
Uninstall r-cran-fastmatch
To remove just r-cran-fastmatch package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove r-cran-fastmatch
Uninstall r-cran-fastmatch and it’s dependent packages
To remove the r-cran-fastmatch package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove r-cran-fastmatch
Purging r-cran-fastmatch
If you also want to delete configuration and/or data files of r-cran-fastmatch from Debian Sid then this will work:
sudo apt-get purge r-cran-fastmatch
To delete configuration and/or data files of r-cran-fastmatch and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove r-cran-fastmatch