Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install gh ubuntu

curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/etc/apt/trusted.gpg.d/githubcli-archive-keyring.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/trusted.gpg.d/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null
sudo apt update
sudo apt install gh
Comment

gh ubuntu

sudo snap install gh
Comment

PREVIOUS NEXT
Code Example
Shell :: rvm install new ruby version 
Shell :: git clone vs git pull 
Shell :: install firebase npm 
Shell :: date linux show millis 
Shell :: install from github pip 
Shell :: What is the command to open a file from within Emacs? 
Shell :: sticky notes for ubuntu 20.04 
Shell :: windows remove pip 
Shell :: grep tail 
Shell :: replace ionic-angular @ionic/angular 
Shell :: remove nvm version 
Shell :: change git commit date 
Shell :: install eslint 
Shell :: git disable pgp 
Shell :: install minipyer 
Shell :: how to make ubuntu automatic updates 
Shell :: iterm ftp command not found 
Shell :: update ruby version 
Shell :: list stopped containers 
Shell :: insufficient permission for adding an object to repository database .git/objects 
Shell :: how to disable gui in mint 
Shell :: undo git merge 
Shell :: systemcd service user 
Shell :: systemd version check 
Shell :: bash replace symbolic links with original files 
Shell :: ufw add rule 
Shell :: vs code on ubuntu 20.04 and delete old version 
Shell :: apache .htaccess Option ubuntu 
Shell :: composer require laravel/ui app.css empty 
Shell :: how to store a 6 digit number as 6 separate integers 
ADD CONTENT
Topic
Content
Source link
Name
1+7 =