Some key programs to make R run after fresh install
This commit is contained in:
parent
e61e58681f
commit
93768b2650
13
Programs_for_R.sh
Normal file
13
Programs_for_R.sh
Normal file
@ -0,0 +1,13 @@
|
||||
sudo apt update
|
||||
sudo apt install -q \
|
||||
libcurl4-openssl-dev \
|
||||
libssl-dev \
|
||||
libxml2-dev \
|
||||
libfontconfig1-dev \
|
||||
libharfbuzz-dev \
|
||||
libfribidi-dev \
|
||||
libfreetype6-dev \
|
||||
libpng-dev \
|
||||
libtiff5-dev \
|
||||
libjpeg-dev \
|
||||
libpq-dev
|
||||
Loading…
x
Reference in New Issue
Block a user