Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install snap debian

// For Install Snap
sudo apt install snapd -y
// For Reboot
reboot
Comment

snapd install

$ sudo apt update
$ sudo apt install snapd
$ service snapd start
sudo snap install core
Comment

install snap

sudo apt install libsquashfuse0 squashfuse fuse 
sudo apt install snapd
sudo snap install postbird
Comment

snap install package

$sudo snap install vlc #installs a package (with administrator rights)
$ sudo snap switch --channel=stable vlc #installs a package from a certain channel

---
#To find package before installing 

$ snap find "media player" #outputs packages matching the search term 
$ snap info vlc #outputs detailed infos to a package
Comment

linux install with package manager snap snapd

snap find programname
Comment

PREVIOUS NEXT
Code Example
Shell :: how to install idle on ubuntu 20.04 
Shell :: kubectl completion zsh 
Shell :: remove all .orig files mac terminal 
Shell :: install solidity compiler ubuntu 
Shell :: install camera in linux 
Shell :: git push current project to master 
Shell :: linux get docker compose logs 
Shell :: git view remote url 
Shell :: list active services ubuntu 
Shell :: sudo apt install net tools 
Shell :: github ue4 gitignore 
Shell :: download chrome command line kali linux 
Shell :: gpg generate key 
Shell :: .desktop file 
Shell :: how to manage icloud drive in terminal 
Shell :: conda create env from yml 
Shell :: CUDA_HOME environment variable is not set. Please set it to your CUDA install root. 
Shell :: batch directory 
Shell :: how to secure letsencrypt on ubuntu 20.04 with nginx 
Shell :: ubuntu edit etc host 
Shell :: ubuntu empty swap 
Shell :: php 7.4 all extensions 
Shell :: get number of files 
Shell :: docker no sudo 
Shell :: wsl windows 
Shell :: remove port binding windows 
Shell :: Clean Up Migrations and Speed up Tests 
Shell :: npm install moment 
Shell :: linux microphone noise reduction 
Shell :: "enter passphrase for key" 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =