How To Install r-cran-colourpicker on Kali Linux
Introduction
In this tutorial we learn how to install r-cran-colourpicker
on Kali Linux.
What is r-cran-colourpicker
r-cran-colourpicker is:
This GNU R colour picker can be used as an input in Shiny apps or Rmarkdown documents. The colour picker supports alpha opacity, custom colour palettes, and many more options. A Plot Colour Helper tool is available as an RStudio Addin, which helps you pick colours to use in your plots. A more generic Colour Picker RStudio Addin is also provided to let you select colours to use in your R code.
There are three methods to install r-cran-colourpicker
on Kali Linux. We can use apt-get
, apt
and aptitude
. In the following sections we will describe each method. You can choose one of them.
Install r-cran-colourpicker Using apt-get
Update apt database with apt-get
using the following command.
After updating apt database, We can install r-cran-colourpicker
using apt-get
by running the following command:
Install r-cran-colourpicker Using apt
Update apt database with apt
using the following command.
After updating apt database, We can install r-cran-colourpicker
using apt
by running the following command:
Install r-cran-colourpicker Using aptitude
If you want to follow this method, you might need to install aptitude on Kali Linux first since aptitude is usually not installed by default on Kali Linux. Update apt database with aptitude
using the following command.
After updating apt database, We can install r-cran-colourpicker
using aptitude
by running the following command:
How To Uninstall r-cran-colourpicker on Kali Linux
To uninstall only the r-cran-colourpicker
package we can use the following command:
Uninstall r-cran-colourpicker And Its Dependencies
To uninstall r-cran-colourpicker
and its dependencies that are no longer needed by Kali Linux, we can use the command below:
Remove r-cran-colourpicker Configurations and Data
To remove r-cran-colourpicker
configuration and data from Kali Linux we can use the following command:
Remove r-cran-colourpicker configuration, data, and all of its dependencies
We can use the following command to remove r-cran-colourpicker
configurations, data and all of its dependencies, we can use the following command:
Dependencies
r-cran-colourpicker have the following dependencies:
- r-base-core
- r-api-4.0
- r-cran-ggplot2
- r-cran-htmltools
- r-cran-htmlwidgets
- r-cran-jsonlite
- r-cran-miniui
- r-cran-shiny
- r-cran-shinyjs
- libjs-jquery
References
Summary
In this tutorial we learn how to install r-cran-colourpicker
package on Kali Linux using different package management tools: apt
, apt-get
and aptitude
.