Jump to content

Flatpak:Installasi di Ubuntu 22.04: Difference between revisions

From Wiki
No edit summary
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
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.
* 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
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
</syntaxhighlight>


== Source ==
== Source ==

Latest revision as of 14:13, 7 December 2025

  • 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