Data
May 10, 2022, 4:25pm
#1
Hi
I can launch sign-in via a browser, but I would like to do it via snap
this is the way I do it on my present system I install snapd then
run the line “sudo snap install nordpass” that is enough to install it.
However I get the following when trying to do it like this in a EOS-VM.
Any Ideas?
–
Data
You have to install snapd first. Then enable it. Then you can install nordpass if it is in snap.
1 Like
pebcak
May 10, 2022, 4:53pm
#3
Data:
I install snapd
I think you would run this as well:
sudo systemctl enable --now snapd.socket
before:
sudo snap install nordpass
Edit:
@ricklinux
First now I saw:
ricklinux:
Then enable it
1 Like
Data
May 10, 2022, 4:55pm
#4
Hi
Thanks for that.
Never had to do that for install on Arcolinux just install snapd and that’s that.
–
Data
1 Like
dalto
May 10, 2022, 5:00pm
#5
Maybe Arco has a custom snapd package?
This look like a Debian command. It’s confusing but i guess the with snapd you actually install it from the site that has snaps?
pebcak
May 10, 2022, 5:01pm
#7
On Vanilla Arch and consequently EnOS, services and sockets won’t get enabled automatically after installing a package containing such.
1 Like
dalto
May 10, 2022, 5:02pm
#8
Yes, Canonical manages the snap infrastructure. It is easier to track your usage that way.
2 Likes
pebcak
May 10, 2022, 5:06pm
#9
snap install --help
Usage:
snap install [install-OPTIONS] snap…
The install command installs the named snaps on the system.
To install multiple instances of the same snap, append an underscore and a
unique identifier (for each instance) to a snap’s name.
etc …
snap install --help
I don’t use/install snaps, neither from the store or from the command line.
I just had a read at the fine manual
I just don’t like to infect my Arch with Canonical.
2 Likes