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 :: cmake version comand 
Shell :: gdown download zip file 
Shell :: copy ssh-keygen, copy ssh key, copy ssh public key, copy ssh key 
Shell :: cocoa pods 
Shell :: how to stop a web server linux 
Shell :: space in dock mac 
Shell :: psycopg2 error install 
Shell :: error install cocoapods 
Shell :: unzip tar.gz 
Shell :: turn off selinux centos 
Shell :: linux see used ports 
Shell :: Ignore insecure files and continue [y] or abort compinit [n] 
Shell :: restart ubuntu server 
Shell :: push project to github 
Shell :: ubuntu print path 
Shell :: ls display chmod number 
Shell :: how to install winget tool on powershell 
Shell :: qpdf decrypt with password 
Shell :: powershell convert string to int 
Shell :: convert file with liberoffice 
Shell :: tar linu 
Shell :: how to add path in ubuntu 
Shell :: ubuntu bluetooth not listed 
Shell :: pip install ignore errors 
Shell :: how to install unzip in ubuntu 
Shell :: kali sources.list 
Shell :: how to save a file in emacs 
Shell :: clear history centos 
Shell :: install pylatex 
Shell :: openssh server ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
5+6 =