Flatpak:Installasi di Ubuntu 22.04: Difference between revisions
Appearance
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> | |||
== Source == | |||
* [https://www.linuxcapable.com/how-to-install-flatpak-on-ubuntu-22-04-lts/ linuxcapable.com] | |||
[[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