Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install microsoft edge terminal

curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
sudo install -o root -g root -m 644 microsoft.gpg /etc/apt/trusted.gpg.d/
sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/edge stable main" > /etc/apt/sources.list.d/microsoft-edge-dev.list'
sudo rm microsoft.gpg

sudo apt update && sudo apt install microsoft-edge-stable
Comment

PREVIOUS NEXT
Code Example
Shell :: git remove staged area 
Shell :: git how to see changes made by a commit 
Shell :: gitbash update 
Shell :: create and switch to a branch 
Shell :: redis install ubuntu 20.04 
Shell :: how to erase folder that match characters in linux 
Shell :: enable ssh linux 
Shell :: undo most recent commit 
Shell :: change git repository 
Shell :: how to know ROS path 
Shell :: how to kill all emulator 
Shell :: git compare two branches 
Shell :: tail last 100 lines 
Shell :: Flatpak in linux 
Shell :: uninstall people app windows 10 
Shell :: regolith linux 
Shell :: install packages with pip jupyter 
Shell :: gradle git bash terminal weird characters 
Shell :: react-darkmode-toggler 
Shell :: install .net framework 3.5 from windows 
Shell :: git reset in gitlab 
Shell :: command for Installing the Python Requests Library using Pipenv 
Shell :: gui for ubuntu server 
Shell :: pull a specific branch from github 
Shell :: install kubectl ubuntu 
Shell :: uninstall kde 
Shell :: check number of cores in ubuntu 
Shell :: install google assistant on linux 
Shell :: renomeando branch 
Shell :: take sudo access inside vim 
ADD CONTENT
Topic
Content
Source link
Name
5+8 =