snap Questions
1
Using snap I installed python38 on an Ubuntu 18 server. now I want to create a new virtual environment but I fail as these commands fail:
$ virtualenv --python /snap/bin/python38 myvenv
Running vir...
Hereon asked 27/6, 2021 at 13:32
15
Solved
I have been using snap for some time but after a recent upgrade, I get this error when I try opening any application
Snap-confine has elevated permissions and is not confined but should be.
Refusin...
Smokeproof asked 21/11, 2021 at 10:19
14
Solved
I started the Docker container:
VirtualBox:~$ sudo docker run --name rabbitmq -d -p 0.0.0.0:5672:5672 -p 0.0.0.0:15672:15672 bitnami/rabbitmq
All is well, the container is working.
docker ps
C...
1
I recently got a problem in VSCode after updating to v1.77.3 where the path for new projects is wrong, while for old projects it's correct.
In particular, new projects are opened in folders prefixe...
Malocclusion asked 25/4, 2023 at 9:3
0
I have a lab with 32 linux machines, with Android Studio installed using snap.
The version instaled (last version) is Bumblebee patch 1 (built 1 february 2022).
This version has a small bug when de...
Ringtailed asked 27/3, 2022 at 17:21
5
I am using Ubuntu 20.04.3 LTS and I installed VLC player from snap store (version: 3.0.16).
but when I open up a video file with VLC player, it opens up a window for the video and another win...
Bassist asked 16/11, 2021 at 6:49
1
Solved
I deleted docker with:
sudo snap remove docker --purge
Then, I install docker following the doc guide (this)
All looks fine, but when I do:
$ docker -v
-bash: /snap/bin/docker: No such file or dir...
Husbandry asked 4/1, 2022 at 10:7
1
I was attempting to install docker with snap and the error message is as follows:
l@l-Lenovo-Rescuer-15ISK:~$ sudo snap install docker
error: cannot perform the following tasks:
- Run install hook ...
0
In my conquest to make all my apps run from containers, I have, as expected, ran into some problems. I installed VS-Code as a Flatpak and installed the Docker plugin, but the plugin is not able to ...
Joleen asked 18/10, 2021 at 14:5
1
The Docker command is not working after restarting (using sudo reboot) the Ubuntu (20.04) server.
Now, for any command with docker, it gives me an error. For example,
$ docker --help
cannot update ...
Bengt asked 10/9, 2021 at 15:35
1
© 2022 - 2024 — McMap. All rights reserved.