Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  install software from SNAP  (Read 3227 times)

dacorsa

  • Guest
install software from SNAP
« 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: 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
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?
« Last Edit: 2019/03/23, 14:55:30 by dacorsa »

Offline melmarker

  • User
  • Posts: 2.799
    • g-com.eu
Re: install software from SNAP
« Reply #1 on: 2019/03/23, 16:16:57 »
Is there a reason to use snap? Wouldn't be debian packages or appimage better?
Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety. (Benjamin Franklin, November 11, 1755)
Never attribute to malice that which can be adequately explained by stupidity. (Hanlons razor)

dacorsa

  • Guest
Re: install software from SNAP
« Reply #2 on: 2019/03/23, 20:18:43 »
no but i want to try to install with that..


Thanks

Offline melmarker

  • User
  • Posts: 2.799
    • g-com.eu
Re: install software from SNAP
« Reply #3 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.
Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety. (Benjamin Franklin, November 11, 1755)
Never attribute to malice that which can be adequately explained by stupidity. (Hanlons razor)

Offline devil

  • Administrator
  • User
  • *****
  • Posts: 4.838
Re: install software from SNAP
« Reply #4 on: 2019/03/23, 21:06:39 »
I totaly agree. Flatpak and AppImage work fine, no need to drag in Canonicals tools.

Offline devil

  • Administrator
  • User
  • *****
  • Posts: 4.838
Re: install software from SNAP
« Reply #5 on: 2019/03/23, 21:16:56 »
and by the way: how does anbox-installer fit in the picture?

Offline titan

  • User
  • Posts: 312
Re: install software from SNAP
« Reply #6 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.

Offline axt

  • User
  • Posts: 494
    • axebase.net
Re: install software from SNAP
« Reply #7 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.


dacorsa

  • Guest
Re: install software from SNAP
« Reply #8 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 :)