Siduction Forum

Siduction Forum => Upgrade Warnings => Topic started by: dacorsa on 2019/03/23, 14:45:34

Title: install software from SNAP
Post by: dacorsa on 2019/03/23, 14:45:34
Hi guys,


i'd like to install keepassxc from SNAP, so i have installed snap


sudo apt install snapd
and try
sudo snap install keepassxc

but have always same error:


error: cannot install "keepassxc": Post https://api.snapcraft.io/v2/snaps/refresh (https://api.snapcraft.io/v2/snaps/refresh): proxyconnect
       tcp: dial tcp :80: connect: connection refused

I don't use PROXY, then if i give:


14:37:01 root@NanoSID /root # systemctl status snapd.service
● snapd.service - Snappy daemon
   Loaded: loaded (/lib/systemd/system/snapd.service; enabled; vendor preset: enabled)
   Active: inactive (dead) since Sat 2019-03-23 14:37:06 CET; 42s ago
  Process: 20060 ExecStart=/usr/lib/snapd/snapd (code=exited, status=42)
 Main PID: 20060 (code=exited, status=42)

mar 23 14:37:01 NanoSID systemd[1]: Starting Snappy daemon...
mar 23 14:37:01 NanoSID snapd[20060]: AppArmor status: apparmor not enabled
mar 23 14:37:01 NanoSID snapd[20060]: daemon.go:379: started snapd/2.37.4-1 (series 16; classic; devmode) debian/ (amd
mar 23 14:37:01 NanoSID systemd[1]: Started Snappy daemon.
mar 23 14:37:01 NanoSID snapd[20060]: stateengine.go:102: state ensure error: Get https://api.snapcraft.io/api/v1/snap (https://api.snapcraft.io/api/v1/snap)
mar 23 14:37:01 NanoSID snapd[20060]: api.go:1077: Installing snap "anbox-installer" revision unset
mar 23 14:37:06 NanoSID snapd[20060]: daemon.go:611: gracefully waiting for running hooks
mar 23 14:37:06 NanoSID snapd[20060]: daemon.go:613: done waiting for running hooks
mar 23 14:37:06 NanoSID snapd[20060]: daemon stop requested to wait for socket activation
mar 23 14:37:06 NanoSID systemd[1]: snapd.service: Succeeded.

I have search on internet and find that can be  in the journal that the problem was related to squashfs cannot start snapd: cannot mount squashfs image using "squashfs": mount: unknown filesystem type 'squashfs'

Can you help me?
Title: Re: install software from SNAP
Post by: melmarker on 2019/03/23, 16:16:57
Is there a reason to use snap? Wouldn't be debian packages or appimage better?
Title: Re: install software from SNAP
Post by: dacorsa on 2019/03/23, 20:18:43
no but i want to try to install with that..


Thanks
Title: Re: install software from SNAP
Post by: melmarker on 2019/03/23, 20:56:19
in that case - please use appimage, debian or flatpak if available. I don't know how the rest of the core team think about, but imho there is no reason to offical support snaps in siduction.
Title: Re: install software from SNAP
Post by: devil on 2019/03/23, 21:06:39
I totaly agree. Flatpak and AppImage work fine, no need to drag in Canonicals tools.
Title: Re: install software from SNAP
Post by: devil on 2019/03/23, 21:16:56
and by the way: how does anbox-installer fit in the picture?
Title: Re: install software from SNAP
Post by: titan on 2019/03/24, 08:54:14
Sorry not answering your question, I looked at all the password store options and decided the KISS principal would work best for me and use Pass https://www.passwordstore.org/  with QtPass  GUI which is cross platform https://qtpass.org/  I don't use Windows so haven't tried it but Pass works on Android with Password-store. No need for Flatpak  AppImage or SNAP.
Title: Re: install software from SNAP
Post by: axt on 2019/03/24, 09:26:09
Quote from: dacorsa
keepassxc

Try arch, there it is up to date (2.4.0)! ;-) Not in sid...Or take a pen and a paper! :-D

But more seriously, If you can't or don't want to wait, you could compile it yourself (Read INSTALL.md in keepassxc-2.4.0-src.tar.xz!).

Quote from: devil
no need to drag in Canonicals tools.

ACK.

Title: Re: install software from SNAP
Post by: dacorsa on 2019/03/24, 09:37:45
@devil
don't know, maybe try to install other software

@titan
thanks for your reply, i will try that software :)