Questions tagged [click-packages]

Click packages are the new packaging format used by Ubuntu Touch

Click is the code name used to describe a packaging format for Ubuntu mobile applications. This format specifies how individual apps are delivered to mobile devices, how they are packed into distributable format, and how they are installed on a mobile device by a system provided package manager. At a minimum they assume that a system framework exists providing all the necessary infrastructure and dependencies needed in order to install and run such apps.

The click packaging format is completely independent from facilities to do full-system installations or upgrades.

60 questions
32
votes
1 answer

What are Click packages?

I noticed that Ubuntu SDK recently had some updates and it installed a program named "Click". I would like to know what they are and how to use them. Also, would they make Debian packaging easier?
31
votes
2 answers

What security differences are between click and .deb package?

Installing a random (nasty?) .deb can be dangerous because it will grant all privilege to the apps and daemon installed because the .deb has some configs asking to applied if the user valid his password at the installation process. Click package…
cm-t
  • 539
23
votes
2 answers

How to run Ubuntu touch apps on Ubuntu desktop?

I see there are some nice apps being developed for Ubuntu touch and that some of them support larger screens. Now, I would like to run some of these apps on my desktop? Is this possible at the moment? If so, how could it be done? I see that one can…
metakermit
  • 2,650
17
votes
1 answer

How can I add custom dependencies to Click packages

My Ubuntu touch application requires a package called libqt5network5 to run. (This is installable via APT.) Once I build the Click Package from Ubuntu SDK and install, it does not check for the libqt5network5 dependency. I wish to know how to add…
Naveen
  • 9,551
15
votes
2 answers

How do I view or install Ubuntu Touch apps?

Lots of people have started developing Ubuntu Touch apps for the Ubuntu App Showdown and just in general, and have published them in the Click App Store. What is the Click App Store, and how do I install apps published in it?
11
votes
2 answers

How do I un-install / remove a click package

I have installed some click packages on my Ubuntu Touch device. How do I remove them?
popey
  • 24,549
8
votes
1 answer

Broken package click on Ubuntu 16.10

When I run /usr/bin/click, I get the following error: Traceback (most recent call last): File "/usr/bin/click", line 37, in import click ImportError: No module named 'click' I tried to reinstall package click, but I got the same…
7
votes
1 answer

Difference between Snappy and Click

I don't understand the difference between Snappy and Click. Both allow for image based system updates. Both use AppArmor to confine apps. Soon Click will run on the desktop, phone and tablet and Snappy will run on servers and IoT devices. I thought…
meta221
  • 325
6
votes
1 answer

click.ubuntu.com folder in /opt

Well I found a folder in /opt from which I don't know the origin. When I do ls -la /opt it gives me marten@marten-desktop:~$ ls -la /opt/ insgesamt 16 drwxr-xr-x 4 root root 4096 Sep 12 23:25 . drwxr-xr-x 23 root root 4096 Sep 9…
Marton
  • 413
6
votes
2 answers

Custom repository for "click" packages

For standard deb packages we can use reprepro. Is there any custom repository related solution for "click" packages?
asaenko
  • 71
  • 4
5
votes
2 answers

16.04 click unmet dependancies

I am in a situation where package click is broken. I have tried many things, but did not manage to fix it. $ sudo apt dist-upgrade Reading package lists... Done Building dependency tree Reading state information... Done You might want to run…
5
votes
2 answers

Install Click build targets in Terminal

The recommended/normal procedure is to install click build targets in Ubuntu SDK but I wanted to know if it's possible to install them in terminal.
5
votes
1 answer

What is the naming convention for Click packages?

I have made an Ubuntu Touch app and intend to upload it to the Click app store. What is the naming convention that I should use for naming my Click package?
user1628
  • 427
5
votes
1 answer

Ubuntu Touch Phone Apps on Desktop

I'm running Ubuntu Touch on a Galaxy Nexus. Loving it. Is there a way to run the phone-app on a desktop from the phone? I.e., if we were running x11, I would simply export this through an ssh session. I've installed xorg (minimal X server), and can…
5
votes
1 answer

Right click acts like left click on my Ubuntu 18.04

After I upgraded from 17.10, right click behaves like left click. I'm using Dell Vostro 14. It's always getting this error when I install Ubuntu starting from 16.04 yesterday, the error is still the same... touchpad and click. Here's the output…
1
2 3 4