Do you want to use Flatpak applications on Pardus but do not know how to do it? Then you've come to the right place. 🙂 In this article, we will explain how to install Flatpak applications on Pardus.

There are several ways you can use to install Flatpak applications on Pardus. The first of these is via the Flatpak Application Center in the Pardus Store.

 

Via Flatpak App Center

If you have not installed this application before, open the Pardus Store application and install the Flatpak Application Center. If you don't know how to do this to this post let's take. Then open the relevant application center.

You can find the application you want to install by clicking on the categories or typing the name of the application in the search box at the top. As an example in this article Inkscape will be established. For this, I search by typing "inkscape" in the search bar.

I can install it by clicking the "Install" button on the right, or I can open the detail page by clicking on the application and start the installation process from there. In this article, I prefer to go to the detail page.

On this page, you can have more detailed information about the application. You can perform the installation by pressing the “Install” button on the right. 

Via terminal interface

We also thought of those who said “Graphic interfaces are not for me”, and we thought it appropriate to add this section to the article. 🙂 First of all, open the terminal interface and commands enter in order.

sudo apt update sudo apt install flatpak flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

Basically, the installation process is complete, now it's time to install the application. As an example in this article Discord application will be installed. To do this, enter the following commands on the terminal in order.

flatpak update flatpak install flathub com.discordapp.Discord

If you want to run the application you have installed, it will be enough to enter the following command.

flatpak run com.discordapp.Discord