Answers for "how to add snap store ubuntu"

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
-2

ubuntu install snap store

sudo snap install snap-store
Posted by: Guest on February-10-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language