Форум русскоязычного сообщества Ubuntu
Страница сгенерирована за 0.042 секунд. Запросов: 26.
- Сайт
- Об Ubuntu
- Скачать Ubuntu
- Семейство Ubuntu
- Новости
- Форум
- Помощь
- Правила
- Документация
- Пользовательская документация
- Официальная документация
- Семейство Ubuntu
- Материалы для загрузки
- Совместимость с оборудованием
- RSS лента
- Сообщество
- Наши проекты
- Местные сообщества
- Перевод Ubuntu
- Тестирование
- RSS лента
© 2012 Ubuntu-ru — Русскоязычное сообщество Ubuntu Linux.
© 2012 Canonical Ltd. Ubuntu и Canonical являются зарегистрированными торговыми знаками Canonical Ltd.
Problem with installing sqlite browser
Unfortunately I am unable to install sqlite browser. The issue that pops up is :»Unable to install sqlite browser: no snap revision on specified channel». Can anyone help me with proceeding? Cheers, Noah
asked Apr 12, 2020 at 9:22
11 1 1 silver badge 2 2 bronze badges
It is an application, not sure if snap version available or not as snaps tend to be too isolated. Did you run sudo apt install sqlite3 ?
Apr 18, 2020 at 14:24
2 Answers 2
So I’m new to linux so no guarantees, and correct me if I’m wrong, but.
Seems that you need to install through a different channel. If you use this in terminal:
sudo snap install
it should give back the error «snap ‘program-name’ is not available on stable» and proceed to name the channels it IS available on, as well as the command to use.
(I used this on 2 different programs already, one of them had to be installed with —beta, the other through —edge. Both worked out fine.)
Snap add support for other channels beside stable
Hello, So I was trying to install Authy snap package from Pamac v9.5.2-1 and got an error that no snap revision on specified channel. I checked the snap website and found out only beta package exists and no stable package exists for it. So maybe that’s why Snap fails to install on my Manjaro KDE.
Also while I was typing this I saw that a channel section appeared in authy’s description in pamac. But now it vanished. So am unable to install authy at all from Pamac. So maybe it can be placed in a better place and its implementation can be improved somehow to make it more reliable
All the packages are updated to latest and I am on testing branch of Manjaro KDE.
Also unrelated to pamac but when I tried to install it via cli with this command sudo snap install authy —beta
It showed that it is installing latest snapd. But snapd is already is installed. So maybe something is wrong.
Questions tagged [snap]
I changed some permissions and home directory files and now I can’t open any 3rd party installed applications on ubuntu 20.04 lts all the pre installed apps are working fine. How do I rectify the .
asked Jan 3 at 20:36
Postman Invalid characters in native dialog on Snap
I have postman desktop issue, when trying to export a collection. How can i fix it? Distributor ID: Ubuntu Description: Ubuntu 23.10 Release: 23.10 Codename: mantic snap 2.60.4+23.10.1 .
asked Dec 15, 2023 at 21:59
Why don’t kubectl commands work when I run them from JavaScript code on Node.js?
I’m trying to execute this code const
asked Dec 8, 2023 at 18:25
Need to create the custom mime type in the Linux Flutter App
I want to create the custom mime type in linux. As per the research I have found the below commands which works fine when run in terminal directly. Here is my command
asked Nov 28, 2023 at 12:22
VS Code and snap apps in ubuntu are not working after downgrading openssl version
i downgraded the version of openssl from version 3.0 to 1.1 to solve some issues. For that I first uninstall the openssl and then install the specific version again. After that, many of the apps were .
asked Nov 24, 2023 at 12:34
How to add JAVA_HOME and M2_HOME environment variables in Ubuntu [duplicate]
Firstly, I am not very familiar with Ubuntu OS. I am a windows guy. For a client requirement, I created a ubuntu virtual machine (22.04) in azure cloud and I had developed a bash script which installs .
asked Nov 12, 2023 at 20:12
building snaps for different architectures
I’m currently working on creating a snap for Apache IoTDB, that should build for both arm64 and amd64 architectures. Now I know this should be possible, but the problem I’m having is, that if I use &.
asked Nov 4, 2023 at 10:44
How I can force snap package to use specific network interface?
For regular programs, solutions like https://github.com/JsBergbau/BindToInterface exists. But is there any way to achieve the same behavior with snap packaged application?
asked Oct 31, 2023 at 0:26
E: Package ‘snapd’ has no installation candidate . Can’t install snap package manager
When I’m trying to run sudo apt install snapd It shows the error as below: Reading package lists. Done Building dependency tree. Done Reading state information. Done Package snapd is not .
asked Oct 5, 2023 at 9:12
What should a ‘strict’ confinement snapcraft be able to access without any plugs?
snapcraft 7.5.3 running on WSL2. I created a very simple test snap package: snapcraft.yaml: name: testsnap base: core22 version: ‘0.1’ summary: testsnap description: | test grade: stable .
- windows-subsystem-for-linux
- snapcraft
- snap
asked Oct 4, 2023 at 19:38
How to add snapcraft sources in flathub Ubuntu 22.04 (Jammy Jellyfish)
Well I don’t know how to do it but I found some interesting guidelines while browsing and using ChatGPT & Google Bard AI. To add Snapcraft sources to Flathub, follow these steps: Add Flathub .
asked Oct 1, 2023 at 14:11
Run OWASP ZAP (zaproxy) on ubuntu
Since firefox was moved to snap, I had problems to run Owasp ZAP on my ubuntu. Even worse, because chrome (chromium) doesn’t seem to work well either. How can it be run successfully using chrome and/.
asked Sep 22, 2023 at 9:55
Is it currently possible to build a snapcraft snap for ElectronJS?
I have installed all required items on Debian 11. I have followed the procedures listed at the official docs. Here’s the output that I get after creating a valid snapcraft.yaml: $ snapcraft Launching .
asked Sep 19, 2023 at 18:55
Offline update of NextCloud Snap fails during online hooks
I have NextCloud installed as a Snap on an Ubuntu 22.04 server running headlessly in an isolated network. (No internet access.) I tried to update the current NextCloud version (24.0.3snap1) to the .
asked Sep 18, 2023 at 16:41
Can’t create BMP image with ImageMagick inside Snap container
I have a working C code that uses for ImageMagick for creation of BMP files. For unknown to me reason this code doesn’t work inside Snap container. Minimal code snippet for testing if creating a BMP .