python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
how get access to host mysql database from my snap app
I'm building a nodejs app using sequalize to handle the mysql database. Now I'm trying to snap that app and I found an error connecting to mysql from the snap service. Which should be the correct way ...
Alejandro Alfonso
Votes: 0
Answers: 0
How to install specific version of Go in Ubuntu using snap
Trying to install go version 1.16 using snap but not able to. can someone help.
Vimal
Votes: 0
Answers: 1
How to upgrade snap installed Android Studio to version "patch 2"?
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 defin...
carlao2005
Votes: 0
Answers: 0
How to enable C++14 with CLang in Snapcraft?
So I have some myapp, which needs clang of version 14 or higher for building, and following important part of snapcraft.yaml:
base: core20
confinement: devmode
parts:
myapp:
plugin: make
...
Astralpirate
Votes: 0
Answers: 1