-
Hello everyone.
When trying to install any package. Note I'm trying as user container (-u termux) Why? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Once again, look at the Readme: Snap packages are unsupported since they require the snapd service to run in background. Please use the apt/apt-get installer instead. |
Beta Was this translation helpful? Give feedback.
-
Long story short, I need Snap to use Eclipse, but since I can't have it, I switched to VHEditor ( https://github.com/vhqtvn/VHEditor-Android ), with AWebServer App ( https://play.google.com/store/apps/details?id=com.sylkat.apache ). Long story: Meanwhile, VHEditor is a port of CodeServer to Android (it's rather more of an adaptation with a WebView), and it works as a native Android App, so I can access my internal memory without weird mechanisms like termux-setup-storage. Thanks anyhow, and I appreciate the time you took for helping me. |
Beta Was this translation helpful? Give feedback.
Long story short, I need Snap to use Eclipse, but since I can't have it, I switched to VHEditor ( https://github.com/vhqtvn/VHEditor-Android ), with AWebServer App ( https://play.google.com/store/apps/details?id=com.sylkat.apache ).
Now, it's not really as comfortable as Eclipse for me, but I'll live with that.
Long story:
Eclipse requires a Web Browser to be able to launch a project you're working to from its IDE, and the Browser itself you can install only with Snap (I tried
sudo apt install firefox
orsudo apt install chromium-browser
, but both it only downloads a dummy package wich asks to download the Snap for the equivalent). Hence, the requirement for Snap.Meanwhile, VHEditor is a…