Answers for "add snap store to 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
0

where are snap files installed in ubuntu

/var/lib/snapd/ directory
Posted by: Guest on January-27-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language