Flatpak:Installasi di Ubuntu 22.04: Difference between revisions
Appearance
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.<syntaxhighlight lang="bash"> | * 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.<syntaxhighlight lang="bash"> | </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 | sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 11:41, 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