kirigami2gallery command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
kirigami2gallery: command not found
or when using sudo you get the following error message
sudo: kirigami2gallery: command not found
Solutions to kirigami2gallery: command not found
How To Fix kirigami2gallery: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu kirigami2gallery is provided by kirigami-gallery package.
kirigami-gallery is:
Kirigami is a set of QtQuick components at the moment targeted for mobile use (in the future desktop as well) targeting both Plasma Mobile and Android. A set of high level components to make the creation of applications that look and feel great on mobile as well as desktop devices and follow the Kirigami Human Interface Guidelines. The target of these components is anybody that wants to do an application using QtQuick as its main UI, especially if targeting a mobile platform, without adding many dependencies. They work on a variety of platforms, such as Plasma Mobile, Desktop Linux, Android and Windows.
This package contains the example application Kirigami Gallery.
To fix this problem, we can install more using the command below.
sudo apt-get -y install kirigami-gallery
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install kirigami-gallery.
sudo apt -y install kirigami-gallery
Or if you have aptitude installed you can use the following command.
sudo aptitude install kirigami-gallery
Summary
In this tutorial we learn how to fix kirigami2gallery command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.