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
 
(4 intermediate revisions by the same user not shown)
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.


sudo apt install flatpak -y
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
* 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 ==
 
* [https://www.linuxcapable.com/how-to-install-flatpak-on-ubuntu-22-04-lts/ linuxcapable.com]
* [https://flatpak.org/setup/Ubuntu flatpak.org]
* [https://flathub.org/home flathub.org]
 
[[Category:Linux]]
[[Category:Ubuntu]]
[[Category:Tutorial]]
[[Category:Software]]
[[Category:Flatpak]]

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