Answers for "install snapd ubuntu 12"

1

install snapd ubuntu

#Ubuntu and Debian
sudo apt update
sudo apt install snapd

#CentOS and RHEL
yum install epel-release 
yum install snapd

#Fedora
dnf install snapd
Posted by: Guest on December-27-2020
0

how to install snapd on ubuntu

sudo snap install core; sudo snap refresh core
Posted by: Guest on October-27-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language