Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install scoop

to install scoop:

iwr -useb get.scoop.sh | iex

if you get an execution policy error run: 

iwr -useb get.scoop.sh | iex

To install packages run:

scoop install [package-name]
Comment

how to install windows command line installer scoop

> Set-ExecutionPolicy RemoteSigned -Scope CurrentUser # Optional: Needed to run a remote script the first time
> irm get.scoop.sh | iex
Comment

install scoop

iwr -useb get.scoop.sh | iex
Comment

install scoop in window

iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
Comment

command to download scoop

scoop install curl
Comment

PREVIOUS NEXT
Code Example
Shell :: remove composer package 
Shell :: shell comments 
Shell :: revert last commit git 
Shell :: how to install older version of tensorflow 
Shell :: how to open sublime in linux 
Shell :: git push asking for username after setting up ssh key 
Shell :: bash command substitution 
Shell :: install tmux2 
Shell :: ubuntu delete contents of folder 
Shell :: merge and delete branch 
Shell :: web 3 react npm 
Shell :: add python to path zsh 
Shell :: how to set to default terminal in ubunty 
Shell :: php extension php.ini 
Shell :: List files and sort by date and time in Linux 
Shell :: install firebase on flutter 
Shell :: scp ubuntu 
Shell :: gh ubuntu 
Shell :: copy directory 
Shell :: using yarn in docker 
Shell :: bash function arguments 
Shell :: delete directory from cmd 
Shell :: grep without match 
Shell :: ping to my localhost in windows 
Shell :: install perl 5 on ubuntu 2020 
Shell :: kde 144 fps 
Shell :: git push url change 
Shell :: install zotero with command line 
Shell :: install redis 
Shell :: find only files linux 
ADD CONTENT
Topic
Content
Source link
Name
2+1 =