Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

r installation on ubuntu

# update indices
apt update -qq
# install two helper packages we need
apt install --no-install-recommends software-properties-common dirmngr
# add the signing key (by Michael Rutter) for these repos
# To verify key, run gpg --show-keys /etc/apt/trusted.gpg.d/cran_ubuntu_key.asc 
# Fingerprint: 298A3A825C0D65DFD57CBB651716619E084DAB9
wget -qO- https://cloud.r-project.org/bin/linux/ubuntu/marutter_pubkey.asc | sudo tee -a /etc/apt/trusted.gpg.d/cran_ubuntu_key.asc
# add the R 4.0 repo from CRAN -- adjust 'focal' to 'groovy' or 'bionic' as needed
add-apt-repository "deb https://cloud.r-project.org/bin/linux/ubuntu $(lsb_release -cs)-cran40/"
Comment

PREVIOUS NEXT
Code Example
Shell :: how to commit a specific file in git 
Shell :: brew portkill 
Shell :: show changes at time of git pull 
Shell :: composer ins 
Shell :: center table markdown github 
Shell :: bash random sleep 
Shell :: ubuntu service start example 
Shell :: git add and commit all 
Shell :: delete all files in a directory cmd 
Shell :: wget save file with different name 
Shell :: powershell show only current directory 
Shell :: git ignore folder except one file 
Shell :: how to enable bluetooth on terminal 
Shell :: stop port 
Shell :: lower brightness of a ubunut pc 
Shell :: wsl add directory to path 
Shell :: linux Could not find a version that satisfies the requirement 
Shell :: for loop in bash for files 
Shell :: git: delete branch in local and on remote 
Shell :: linux get first line of file 
Shell :: remove git from angular oproject 
Shell :: linux time wrong 
Shell :: ng generate service 
Shell :: run pm2 in cluster mode 
Shell :: push to git with token 
Shell :: Required Windows feature(s) not enabled : Hyper-V and Containers 
Shell :: access wsl filesystem from windows 
Shell :: command get full history terminal mac 
Shell :: homebrew install mac 
Shell :: brave browser install on ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
4+8 =