How To Install lomiri-gallery-app-common on Debian 12

Learn how to install lomiri-gallery-app-common on Debian 12 with this tutorial. lomiri-gallery-app-common is Gallery App for Lomiri Operating Environment (arch-indep files)

Introduction

In this tutorial we learn how to install lomiri-gallery-app-common on Debian 12.

lomiri-gallery-app-common is:

This app is a core app for Ubuntu Touch’s shell Lomiri. Ubuntu Touch is a mobile OS developed by the UBports Foundation. Lomiri is its operating environment optimized for touch based human-machine interaction, but also supports convergence (i.e. switching between tablet/phone and desktop mode).

This package provides the arch-indep files of Lomiri’s Gallery App.

There are three methods to install lomiri-gallery-app-common on Debian 12. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.

Update apt database with apt-get using the following command.

sudo apt-get update

After updating apt database, We can install lomiri-gallery-app-common using apt-get by running the following command:

sudo apt-get -y install lomiri-gallery-app-common

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install lomiri-gallery-app-common using apt by running the following command:

sudo apt -y install lomiri-gallery-app-common

If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Debian. Update apt database with aptitude using the following command.

sudo aptitude update

After updating apt database, We can install lomiri-gallery-app-common using aptitude by running the following command:

sudo aptitude -y install lomiri-gallery-app-common

To uninstall only the lomiri-gallery-app-common package we can use the following command:

sudo apt-get remove lomiri-gallery-app-common

To uninstall lomiri-gallery-app-common and its dependencies that are no longer needed by Debian 12, we can use the command below:

sudo apt-get -y autoremove lomiri-gallery-app-common

To remove lomiri-gallery-app-common configuration and data from Debian 12 we can use the following command:

sudo apt-get -y purge lomiri-gallery-app-common

We can use the following command to remove lomiri-gallery-app-common configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge lomiri-gallery-app-common

Dependencies

lomiri-gallery-app-common have the following dependencies:

References

Summary

In this tutorial we learn how to install lomiri-gallery-app-common package on Debian 12 using different package management tools: apt, apt-get and aptitude.