Ubuntu – Can I install apps in Ubuntu Touch without signing in

ubuntu-touch

Trying to install an app from the Ubuntu Store, I was prompted for my Ubuntu username and password. I couldn't find a way to install apps without signing up. I was surprised, as it seems a bit contrary to the Free Software movement.

Is there a way?

If not, why is it compulsory?

Best Answer

No, you cannot install apps from the store without signing in to an Ubuntu One account. You can however install packages manually from the command line, ignoring signatures. Installing apps in such a manner can present a security risk.

There are several things which require an Ubuntu One account, and installing/updating apps is only part of that. An Ubuntu One account is also required to submit reviews, submit bug reports about the system on the https://launchpad.net/ site, and an account is needed in order to receive push notifications from the apps which support it.

The account is required for installing apps, also to allow certain features in the future, such as remote install via web, re-installation of installed apps on new/reflashed/other devices, and blacklisting revocation of malicious apps which may have been installed.

Apps which are "free" may also use in-app purchases, and an account is required for this feature to work properly, even if you do not wish to purchase anything. The high level QtPurchasing API for this is very limiting, and requiring an account to install the app helps ensure the account exists while the app is used, as well.