You are not logged in.
Pages: 1
Topic closed
So I'm having problem with snapd/snap for a while now. I can't install any packages.
[INPUT] sudo snap install Spotify
[OUTPUT] error: system does not fully support snapd: cannot mount squashfs image using
"squashfs": mount: /tmp/sanity-mountpoint-938841709: mount failed: Operation not permitted.
I searched for the solution in several forums but nothing worked. Did anyone faced this issue? In some forum I found that it has something to do with kernel. I'm on LTS kernel.
My kernel version is- 5.10.25-1-lts
Last edited by Tar3k Hasan (2021-04-01 20:42:50)
Offline
Wiki says you should run it with root rights, which is not the same as using sudo .
Does it work while logged in as root ?
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
(A works at time B) && (time C > time B ) ≠ (A works at time C)
Online
Wiki says you should run it with root rights, which is not the same as using sudo .
Does it work while logged in as root ?
It shows the same error. I did sudo su then snap install spotify. It's still the same. And would I be able to use spotify as another user if I install it as root. I have to edit permission for every package I install. I don't think that's the right way. Well I tried many solution but nothing worked.
Offline
On archlinux snaps have to be installed as root, please read https://wiki.archlinux.org/index.php/Snap#Installing thoroughly .
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
(A works at time B) && (time C > time B ) ≠ (A works at time C)
Online
Well I Solved the problem. I had to reinstall the whole system. I found that I installed snap when I had linux kernel. But I switched to linux-lts kernel after installing snaps.
Offline
I had the same issue and solved it with the following steps (caution you will need to reboot):
sudo pacman -Syu
sudo pacman -S linux-lts linux-lts-headers
sudo pacman -S squashfs-tools
sudo reboot
sudo modprobe squashfs
Offline
Using this opportunity to close this old thread.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
Pages: 1
Topic closed