Jump to content

Flatpak:Installasi di Ubuntu 22.04: Difference between revisions

From Wiki
Created page with "Ubuntu 22.04 features Flatpak by default on its standard stable repository. To begin the installation, use the following command. sudo apt install flatpak -y Flathub is a popular destination to search for applications that you can install on a whim, enable this by using the following command. sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo"
 
No edit summary
Line 1: Line 1:
Ubuntu 22.04 features Flatpak by default on its standard stable repository. To begin the installation, use the following command.
Ubuntu 22.04 features Flatpak by default on its standard stable repository. To begin the installation, use the following command.<syntaxhighlight lang="bash">
sudo apt install flatpak -y
</syntaxhighlight>Flathub is a popular destination to search for applications that you can install on a whim, enable this by using the following command.<syntaxhighlight lang="bash">
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
</syntaxhighlight>


sudo apt install flatpak -y
== Source ==
Flathub is a popular destination to search for applications that you can install on a whim, enable this by using the following command.
 
* [https://www.linuxcapable.com/how-to-install-flatpak-on-ubuntu-22-04-lts/ linuxcapable.com]


sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
[[Category:Linux]]
[[Category:Ubuntu]]
[[Category:Tutorial]]
[[Category:Software]]

Revision as of 11:29, 3 November 2022

Ubuntu 22.04 features Flatpak by default on its standard stable repository. To begin the installation, use the following command.

sudo apt install flatpak -y

Flathub is a popular destination to search for applications that you can install on a whim, enable this by using the following command.

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

Source